Uses of Interface
org.keycloak.models.map.role.MapRoleEntity
Packages that use MapRoleEntity
Package
Description
-
Uses of MapRoleEntity in org.keycloak.models.map.role
Classes in org.keycloak.models.map.role that implement MapRoleEntityModifier and TypeClassDescriptionstatic class
class
class
class
static class
Methods in org.keycloak.models.map.role that return MapRoleEntityModifier and TypeMethodDescriptionstatic 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 MapRoleEntityModifier and TypeMethodDescriptionMapRoleEntityDelegate.getDelegateProvider()
MapRoleEntityFieldDelegate.getEntityFieldDelegate()
Methods in org.keycloak.models.map.role with parameters of type MapRoleEntityModifier and TypeMethodDescriptionstatic 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 MapRoleEntityModifierConstructorDescriptionMapRoleAdapter
(KeycloakSession session, RealmModel realm, MapRoleEntity entity) Constructor parameters in org.keycloak.models.map.role with type arguments of type MapRoleEntityModifierConstructorDescriptionMapRoleEntityDelegate
(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 MapRoleEntityModifier 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
Classes in org.keycloak.models.map.storage.hotRod.role that implement MapRoleEntityModifier and TypeClassDescriptionstatic class
class
-
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role
Methods in org.keycloak.models.map.storage.jpa.role that return MapRoleEntityModifier and TypeMethodDescriptionJpaRoleMapStorage.create
(MapRoleEntity mapEntity) protected MapRoleEntity
JpaRoleMapStorage.mapToEntityDelegate
(JpaRoleEntity original) Methods in org.keycloak.models.map.storage.jpa.role with parameters of type MapRoleEntity -
Uses of MapRoleEntity in org.keycloak.models.map.storage.jpa.role.delegate
Classes in org.keycloak.models.map.storage.jpa.role.delegate that implement MapRoleEntityModifier and TypeClassDescriptionclass
Delegate for the JPA implementation for MapRoleEntityDelegate.Method parameters in org.keycloak.models.map.storage.jpa.role.delegate with type arguments of type MapRoleEntityModifier and TypeMethodDescriptionJpaRoleDelegateProvider.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 MapRoleEntityModifier 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
Methods in org.keycloak.models.map.storage.ldap.role that return types with arguments of type MapRoleEntityModifier and TypeMethodDescriptionLdapRoleMapStorage.read
(QueryParameters<RoleModel> queryParameters) Methods in org.keycloak.models.map.storage.ldap.role with parameters of type MapRoleEntity -
Uses of MapRoleEntity in org.keycloak.models.map.storage.ldap.role.entity
Classes in org.keycloak.models.map.storage.ldap.role.entity that implement MapRoleEntityMethods in org.keycloak.models.map.storage.ldap.role.entity with type parameters of type MapRoleEntityModifier 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) Constructor parameters in org.keycloak.models.map.storage.ldap.role.entity with type arguments of type MapRoleEntityModifierConstructorDescriptionLdapMapRoleEntityFieldDelegate
(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)