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.jpaFields in org.keycloak.models.jpa declared as ClientScopeEntity Modifier and Type Field Description protected ClientScopeEntityClientScopeAdapter. entityMethods in org.keycloak.models.jpa that return ClientScopeEntity Modifier and Type Method Description ClientScopeEntityClientScopeAdapter. getEntity()static ClientScopeEntityClientScopeAdapter. 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.entitiesFields in org.keycloak.models.jpa.entities declared as ClientScopeEntity Modifier and Type Field Description protected ClientScopeEntityClientScopeAttributeEntity. clientScopeprotected ClientScopeEntityClientScopeAttributeEntity.Key. clientScopeprotected ClientScopeEntityClientScopeRoleMappingEntity. clientScopeprotected ClientScopeEntityClientScopeRoleMappingEntity.Key. clientScopeMethods in org.keycloak.models.jpa.entities that return ClientScopeEntity Modifier and Type Method Description ClientScopeEntityClientScopeAttributeEntity. getClientScope()ClientScopeEntityClientScopeAttributeEntity.Key. getClientScope()ClientScopeEntityClientScopeRoleMappingEntity. getClientScope()ClientScopeEntityClientScopeRoleMappingEntity.Key. getClientScope()ClientScopeEntityProtocolMapperEntity. getClientScope()Methods in org.keycloak.models.jpa.entities with parameters of type ClientScopeEntity Modifier and Type Method Description voidClientScopeAttributeEntity. setClientScope(ClientScopeEntity clientScope)voidClientScopeRoleMappingEntity. setClientScope(ClientScopeEntity clientScope)voidProtocolMapperEntity. 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)
 
-