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
-
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
ConstructorDescriptionLdapMapRoleEntityFieldDelegate
(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
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, markUpdatedFlag, removeAttribute, removeCompositeRole, setAttribute, setAttributes, setClientId, setCompositeRoles, setDescription, setId, setName, setRealmId, toString
-
Constructor Details
-
LdapMapRoleEntityFieldDelegate
-
-
Method Details
-
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
-