Uses of Class
org.keycloak.representations.idm.authorization.ScopeRepresentation
Package
Description
-
Uses of ScopeRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionResourceScopesResource.findByName
(String name) ResourceScopeResource.toRepresentation()
Modifier and TypeMethodDescriptionPolicyResource.scopes()
ResourceScopesResource.scopes()
ScopePermissionResource.scopes()
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ResourceScopesResource.create
(ScopeRepresentation scope) void
ResourceScopeResource.update
(ScopeRepresentation scope) -
Uses of ScopeRepresentation in org.keycloak.authorization.admin
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ScopeService.create
(ScopeRepresentation scope) jakarta.ws.rs.core.Response
ScopeService.update
(String id, ScopeRepresentation scope) -
Uses of ScopeRepresentation in org.keycloak.authorization.protection.resource
Modifier and TypeMethodDescriptionvoid
UmaResourceRepresentation.setScopes
(Set<ScopeRepresentation> scopes) -
Uses of ScopeRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic ScopeRepresentation
ModelToRepresentation.toRepresentation
(Scope model) Modifier and TypeMethodDescriptionstatic 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
Modifier and TypeMethodDescriptionPolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes()
PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes()
ResourceRepresentation.getScopes()
ResourceServerRepresentation.getScopes()
AbstractPolicyRepresentation.getScopesData()
Modifier and TypeMethodDescriptionvoid
ResourceRepresentation.addScope
(ScopeRepresentation scope) Modifier and TypeMethodDescriptionvoid
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) ModifierConstructorDescriptionResourceRepresentation
(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