Uses of Class
org.keycloak.representations.idm.ClientScopeRepresentation
Package
Description
-
Uses of ClientScopeRepresentation in org.keycloak.admin.client.resource
Modifier and TypeMethodDescriptionClientScopesResource.findAll()
ClientResource.getDefaultClientScopes()
Get default client scopes.RealmResource.getDefaultDefaultClientScopes()
RealmResource.getDefaultOptionalClientScopes()
ClientResource.getOptionalClientScopes()
Get optional client scopes.Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ClientScopesResource.create
(ClientScopeRepresentation clientScopeRepresentation) void
ClientScopeResource.update
(ClientScopeRepresentation rep) -
Uses of ClientScopeRepresentation in org.keycloak.models.utils
Modifier and TypeMethodDescriptionstatic ClientScopeRepresentation
ModelToRepresentation.toRepresentation
(ClientScopeModel clientScopeModel) Modifier and TypeMethodDescriptionstatic ClientScopeModel
RepresentationToModel.createClientScope
(KeycloakSession session, RealmModel realm, ClientScopeRepresentation resourceRep) static void
RepresentationToModel.updateClientScope
(ClientScopeRepresentation rep, ClientScopeModel resource) -
Uses of ClientScopeRepresentation in org.keycloak.representations.idm
Modifier and TypeFieldDescriptionprotected List<ClientScopeRepresentation>
RealmRepresentation.clientScopes
Modifier and TypeMethodDescriptionvoid
RealmRepresentation.setClientScopes
(List<ClientScopeRepresentation> clientScopes) -
Uses of ClientScopeRepresentation in org.keycloak.services.resources.admin
Modifier and TypeMethodDescriptionClientScopeResource.getClientScope()
Get representation of the client scopeModifier and TypeMethodDescriptionClientScopesResource.getClientScopes()
Get client scopes belonging to the realm Returns a list of client scopes belonging to the realmClientResource.getDefaultClientScopes()
Get default client scopes.RealmAdminResource.getDefaultDefaultClientScopes()
Get realm default client scopes.RealmAdminResource.getDefaultOptionalClientScopes()
Get realm optional client scopes.ClientResource.getOptionalClientScopes()
Get optional client scopes.Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ClientScopesResource.createClientScope
(ClientScopeRepresentation rep) Create a new client scope Client Scope's name must be unique!jakarta.ws.rs.core.Response
ClientScopeResource.update
(ClientScopeRepresentation rep) Update the client scopestatic void
ClientScopeResource.validateDynamicClientScope
(ClientScopeRepresentation clientScope) Performs some validation based on attributes combinations and format.void
ClientScopeResource.validateDynamicScopeUpdate
(ClientScopeRepresentation rep) Makes sure that an update that makes a Client Scope Dynamic is rejected if the Client Scope is assigned to a client as a default scope.