Package org.keycloak.models.map.group
Class MapGroupEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.group.MapGroupEntity.AbstractGroupEntity
- 
- org.keycloak.models.map.group.MapGroupEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- EntityWithAttributes,- UpdatableEntity,- MapGroupEntity
 - Enclosing class:
- MapGroupEntityImpl
 
 public static class MapGroupEntityImpl.Empty extends MapGroupEntity.AbstractGroupEntity implements 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 SummaryFields Modifier and Type Field Description static MapGroupEntityImpl.EmptyINSTANCE- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description Empty()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedRole(String role)List<String>getAttribute(String name)Map<String,List<String>>getAttributes()Set<String>getGrantedRoles()StringgetId()StringgetName()StringgetParentId()StringgetRealmId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name)voidremoveGrantedRole(String role)voidsetAttribute(String name, List<String> value)voidsetAttributes(Map<String,List<String>> attributes)voidsetGrantedRoles(Set<String> grantedRoles)voidsetId(String id)voidsetName(String name)voidsetParentId(String parentId)voidsetRealmId(String realmId)- 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Field Detail- 
INSTANCEpublic static final MapGroupEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapGroupEntity.AbstractGroupEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapGroupEntity.AbstractGroupEntity
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> attributes) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String name, List<String> value) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String name) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String name) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
addGrantedRolepublic void addGrantedRole(String role) - Specified by:
- addGrantedRolein interface- MapGroupEntity
 
 - 
removeGrantedRolepublic void removeGrantedRole(String role) - Specified by:
- removeGrantedRolein interface- MapGroupEntity
 
 - 
setGrantedRolespublic void setGrantedRoles(Set<String> grantedRoles) - Specified by:
- setGrantedRolesin interface- MapGroupEntity
 
 - 
getGrantedRolespublic Set<String> getGrantedRoles() - Specified by:
- getGrantedRolesin interface- MapGroupEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapGroupEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapGroupEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapGroupEntity
 
 - 
setParentIdpublic void setParentId(String parentId) - Specified by:
- setParentIdin interface- MapGroupEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapGroupEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- 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:
 
 
- 
 
-