Uses of Class
org.keycloak.representations.idm.ClientScopeRepresentation
- 
Packages that use ClientScopeRepresentation Package Description org.keycloak.admin.client.resource org.keycloak.models.utils org.keycloak.representations.idm org.keycloak.services.resources.admin 
- 
- 
Uses of ClientScopeRepresentation in org.keycloak.admin.client.resourceMethods in org.keycloak.admin.client.resource that return ClientScopeRepresentation Modifier and Type Method Description ClientScopeRepresentationClientScopeResource. toRepresentation()Methods in org.keycloak.admin.client.resource that return types with arguments of type ClientScopeRepresentation Modifier and Type Method Description List<ClientScopeRepresentation>ClientScopesResource. findAll()List<ClientScopeRepresentation>ClientResource. getDefaultClientScopes()Get default client scopes.List<ClientScopeRepresentation>RealmResource. getDefaultDefaultClientScopes()List<ClientScopeRepresentation>RealmResource. getDefaultOptionalClientScopes()List<ClientScopeRepresentation>ClientResource. getOptionalClientScopes()Get optional client scopes.Methods in org.keycloak.admin.client.resource with parameters of type ClientScopeRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseClientScopesResource. create(ClientScopeRepresentation clientScopeRepresentation)voidClientScopeResource. update(ClientScopeRepresentation rep)
- 
Uses of ClientScopeRepresentation in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return ClientScopeRepresentation Modifier and Type Method Description static ClientScopeRepresentationModelToRepresentation. toRepresentation(ClientScopeModel clientScopeModel)Methods in org.keycloak.models.utils with parameters of type ClientScopeRepresentation Modifier and Type Method Description static ClientScopeModelRepresentationToModel. createClientScope(KeycloakSession session, RealmModel realm, ClientScopeRepresentation resourceRep)static voidRepresentationToModel. updateClientScope(ClientScopeRepresentation rep, ClientScopeModel resource)
- 
Uses of ClientScopeRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type ClientScopeRepresentation Modifier and Type Field Description protected List<ClientScopeRepresentation>RealmRepresentation. clientScopesMethods in org.keycloak.representations.idm that return types with arguments of type ClientScopeRepresentation Modifier and Type Method Description List<ClientScopeRepresentation>RealmRepresentation. getClientScopes()Method parameters in org.keycloak.representations.idm with type arguments of type ClientScopeRepresentation Modifier and Type Method Description voidRealmRepresentation. setClientScopes(List<ClientScopeRepresentation> clientScopes)
- 
Uses of ClientScopeRepresentation in org.keycloak.services.resources.adminMethods in org.keycloak.services.resources.admin that return ClientScopeRepresentation Modifier and Type Method Description ClientScopeRepresentationClientScopeResource. getClientScope()Get representation of the client scopeMethods in org.keycloak.services.resources.admin that return types with arguments of type ClientScopeRepresentation Modifier and Type Method Description Stream<ClientScopeRepresentation>ClientScopesResource. getClientScopes()Get client scopes belonging to the realm Returns a list of client scopes belonging to the realmStream<ClientScopeRepresentation>ClientResource. getDefaultClientScopes()Get default client scopes.Stream<ClientScopeRepresentation>RealmAdminResource. getDefaultDefaultClientScopes()Get realm default client scopes.Stream<ClientScopeRepresentation>RealmAdminResource. getDefaultOptionalClientScopes()Get realm optional client scopes.Stream<ClientScopeRepresentation>ClientResource. getOptionalClientScopes()Get optional client scopes.Methods in org.keycloak.services.resources.admin with parameters of type ClientScopeRepresentation Modifier and Type Method Description javax.ws.rs.core.ResponseClientScopesResource. createClientScope(ClientScopeRepresentation rep)Create a new client scope Client Scope's name must be unique!javax.ws.rs.core.ResponseClientScopeResource. update(ClientScopeRepresentation rep)Update the client scopestatic voidClientScopeResource. validateDynamicClientScope(ClientScopeRepresentation clientScope)Performs some validation based on attributes combinations and format.voidClientScopeResource. 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.
 
-