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 LdapRoleEntitygetEntityFieldDelegate()LdapMapObjectgetLdapMapObject()booleanisUpdated()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:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRoleEntity>- Overrides:
getEntityFieldDelegatein classMapRoleEntityFieldDelegate
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classMapRoleEntityFieldDelegate- Returns:
-
getLdapMapObject
public LdapMapObject getLdapMapObject()
-
-