Class LdapMapRoleEntityFieldDelegate
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntity
- 
- org.keycloak.models.map.role.MapRoleEntityFieldDelegate
- 
- org.keycloak.models.map.storage.ldap.role.entity.LdapMapRoleEntityFieldDelegate
 
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- HasEntityFieldDelegate<MapRoleEntity>,- EntityWithAttributes,- UpdatableEntity,- MapRoleEntity
 
 public class LdapMapRoleEntityFieldDelegate extends MapRoleEntityFieldDelegate 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.role.MapRoleEntityMapRoleEntity.AbstractRoleEntity
 - 
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 LdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LdapRoleEntitygetEntityFieldDelegate()LdapMapObjectgetLdapMapObject()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.- 
Methods inherited from class org.keycloak.models.map.role.MapRoleEntityFieldDelegateaddCompositeRole, clearUpdatedFlag, getAttribute, getAttributes, getClientId, getCompositeRoles, getDescription, getId, getName, getRealmId, removeAttribute, removeCompositeRole, setAttribute, setAttributes, setClientId, setCompositeRoles, setDescription, setId, setName, setRealmId
 
- 
 
- 
- 
- 
Constructor Detail- 
LdapMapRoleEntityFieldDelegatepublic LdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic LdapRoleEntity getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapRoleEntity>
- Overrides:
- getEntityFieldDelegatein class- MapRoleEntityFieldDelegate
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- MapRoleEntityFieldDelegate
- Returns:
 
 - 
getLdapMapObjectpublic LdapMapObject getLdapMapObject() 
 
- 
 
-