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.MapGroupEntityMapGroupEntity.AbstractGroupEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate)
 - 
Method SummaryAll 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- 
MapGroupEntityFieldDelegatepublic MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapGroupEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapGroupEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic 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 interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> p0) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String p0) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String p0, List<String> p1) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String p0) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapGroupEntity.AbstractGroupEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapGroupEntity.AbstractGroupEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapGroupEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapGroupEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapGroupEntity
 
 - 
setParentIdpublic void setParentId(String p0) - Specified by:
- setParentIdin interface- MapGroupEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapGroupEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapGroupEntity
 
 - 
getGrantedRolespublic Set<String> getGrantedRoles() - Specified by:
- getGrantedRolesin interface- MapGroupEntity
 
 - 
setGrantedRolespublic void setGrantedRoles(Set<String> p0) - Specified by:
- setGrantedRolesin interface- MapGroupEntity
 
 - 
addGrantedRolepublic void addGrantedRole(String p0) - Specified by:
- addGrantedRolein interface- MapGroupEntity
 
 - 
removeGrantedRolepublic void removeGrantedRole(String p0) - Specified by:
- removeGrantedRolein interface- MapGroupEntity
 
 
- 
 
-