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.MapGroupEntity
MapGroupEntity.AbstractGroupEntity
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Constructor Summary
Constructors Constructor Description MapGroupEntityDelegate(DelegateProvider<MapGroupEntity> delegateProvider)
-
Method Summary
All 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.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag
-
-
-
-
Constructor Detail
-
MapGroupEntityDelegate
public MapGroupEntityDelegate(DelegateProvider<MapGroupEntity> delegateProvider)
-
-
Method Detail
-
getDelegateProvider
public DelegateProvider<MapGroupEntity> getDelegateProvider()
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapGroupEntity>
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> attributes)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String name)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String name, List<String> value)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity
-
setId
public void setId(String id)
- Specified by:
setIdin interfaceAbstractEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapGroupEntity
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceMapGroupEntity
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceMapGroupEntity
-
setParentId
public void setParentId(String parentId)
- Specified by:
setParentIdin interfaceMapGroupEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapGroupEntity
-
setRealmId
public void setRealmId(String realmId)
- Specified by:
setRealmIdin interfaceMapGroupEntity
-
getGrantedRoles
public Set<String> getGrantedRoles()
- Specified by:
getGrantedRolesin interfaceMapGroupEntity
-
setGrantedRoles
public void setGrantedRoles(Set<String> grantedRoles)
- Specified by:
setGrantedRolesin interfaceMapGroupEntity
-
addGrantedRole
public void addGrantedRole(String role)
- Specified by:
addGrantedRolein interfaceMapGroupEntity
-
removeGrantedRole
public void removeGrantedRole(String role)
- Specified by:
removeGrantedRolein interfaceMapGroupEntity
-
-