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.AbstractGroupEntity
-
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 MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedRole(String p0)voidclearUpdatedFlag()An optional operation clearing the updated flag.List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()EntityFieldDelegate<MapGroupEntity>getEntityFieldDelegate()Set<String>getGrantedRoles()StringgetId()StringgetName()StringgetParentId()StringgetRealmId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String p0)voidremoveGrantedRole(String p0)voidsetAttribute(String p0, List<String> p1)voidsetAttributes(Map<String,List<String>> p0)voidsetGrantedRoles(Set<String> p0)voidsetId(String p0)voidsetName(String p0)voidsetParentId(String p0)voidsetRealmId(String p0)
-
-
-
Constructor Detail
-
MapGroupEntityFieldDelegate
public MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapGroupEntity> 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:
-
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
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapGroupEntity.AbstractGroupEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapGroupEntity.AbstractGroupEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapGroupEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapGroupEntity
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceMapGroupEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentIdin interfaceMapGroupEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapGroupEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapGroupEntity
-
getGrantedRoles
public Set<String> getGrantedRoles()
- Specified by:
getGrantedRolesin interfaceMapGroupEntity
-
setGrantedRoles
public void setGrantedRoles(Set<String> p0)
- Specified by:
setGrantedRolesin interfaceMapGroupEntity
-
addGrantedRole
public void addGrantedRole(String p0)
- Specified by:
addGrantedRolein interfaceMapGroupEntity
-
removeGrantedRole
public void removeGrantedRole(String p0)
- Specified by:
removeGrantedRolein interfaceMapGroupEntity
-
-