Uses of Class
org.keycloak.representations.idm.authorization.ScopeRepresentation
- 
- 
Uses of ScopeRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return ScopeRepresentation Modifier and Type Method Description ScopeRepresentationResourceScopesResource. findByName(String name)ScopeRepresentationResourceScopeResource. toRepresentation()Methods in org.keycloak.admin.client.resource that return types with arguments of type ScopeRepresentation Modifier and Type Method Description List<ScopeRepresentation>PolicyResource. scopes()List<ScopeRepresentation>ResourceScopesResource. scopes()List<ScopeRepresentation>ScopePermissionResource. scopes()Methods in org.keycloak.admin.client.resource with parameters of type ScopeRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseResourceScopesResource. create(ScopeRepresentation scope)voidResourceScopeResource. update(ScopeRepresentation scope)
- 
Uses of ScopeRepresentation in org.keycloak.authorization.adminMethods in org.keycloak.authorization.admin with parameters of type ScopeRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseScopeService. create(ScopeRepresentation scope)javax.ws.rs.core.ResponseScopeService. update(String id, ScopeRepresentation scope)
- 
Uses of ScopeRepresentation in org.keycloak.authorization.protection.resourceMethods in org.keycloak.authorization.protection.resource that return types with arguments of type ScopeRepresentation Modifier and Type Method Description Set<ScopeRepresentation>UmaResourceRepresentation. getScopes()Method parameters in org.keycloak.authorization.protection.resource with type arguments of type ScopeRepresentation Modifier and Type Method Description voidUmaResourceRepresentation. setScopes(Set<ScopeRepresentation> scopes)
- 
Uses of ScopeRepresentation in org.keycloak.forms.account.freemarker.modelMethods in org.keycloak.forms.account.freemarker.model that return types with arguments of type ScopeRepresentation Modifier and Type Method Description Collection<ScopeRepresentation>AuthorizationBean.ManagedPermissionBean. getScopes()List<ScopeRepresentation>AuthorizationBean.ResourceBean. getScopes()
- 
Uses of ScopeRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return ScopeRepresentation Modifier and Type Method Description static ScopeRepresentationModelToRepresentation. toRepresentation(Scope model)Methods in org.keycloak.models.utils with parameters of type ScopeRepresentation Modifier and Type Method Description static ScopeRepresentationToModel. toModel(ScopeRepresentation scope, ResourceServer resourceServer, AuthorizationProvider authorization)static ScopeRepresentationToModel. toModel(ScopeRepresentation scope, ResourceServer resourceServer, AuthorizationProvider authorization, boolean updateIfExists)
- 
Uses of ScopeRepresentation in org.keycloak.representations.idm.authorizationMethods in org.keycloak.representations.idm.authorization that return types with arguments of type ScopeRepresentation Modifier and Type Method Description List<ScopeRepresentation>PolicyEvaluationResponse.EvaluationResultRepresentation. getAllowedScopes()List<ScopeRepresentation>PolicyEvaluationResponse.EvaluationResultRepresentation. getScopes()Set<ScopeRepresentation>ResourceRepresentation. getScopes()List<ScopeRepresentation>ResourceServerRepresentation. getScopes()Set<ScopeRepresentation>AbstractPolicyRepresentation. getScopesData()Methods in org.keycloak.representations.idm.authorization with parameters of type ScopeRepresentation Modifier and Type Method Description voidResourceRepresentation. addScope(ScopeRepresentation scope)Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentation Modifier and Type Method Description voidPolicyEvaluationResponse.EvaluationResultRepresentation. setAllowedScopes(List<ScopeRepresentation> allowedScopes)voidPolicyEvaluationResponse.EvaluationResultRepresentation. setScopes(List<ScopeRepresentation> scopes)voidResourceRepresentation. setScopes(Set<ScopeRepresentation> scopes)voidResourceServerRepresentation. setScopes(List<ScopeRepresentation> scopes)voidAbstractPolicyRepresentation. setScopesData(Set<ScopeRepresentation> scopesData)Constructor parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentation Constructor Description ResourceRepresentation(String name, Set<ScopeRepresentation> scopes)Creates a new instance.ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, String uri, String type)ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, String uri, String type, String iconUri)ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, Set<String> uris, String type)Creates a new instance.ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, Set<String> uris, String type, String iconUri)Creates a new instance.
- 
Uses of ScopeRepresentation in org.keycloak.services.resources.account.resourcesSubclasses of ScopeRepresentation in org.keycloak.services.resources.account.resources Modifier and Type Class Description static classAbstractResourceService.Scope
 
-