Uses of Class
org.keycloak.models.jpa.entities.ClientScopeEntity
-
Packages that use ClientScopeEntity Package Description org.keycloak.models.jpa org.keycloak.models.jpa.entities -
-
Uses of ClientScopeEntity in org.keycloak.models.jpa
Fields in org.keycloak.models.jpa declared as ClientScopeEntity Modifier and Type Field Description protected ClientScopeEntity
ClientScopeAdapter. entity
Methods in org.keycloak.models.jpa that return ClientScopeEntity Modifier and Type Method Description ClientScopeEntity
ClientScopeAdapter. getEntity()
static ClientScopeEntity
ClientScopeAdapter. toClientScopeEntity(ClientScopeModel model, javax.persistence.EntityManager em)
Constructors in org.keycloak.models.jpa with parameters of type ClientScopeEntity Constructor Description ClientScopeAdapter(RealmModel realm, javax.persistence.EntityManager em, KeycloakSession session, ClientScopeEntity entity)
-
Uses of ClientScopeEntity in org.keycloak.models.jpa.entities
Fields in org.keycloak.models.jpa.entities declared as ClientScopeEntity Modifier and Type Field Description protected ClientScopeEntity
ClientScopeAttributeEntity. clientScope
protected ClientScopeEntity
ClientScopeAttributeEntity.Key. clientScope
protected ClientScopeEntity
ClientScopeRoleMappingEntity. clientScope
protected ClientScopeEntity
ClientScopeRoleMappingEntity.Key. clientScope
Methods in org.keycloak.models.jpa.entities that return ClientScopeEntity Modifier and Type Method Description ClientScopeEntity
ClientScopeAttributeEntity. getClientScope()
ClientScopeEntity
ClientScopeAttributeEntity.Key. getClientScope()
ClientScopeEntity
ClientScopeRoleMappingEntity. getClientScope()
ClientScopeEntity
ClientScopeRoleMappingEntity.Key. getClientScope()
ClientScopeEntity
ProtocolMapperEntity. getClientScope()
Methods in org.keycloak.models.jpa.entities with parameters of type ClientScopeEntity Modifier and Type Method Description void
ClientScopeAttributeEntity. setClientScope(ClientScopeEntity clientScope)
void
ClientScopeRoleMappingEntity. setClientScope(ClientScopeEntity clientScope)
void
ProtocolMapperEntity. setClientScope(ClientScopeEntity clientScope)
Constructors in org.keycloak.models.jpa.entities with parameters of type ClientScopeEntity Constructor Description Key(ClientScopeEntity clientScope, String name)
Key(ClientScopeEntity clientScope, RoleEntity role)
-