Uses of Interface
org.keycloak.models.map.role.MapRoleEntity
-
-
Uses of MapRoleEntity in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement MapRoleEntity Modifier and Type Class Description static class
MapRoleEntity.AbstractRoleEntity
class
MapRoleEntityDelegate
class
MapRoleEntityFieldDelegate
class
MapRoleEntityImpl
static class
MapRoleEntityImpl.Empty
Methods in org.keycloak.models.map.role that return MapRoleEntity Modifier and Type Method Description static MapRoleEntity
MapRoleEntityCloner. deepClone(MapRoleEntity original, MapRoleEntity target)
static MapRoleEntity
MapRoleEntityCloner. deepCloneNoId(MapRoleEntity original, MapRoleEntity target)
Methods in org.keycloak.models.map.role that return types with arguments of type MapRoleEntity Modifier and Type Method Description DelegateProvider<MapRoleEntity>
MapRoleEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapRoleEntity>
MapRoleEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.role with parameters of type MapRoleEntity Modifier and Type Method Description static MapRoleEntity
MapRoleEntityCloner. deepClone(MapRoleEntity original, MapRoleEntity target)
static MapRoleEntity
MapRoleEntityCloner. deepCloneNoId(MapRoleEntity original, MapRoleEntity target)
Constructors in org.keycloak.models.map.role with parameters of type MapRoleEntity Constructor Description MapRoleAdapter(KeycloakSession session, RealmModel realm, MapRoleEntity entity)
Constructor parameters in org.keycloak.models.map.role with type arguments of type MapRoleEntity Constructor Description MapRoleEntityDelegate(DelegateProvider<MapRoleEntity> delegateProvider)
MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
MapRoleProvider(KeycloakSession session, MapStorage<MapRoleEntity,RoleModel> roleStore)
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.chm
Fields in org.keycloak.models.map.storage.chm with type parameters of type MapRoleEntity Modifier and Type Field Description static Map<SearchableModelField<RoleModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRoleEntity,RoleModel>>
MapFieldPredicates. ROLE_PREDICATES
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.hotRod.role
Classes in org.keycloak.models.map.storage.hotRod.role that implement MapRoleEntity Modifier and Type Class Description static class
HotRodRoleEntity.AbstractHotRodRoleEntityDelegate
class
HotRodRoleEntityDelegate
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role
Methods in org.keycloak.models.map.storage.jpa.role that return MapRoleEntity Modifier and Type Method Description MapRoleEntity
JpaRoleMapKeycloakTransaction. create(MapRoleEntity mapEntity)
protected MapRoleEntity
JpaRoleMapKeycloakTransaction. mapToEntityDelegate(JpaRoleEntity original)
Methods in org.keycloak.models.map.storage.jpa.role with parameters of type MapRoleEntity Modifier and Type Method Description MapRoleEntity
JpaRoleMapKeycloakTransaction. create(MapRoleEntity mapEntity)
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role.delegate
Classes in org.keycloak.models.map.storage.jpa.role.delegate that implement MapRoleEntity Modifier and Type Class Description class
JpaMapRoleEntityDelegate
Delegate for the JPA implementation for MapRoleEntityDelegate.Method parameters in org.keycloak.models.map.storage.jpa.role.delegate with type arguments of type MapRoleEntity Modifier and Type Method Description JpaRoleEntity
JpaRoleDelegateProvider. getDelegate(boolean isRead, Enum<? extends EntityField<MapRoleEntity>> field, Object... parameters)
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role.entity
Classes in org.keycloak.models.map.storage.jpa.role.entity that implement MapRoleEntity Modifier and Type Class Description class
JpaRoleEntity
There are some fields marked by@Column(insertable = false, updatable = false)
.class
JpaRoleMetadata
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.ldap.role
Methods in org.keycloak.models.map.storage.ldap.role that return types with arguments of type MapRoleEntity Modifier and Type Method Description Stream<MapRoleEntity>
LdapRoleMapKeycloakTransaction. read(QueryParameters<RoleModel> queryParameters)
Methods in org.keycloak.models.map.storage.ldap.role with parameters of type MapRoleEntity Modifier and Type Method Description LdapMapRoleEntityFieldDelegate
LdapRoleMapKeycloakTransaction. create(MapRoleEntity value)
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.ldap.role.entity
Classes in org.keycloak.models.map.storage.ldap.role.entity that implement MapRoleEntity Modifier and Type Class Description class
LdapMapRoleEntityFieldDelegate
Methods in org.keycloak.models.map.storage.ldap.role.entity with type parameters of type MapRoleEntity Modifier and Type Method Description <T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
voidLdapRoleEntity. collectionAdd(EF field, T value)
<T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
voidLdapRoleEntity. collectionAdd(EF field, T value)
<T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. collectionRemove(EF field, T value)
<T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. collectionRemove(EF field, T value)
<EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. get(EF field)
<EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. get(EF field)
<K,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. mapGet(EF field, K key)
<K,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. mapGet(EF field, K key)
<K,T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
voidLdapRoleEntity. mapPut(EF field, K key, T value)
<K,T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
voidLdapRoleEntity. mapPut(EF field, K key, T value)
<K,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. mapRemove(EF field, K key)
<K,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
ObjectLdapRoleEntity. mapRemove(EF field, K key)
<T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
voidLdapRoleEntity. set(EF field, T value)
<T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>>
voidLdapRoleEntity. set(EF field, T value)
Constructor parameters in org.keycloak.models.map.storage.ldap.role.entity with type arguments of type MapRoleEntity Constructor Description LdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-