Class LdapRoleEntity
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.storage.ldap.role.entity.LdapRoleEntity
 
 
- 
- All Implemented Interfaces:
- EntityFieldDelegate<MapRoleEntity>,- UpdatableEntity
 
 public class LdapRoleEntity extends UpdatableEntity.Impl implements EntityFieldDelegate<MapRoleEntity> 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.delegate.EntityFieldDelegateEntityFieldDelegate.WithEntity<E extends UpdatableEntity>
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description LdapRoleEntity(DeepCloner cloner, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapKeycloakTransaction transaction, String clientId)LdapRoleEntity(LdapMapObject ldapMapObject, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapKeycloakTransaction transaction, String clientId)
 - 
Method Summary- 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
LdapRoleEntitypublic LdapRoleEntity(DeepCloner cloner, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapKeycloakTransaction transaction, String clientId) 
 - 
LdapRoleEntitypublic LdapRoleEntity(LdapMapObject ldapMapObject, LdapMapRoleMapperConfig roleMapperConfig, LdapRoleMapKeycloakTransaction transaction, String clientId) 
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
removeAttributepublic void removeAttribute(String name) 
 - 
getRealmIdpublic String getRealmId() 
 - 
getClientIdpublic String getClientId() 
 - 
getNamepublic String getName() 
 - 
getDescriptionpublic String getDescription() 
 - 
setRealmIdpublic void setRealmId(String realmId) 
 - 
setClientIdpublic void setClientId(String clientId) 
 - 
setNamepublic void setName(String name) 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
addCompositeRolepublic void addCompositeRole(String roleId) 
 - 
removeCompositeRolepublic void removeCompositeRole(String roleId) 
 - 
getLdapMapObjectpublic LdapMapObject getLdapMapObject() 
 - 
setpublic <T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> void set(EF field, T value) - Specified by:
- setin interface- EntityFieldDelegate<MapRoleEntity>
 
 - 
collectionAddpublic <T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> void collectionAdd(EF field, T value) - Specified by:
- collectionAddin interface- EntityFieldDelegate<MapRoleEntity>
 
 - 
collectionRemovepublic <T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> Object collectionRemove(EF field, T value) - Specified by:
- collectionRemovein interface- EntityFieldDelegate<MapRoleEntity>
 
 - 
getpublic <EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> Object get(EF field) - Specified by:
- getin interface- EntityFieldDelegate<MapRoleEntity>
 
 - 
mapGetpublic <K,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> Object mapGet(EF field, K key) - Specified by:
- mapGetin interface- EntityFieldDelegate<MapRoleEntity>
 
 - 
mapPutpublic <K,T,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> void mapPut(EF field, K key, T value) - Specified by:
- mapPutin interface- EntityFieldDelegate<MapRoleEntity>
 
 - 
mapRemovepublic <K,EF extends Enum<? extends EntityField<MapRoleEntity>> & EntityField<MapRoleEntity>> Object mapRemove(EF field, K key) - Specified by:
- mapRemovein interface- EntityFieldDelegate<MapRoleEntity>
 
 
- 
 
-