Package org.keycloak.models.map.group
Class MapGroupEntityDelegate
- java.lang.Object
- 
- org.keycloak.models.map.group.MapGroupEntityDelegate
 
- 
- All Implemented Interfaces:
- AbstractEntity,- HasDelegateProvider<MapGroupEntity>,- EntityWithAttributes,- UpdatableEntity,- MapGroupEntity
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapGroupEntityDelegate extends Object implements MapGroupEntity, HasDelegateProvider<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
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapGroupEntityDelegate(DelegateProvider<MapGroupEntity> delegateProvider)
 - 
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()DelegateProvider<MapGroupEntity>getDelegateProvider()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 java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag
 
- 
 
- 
- 
- 
Constructor Detail- 
MapGroupEntityDelegatepublic MapGroupEntityDelegate(DelegateProvider<MapGroupEntity> delegateProvider) 
 
- 
 - 
Method Detail- 
getDelegateProviderpublic DelegateProvider<MapGroupEntity> getDelegateProvider() - Specified by:
- getDelegateProviderin interface- HasDelegateProvider<MapGroupEntity>
 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> attributes) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String name) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String name, List<String> value) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String name) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Returns:
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
 
 - 
setIdpublic void setId(String id) - Specified by:
- setIdin interface- AbstractEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapGroupEntity
 
 - 
setNamepublic void setName(String name) - Specified by:
- setNamein interface- MapGroupEntity
 
 - 
getParentIdpublic String getParentId() - Specified by:
- getParentIdin interface- MapGroupEntity
 
 - 
setParentIdpublic void setParentId(String parentId) - Specified by:
- setParentIdin interface- MapGroupEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapGroupEntity
 
 - 
setRealmIdpublic void setRealmId(String realmId) - Specified by:
- setRealmIdin interface- MapGroupEntity
 
 - 
getGrantedRolespublic Set<String> getGrantedRoles() - Specified by:
- getGrantedRolesin interface- MapGroupEntity
 
 - 
setGrantedRolespublic void setGrantedRoles(Set<String> grantedRoles) - Specified by:
- setGrantedRolesin interface- MapGroupEntity
 
 - 
addGrantedRolepublic void addGrantedRole(String role) - Specified by:
- addGrantedRolein interface- MapGroupEntity
 
 - 
removeGrantedRolepublic void removeGrantedRole(String role) - Specified by:
- removeGrantedRolein interface- MapGroupEntity
 
 
- 
 
-