Package org.keycloak.models.map.role
Class MapRoleEntityImpl.Empty
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntity
- 
- org.keycloak.models.map.role.MapRoleEntityImpl.Empty
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- EntityWithAttributes,- UpdatableEntity,- MapRoleEntity
 - Enclosing class:
- MapRoleEntityImpl
 
 public static class MapRoleEntityImpl.Empty extends MapRoleEntity.AbstractRoleEntity implements MapRoleEntity 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.role.MapRoleEntityMapRoleEntity.AbstractRoleEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static MapRoleEntityImpl.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 voidaddCompositeRole(String roleId)List<String>getAttribute(String name)Map<String,List<String>>getAttributes()StringgetClientId()Set<String>getCompositeRoles()StringgetDescription()StringgetId()StringgetName()StringgetRealmId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name)voidremoveCompositeRole(String roleId)voidsetAttribute(String name, List<String> value)voidsetAttributes(Map<String,List<String>> attributes)voidsetClientId(String clientId)voidsetCompositeRoles(Set<String> compositeRoles)voidsetDescription(String description)voidsetId(String id)voidsetName(String name)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 MapRoleEntityImpl.Empty INSTANCE 
 
- 
 - 
Method Detail- 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapRoleEntity.AbstractRoleEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapRoleEntity.AbstractRoleEntity
 
 - 
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
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapRoleEntity
 
 - 
setClientIdpublic void setClientId(String clientId) - Specified by:
- setClientIdin interface- MapRoleEntity
 
 - 
setCompositeRolespublic void setCompositeRoles(Set<String> compositeRoles) - Specified by:
- setCompositeRolesin interface- MapRoleEntity
 
 - 
removeCompositeRolepublic void removeCompositeRole(String roleId) - Specified by:
- removeCompositeRolein interface- MapRoleEntity
 
 - 
addCompositeRolepublic void addCompositeRole(String roleId) - Specified by:
- addCompositeRolein interface- MapRoleEntity
 
 - 
getCompositeRolespublic Set<String> getCompositeRoles() - Specified by:
- getCompositeRolesin interface- MapRoleEntity
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapRoleEntity
 
 - 
setDescriptionpublic void setDescription(String description) - Specified by:
- setDescriptionin interface- MapRoleEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapRoleEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapRoleEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapRoleEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapRoleEntity
 
 - 
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:
 
 
- 
 
-