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.ResponseResourceScopesResource.create(ScopeRepresentation scope) voidResourceScopeResource.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.ResponseScopeService.create(ScopeRepresentation scope) jakarta.ws.rs.core.ResponseScopeService.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 TypeMethodDescriptionvoidUmaResourceRepresentation.setScopes(Set<ScopeRepresentation> scopes) -
Uses of ScopeRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ScopeRepresentationModifier and TypeMethodDescriptionstatic ScopeRepresentationModelToRepresentation.toRepresentation(Scope model) Methods in org.keycloak.models.utils with parameters of type ScopeRepresentationModifier and TypeMethodDescriptionstatic 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.authorization
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ScopeRepresentationModifier and TypeMethodDescriptionPolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes()PolicyEvaluationResponse.EvaluationResultRepresentation.getDeniedScopes()PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes()ResourceRepresentation.getScopes()ResourceServerRepresentation.getScopes()AbstractPolicyRepresentation.getScopesData()Methods in org.keycloak.representations.idm.authorization with parameters of type ScopeRepresentationModifier and TypeMethodDescriptionvoidResourceRepresentation.addScope(ScopeRepresentation scope) Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentationModifier and TypeMethodDescriptionvoidPolicyEvaluationResponse.EvaluationResultRepresentation.setAllowedScopes(Set<ScopeRepresentation> allowedScopes) voidPolicyEvaluationResponse.EvaluationResultRepresentation.setDeniedScopes(Set<ScopeRepresentation> deniedScopes) 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 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