Uses of Class
cn.herodotus.engine.oauth2.management.entity.OAuth2Scope
Packages that use OAuth2Scope
Package
Description
-
Uses of OAuth2Scope in cn.herodotus.engine.oauth2.management.controller
Methods in cn.herodotus.engine.oauth2.management.controller that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptioncn.herodotus.engine.assistant.definition.domain.Result<OAuth2Scope>OAuth2ScopeController.assigned(OAuth2ScopeDto scope) cn.herodotus.engine.assistant.definition.domain.Result<List<OAuth2Scope>>OAuth2ScopeController.findAll()cn.herodotus.engine.assistant.definition.domain.Result<OAuth2Scope>OAuth2ScopeController.findByScopeCode(String scopeCode) cn.herodotus.engine.data.core.service.WriteableService<OAuth2Scope,String> OAuth2ScopeController.getWriteableService() -
Uses of OAuth2Scope in cn.herodotus.engine.oauth2.management.definition
Methods in cn.herodotus.engine.oauth2.management.definition that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionabstract Set<OAuth2Scope>AbstractOAuth2RegisteredClient.getScopes() -
Uses of OAuth2Scope in cn.herodotus.engine.oauth2.management.entity
Methods in cn.herodotus.engine.oauth2.management.entity that return types with arguments of type OAuth2ScopeMethod parameters in cn.herodotus.engine.oauth2.management.entity with type arguments of type OAuth2ScopeModifier and TypeMethodDescriptionvoidOAuth2Application.setScopes(Set<OAuth2Scope> scopes) voidOAuth2Device.setScopes(Set<OAuth2Scope> scopes) -
Uses of OAuth2Scope in cn.herodotus.engine.oauth2.management.repository
Methods in cn.herodotus.engine.oauth2.management.repository that return OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeRepository.findByScopeCode(String scopeCode) 根据范围代码查询应用范围Methods in cn.herodotus.engine.oauth2.management.repository that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeRepository.findByScopeCodeIn(List<String> scopeCodes) 根据 scope codes 查询对应的对象列表 -
Uses of OAuth2Scope in cn.herodotus.engine.oauth2.management.service
Methods in cn.herodotus.engine.oauth2.management.service that return OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeService.assigned(String scopeId, Set<OAuth2Permission> permissions) OAuth2ScopeService.findByScopeCode(String scopeCode) Methods in cn.herodotus.engine.oauth2.management.service that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeService.findByScopeCodeIn(List<String> scopeCodes) cn.herodotus.engine.data.core.repository.BaseRepository<OAuth2Scope,String> OAuth2ScopeService.getRepository()