Package org.keycloak.models.map.role
Class MapRoleEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntity
org.keycloak.models.map.role.MapRoleEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapRoleEntity>,EntityWithAttributes,UpdatableEntity,MapRoleEntity
- Direct Known Subclasses:
LdapMapRoleEntityFieldDelegate
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapRoleEntityFieldDelegate
extends MapRoleEntity.AbstractRoleEntity
implements MapRoleEntity, HasEntityFieldDelegate<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
ConstructorsConstructorDescriptionMapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidAn optional operation clearing the updated flag.getAttribute(String p0) getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidAn optional operation setting the updated flag.voidvoidvoidsetAttribute(String p0, List<String> p1) voidsetAttributes(Map<String, List<String>> p0) voidsetClientId(String p0) voidsetCompositeRoles(Set<String> p0) voidsetDescription(String p0) voidvoidvoidsetRealmId(String p0) toString()
-
Constructor Details
-
MapRoleEntityFieldDelegate
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRoleEntity>
-
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 classUpdatableEntity.Impl- Returns:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returntrue.- Specified by:
markUpdatedFlagin interfaceUpdatableEntity- Overrides:
markUpdatedFlagin classUpdatableEntity.Impl
-
clearUpdatedFlag
public void clearUpdatedFlag()Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
clearUpdatedFlagin interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
toString
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapRoleEntity.AbstractRoleEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapRoleEntity.AbstractRoleEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapRoleEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapRoleEntity
-
getName
- Specified by:
getNamein interfaceMapRoleEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapRoleEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapRoleEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapRoleEntity
-
setName
- Specified by:
setNamein interfaceMapRoleEntity
-
setDescription
- Specified by:
setDescriptionin interfaceMapRoleEntity
-
getCompositeRoles
- Specified by:
getCompositeRolesin interfaceMapRoleEntity
-
setCompositeRoles
- Specified by:
setCompositeRolesin interfaceMapRoleEntity
-
addCompositeRole
- Specified by:
addCompositeRolein interfaceMapRoleEntity
-
removeCompositeRole
- Specified by:
removeCompositeRolein interfaceMapRoleEntity
-