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.AbstractRoleEntityNested 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
ConstructorsConstructorDescriptionLdapMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanFlag 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:
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
-