类的使用
cn.herodotus.engine.oauth2.authentication.server.entity.OAuth2Scope
使用OAuth2Scope的程序包
程序包
说明
-
cn.herodotus.engine.oauth2.authentication.server.controller中OAuth2Scope的使用
修饰符和类型方法说明cn.herodotus.engine.assistant.core.domain.Result<OAuth2Scope>OAuth2ScopeController.assigned(OAuth2ScopeDto scope) cn.herodotus.engine.assistant.core.domain.Result<List<OAuth2Scope>>OAuth2ScopeController.findAll()cn.herodotus.engine.assistant.core.domain.Result<OAuth2Scope>OAuth2ScopeController.findByUserName(String scopeCode) cn.herodotus.engine.data.core.service.WriteableService<OAuth2Scope,String> OAuth2ScopeController.getWriteableService() -
cn.herodotus.engine.oauth2.authentication.server.dto中OAuth2Scope的使用
-
cn.herodotus.engine.oauth2.authentication.server.entity中OAuth2Scope的使用
-
cn.herodotus.engine.oauth2.authentication.server.repository中OAuth2Scope的使用
-
cn.herodotus.engine.oauth2.authentication.server.service中OAuth2Scope的使用
修饰符和类型方法说明OAuth2ScopeService.assigned(String scopeId, Set<OAuth2Permission> permissions) OAuth2ScopeService.findByScopeCode(String scopeCode) 修饰符和类型方法说明cn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Scope,String> OAuth2ScopeService.getRepository()