Uses of Interface
org.keycloak.models.map.role.MapRoleEntity
Package
Description
-
Uses of MapRoleEntity in org.keycloak.models.map.role
Modifier and TypeClassDescriptionstatic class
class
class
class
static class
Modifier and TypeMethodDescriptionstatic MapRoleEntity
MapRoleEntityCloner.deepClone
(MapRoleEntity original, MapRoleEntity target) static MapRoleEntity
MapRoleEntityCloner.deepCloneNoId
(MapRoleEntity original, MapRoleEntity target) Modifier and TypeMethodDescriptionMapRoleEntityDelegate.getDelegateProvider()
MapRoleEntityFieldDelegate.getEntityFieldDelegate()
Modifier and TypeMethodDescriptionstatic MapRoleEntity
MapRoleEntityCloner.deepClone
(MapRoleEntity original, MapRoleEntity target) static MapRoleEntity
MapRoleEntityCloner.deepCloneNoId
(MapRoleEntity original, MapRoleEntity target) ModifierConstructorDescriptionMapRoleAdapter
(KeycloakSession session, RealmModel realm, MapRoleEntity entity) ModifierConstructorDescriptionMapRoleEntityDelegate
(DelegateProvider<MapRoleEntity> delegateProvider) MapRoleEntityFieldDelegate
(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate) MapRoleProvider
(KeycloakSession session, MapStorage<MapRoleEntity, RoleModel> roleStore) -
Uses of MapRoleEntity in org.keycloak.models.map.storage.chm
Modifier and TypeFieldDescriptionstatic final Map<SearchableModelField<RoleModel>,
MapModelCriteriaBuilder.UpdatePredicatesFunc<Object, MapRoleEntity, RoleModel>> MapFieldPredicates.ROLE_PREDICATES
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.hotRod.role
Modifier and TypeClassDescriptionstatic class
class
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role
Modifier and TypeMethodDescriptionJpaRoleMapStorage.create
(MapRoleEntity mapEntity) protected MapRoleEntity
JpaRoleMapStorage.mapToEntityDelegate
(JpaRoleEntity original) -
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role.delegate
Modifier and TypeClassDescriptionclass
Delegate for the JPA implementation for MapRoleEntityDelegate.Modifier and TypeMethodDescriptionJpaRoleDelegateProvider.getDelegate
(boolean isRead, Enum<? extends EntityField<MapRoleEntity>> field, Object... parameters) -
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role.entity
Modifier and TypeClassDescriptionclass
There are some fields marked by@Column(insertable = false, updatable = false)
.class
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.ldap.role
Modifier and TypeMethodDescriptionLdapRoleMapStorage.read
(QueryParameters<RoleModel> queryParameters) -
Uses of MapRoleEntity in org.keycloak.models.map.storage.ldap.role.entity
Modifier and TypeMethodDescription<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) ModifierConstructorDescriptionLdapMapRoleEntityFieldDelegate
(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)