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.MapRoleEntity
MapRoleEntity.AbstractRoleEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description LdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LdapRoleEntity
getEntityFieldDelegate()
LdapMapObject
getLdapMapObject()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.-
Methods inherited from class org.keycloak.models.map.role.MapRoleEntityFieldDelegate
addCompositeRole, clearUpdatedFlag, getAttribute, getAttributes, getClientId, getCompositeRoles, getDescription, getId, getName, getRealmId, removeAttribute, removeCompositeRole, setAttribute, setAttributes, setClientId, setCompositeRoles, setDescription, setId, setName, setRealmId
-
-
-
-
Constructor Detail
-
LdapMapRoleEntityFieldDelegate
public LdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public LdapRoleEntity getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapRoleEntity>
- Overrides:
getEntityFieldDelegate
in classMapRoleEntityFieldDelegate
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classMapRoleEntityFieldDelegate
- Returns:
-
getLdapMapObject
public LdapMapObject getLdapMapObject()
-
-