Uses of Class
org.keycloak.representations.idm.ClientScopeRepresentation
Packages that use ClientScopeRepresentation
Package
Description
-
Uses of ClientScopeRepresentation in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource that return ClientScopeRepresentationMethods in org.keycloak.admin.client.resource that return types with arguments of type ClientScopeRepresentationModifier and TypeMethodDescriptionClientScopesResource.findAll()
ClientResource.getDefaultClientScopes()
Get default client scopes.RealmResource.getDefaultDefaultClientScopes()
RealmResource.getDefaultOptionalClientScopes()
ClientResource.getOptionalClientScopes()
Get optional client scopes.Methods in org.keycloak.admin.client.resource with parameters of type ClientScopeRepresentationModifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
ClientScopesResource.create
(ClientScopeRepresentation clientScopeRepresentation) void
ClientScopeResource.update
(ClientScopeRepresentation rep) -
Uses of ClientScopeRepresentation in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return ClientScopeRepresentationModifier and TypeMethodDescriptionstatic ClientScopeRepresentation
ModelToRepresentation.toRepresentation
(ClientScopeModel clientScopeModel) Methods in org.keycloak.models.utils with parameters of type ClientScopeRepresentationModifier 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
Fields in org.keycloak.representations.idm with type parameters of type ClientScopeRepresentationModifier and TypeFieldDescriptionprotected List<ClientScopeRepresentation>
RealmRepresentation.clientScopes
Methods in org.keycloak.representations.idm that return types with arguments of type ClientScopeRepresentationMethod parameters in org.keycloak.representations.idm with type arguments of type ClientScopeRepresentationModifier and TypeMethodDescriptionvoid
RealmRepresentation.setClientScopes
(List<ClientScopeRepresentation> clientScopes) -
Uses of ClientScopeRepresentation in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin that return ClientScopeRepresentationModifier and TypeMethodDescriptionClientScopeResource.getClientScope()
Get representation of the client scopeMethods in org.keycloak.services.resources.admin that return types with arguments of type ClientScopeRepresentationModifier 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.Methods in org.keycloak.services.resources.admin with parameters of type ClientScopeRepresentationModifier 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.