Uses of Class
cn.herodotus.engine.logic.identity.entity.OAuth2Scope
Packages that use OAuth2Scope
Package
Description
-
Uses of OAuth2Scope in cn.herodotus.engine.logic.identity.definition
Methods in cn.herodotus.engine.logic.identity.definition that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionabstract Set<OAuth2Scope>AbstractOAuth2RegisteredClient.getScopes() -
Uses of OAuth2Scope in cn.herodotus.engine.logic.identity.entity
Methods in cn.herodotus.engine.logic.identity.entity that return types with arguments of type OAuth2ScopeMethod parameters in cn.herodotus.engine.logic.identity.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.logic.identity.repository
Methods in cn.herodotus.engine.logic.identity.repository that return OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeRepository.findByScopeCode(String scopeCode) 根据范围代码查询应用范围Methods in cn.herodotus.engine.logic.identity.repository that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeRepository.findByScopeCodeIn(List<String> scopeCodes) 根据 scope codes 查询对应的对象列表 -
Uses of OAuth2Scope in cn.herodotus.engine.logic.identity.service
Methods in cn.herodotus.engine.logic.identity.service that return OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeService.assigned(String scopeId, Set<OAuth2Permission> permissions) OAuth2ScopeService.findByScopeCode(String scopeCode) Methods in cn.herodotus.engine.logic.identity.service that return types with arguments of type OAuth2ScopeModifier and TypeMethodDescriptionOAuth2ScopeService.findByScopeCodeIn(List<String> scopeCodes) cn.herodotus.engine.data.core.jpa.repository.BaseJpaRepository<OAuth2Scope,String> OAuth2ScopeService.getRepository()