Uses of Class
org.keycloak.representations.idm.authorization.ScopeRepresentation
-
-
Uses of ScopeRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ScopeRepresentation Modifier and Type Method Description ScopeRepresentation
ResourceScopesResource. findByName(String name)
ScopeRepresentation
ResourceScopeResource. 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.Response
ResourceScopesResource. create(ScopeRepresentation scope)
void
ResourceScopeResource. update(ScopeRepresentation scope)
-
Uses of ScopeRepresentation in org.keycloak.authorization.admin
Methods in org.keycloak.authorization.admin with parameters of type ScopeRepresentation Modifier and Type Method Description javax.ws.rs.core.Response
ScopeService. create(ScopeRepresentation scope)
javax.ws.rs.core.Response
ScopeService. update(String id, ScopeRepresentation scope)
-
Uses of ScopeRepresentation in org.keycloak.authorization.protection.resource
Methods 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 void
UmaResourceRepresentation. setScopes(Set<ScopeRepresentation> scopes)
-
Uses of ScopeRepresentation in org.keycloak.forms.account.freemarker.model
Methods 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.utils
Methods in org.keycloak.models.utils that return ScopeRepresentation Modifier and Type Method Description static ScopeRepresentation
ModelToRepresentation. toRepresentation(Scope model)
Methods in org.keycloak.models.utils with parameters of type ScopeRepresentation Modifier and Type Method Description static Scope
RepresentationToModel. toModel(ScopeRepresentation scope, ResourceServer resourceServer, AuthorizationProvider authorization)
static Scope
RepresentationToModel. toModel(ScopeRepresentation scope, ResourceServer resourceServer, AuthorizationProvider authorization, boolean updateIfExists)
-
Uses of ScopeRepresentation in org.keycloak.representations.idm.authorization
Methods 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 void
ResourceRepresentation. addScope(ScopeRepresentation scope)
Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentation Modifier and Type Method Description void
PolicyEvaluationResponse.EvaluationResultRepresentation. setAllowedScopes(List<ScopeRepresentation> allowedScopes)
void
PolicyEvaluationResponse.EvaluationResultRepresentation. setScopes(List<ScopeRepresentation> scopes)
void
ResourceRepresentation. setScopes(Set<ScopeRepresentation> scopes)
void
ResourceServerRepresentation. setScopes(List<ScopeRepresentation> scopes)
void
AbstractPolicyRepresentation. 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.resources
Subclasses of ScopeRepresentation in org.keycloak.services.resources.account.resources Modifier and Type Class Description static class
AbstractResourceService.Scope
-