Uses of Class
org.keycloak.models.jpa.entities.ClientScopeEntity
-
Uses of ClientScopeEntity in org.keycloak.models.jpa
Modifier and TypeMethodDescriptionClientScopeAdapter.getEntity()
static ClientScopeEntity
ClientScopeAdapter.toClientScopeEntity
(ClientScopeModel model, jakarta.persistence.EntityManager em) ModifierConstructorDescriptionClientScopeAdapter
(RealmModel realm, jakarta.persistence.EntityManager em, KeycloakSession session, ClientScopeEntity entity) -
Uses of ClientScopeEntity in org.keycloak.models.jpa.entities
Modifier and TypeFieldDescriptionprotected ClientScopeEntity
ClientScopeAttributeEntity.clientScope
protected ClientScopeEntity
ClientScopeAttributeEntity.Key.clientScope
protected ClientScopeEntity
ClientScopeRoleMappingEntity.clientScope
protected ClientScopeEntity
ClientScopeRoleMappingEntity.Key.clientScope
Modifier and TypeMethodDescriptionClientScopeAttributeEntity.getClientScope()
ClientScopeAttributeEntity.Key.getClientScope()
ClientScopeRoleMappingEntity.getClientScope()
ClientScopeRoleMappingEntity.Key.getClientScope()
ProtocolMapperEntity.getClientScope()
Modifier and TypeMethodDescriptionvoid
ClientScopeAttributeEntity.setClientScope
(ClientScopeEntity clientScope) void
ClientScopeRoleMappingEntity.setClientScope
(ClientScopeEntity clientScope) void
ProtocolMapperEntity.setClientScope
(ClientScopeEntity clientScope) ModifierConstructorDescriptionKey
(ClientScopeEntity clientScope, String name) Key
(ClientScopeEntity clientScope, RoleEntity role)