Uses of Class
org.keycloak.representations.idm.authorization.ScopeRepresentation
Packages that use ScopeRepresentation
Package
Description
-
Uses of ScopeRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ScopeRepresentationModifier and TypeMethodDescriptionResourceScopesResource.findByName
(String name) ResourceScopeResource.toRepresentation()
Methods in org.keycloak.admin.client.resource that return types with arguments of type ScopeRepresentationModifier and TypeMethodDescriptionPolicyResource.scopes()
ResourceScopesResource.scopes()
ScopePermissionResource.scopes()
Methods in org.keycloak.admin.client.resource with parameters of type ScopeRepresentationModifier and TypeMethodDescriptionjakarta.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 that return types with arguments of type ScopeRepresentationModifier and TypeMethodDescriptionMethods in org.keycloak.authorization.admin with parameters of type ScopeRepresentationModifier 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
Methods in org.keycloak.authorization.protection.resource that return types with arguments of type ScopeRepresentationMethod parameters in org.keycloak.authorization.protection.resource with type arguments of type ScopeRepresentationModifier and TypeMethodDescriptionvoid
UmaResourceRepresentation.setScopes
(Set<ScopeRepresentation> scopes) -
Uses of ScopeRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ScopeRepresentationModifier and TypeMethodDescriptionstatic ScopeRepresentation
ModelToRepresentation.toRepresentation
(Scope model) Methods in org.keycloak.models.utils with parameters of type ScopeRepresentationModifier 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
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ScopeRepresentationModifier and TypeMethodDescriptionPolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes()
PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes()
ResourceRepresentation.getScopes()
ResourceServerRepresentation.getScopes()
AbstractPolicyRepresentation.getScopesData()
Methods in org.keycloak.representations.idm.authorization with parameters of type ScopeRepresentationModifier and TypeMethodDescriptionvoid
ResourceRepresentation.addScope
(ScopeRepresentation scope) Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentationModifier 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) Constructor parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentationModifierConstructorDescriptionResourceRepresentation
(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