Package org.keycloak.models.map.group
Class MapGroupEntityFieldDelegate
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.group.MapGroupEntity.AbstractGroupEntity
org.keycloak.models.map.group.MapGroupEntityFieldDelegate
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapGroupEntity>,EntityWithAttributes,UpdatableEntity,MapGroupEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapGroupEntityFieldDelegate
extends MapGroupEntity.AbstractGroupEntity
implements MapGroupEntity, HasEntityFieldDelegate<MapGroupEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.group.MapGroupEntity
MapGroupEntity.AbstractGroupEntityNested 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
ConstructorsConstructorDescriptionMapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedRole(String p0) voidAn 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) voidsetGrantedRoles(Set<String> p0) voidvoidvoidsetParentId(String p0) voidsetRealmId(String p0) toString()
-
Constructor Details
-
MapGroupEntityFieldDelegate
-
-
Method Details
-
getEntityFieldDelegate
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapGroupEntity>
-
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 classMapGroupEntity.AbstractGroupEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapGroupEntity.AbstractGroupEntity
-
getName
- Specified by:
getNamein interfaceMapGroupEntity
-
setName
- Specified by:
setNamein interfaceMapGroupEntity
-
getParentId
- Specified by:
getParentIdin interfaceMapGroupEntity
-
setParentId
- Specified by:
setParentIdin interfaceMapGroupEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapGroupEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapGroupEntity
-
getGrantedRoles
- Specified by:
getGrantedRolesin interfaceMapGroupEntity
-
setGrantedRoles
- Specified by:
setGrantedRolesin interfaceMapGroupEntity
-
addGrantedRole
- Specified by:
addGrantedRolein interfaceMapGroupEntity
-
removeGrantedRole
- Specified by:
removeGrantedRolein interfaceMapGroupEntity
-