Package org.keycloak.models.map.group
Class MapGroupEntityImpl
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.group.MapGroupEntity.AbstractGroupEntity
-
- org.keycloak.models.map.group.MapGroupEntityImpl
-
- All Implemented Interfaces:
AbstractEntity,EntityWithAttributes,UpdatableEntity,MapGroupEntity
- Direct Known Subclasses:
JpaGroupMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapGroupEntityImpl extends MapGroupEntity.AbstractGroupEntity implements MapGroupEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMapGroupEntityImpl.Empty-
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
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapGroupEntityImpl(DeepCloner cloner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGrantedRole(String p0)<V> VdeepClone(V obj)booleanequals(Object o)List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()Set<String>getGrantedRoles()StringgetName()StringgetParentId()StringgetRealmId()inthashCode()voidremoveAttribute(String p0)voidremoveGrantedRole(String p0)voidsetAttribute(String p0, List<String> p1)voidsetAttributes(Map<String,List<String>> p0)voidsetGrantedRoles(Set<String> p0)voidsetName(String p0)voidsetParentId(String p0)voidsetRealmId(String p0)StringtoString()-
Methods inherited from class org.keycloak.models.map.group.MapGroupEntity.AbstractGroupEntity
getId, setId
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapGroupEntityImpl
public MapGroupEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
deepClone
public <V> V deepClone(V obj)
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
addGrantedRole
public void addGrantedRole(String p0)
- Specified by:
addGrantedRolein interfaceMapGroupEntity
-
removeGrantedRole
public void removeGrantedRole(String p0)
- Specified by:
removeGrantedRolein interfaceMapGroupEntity
-
setGrantedRoles
public void setGrantedRoles(Set<String> p0)
- Specified by:
setGrantedRolesin interfaceMapGroupEntity
-
getGrantedRoles
public Set<String> getGrantedRoles()
- Specified by:
getGrantedRolesin interfaceMapGroupEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapGroupEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapGroupEntity
-
getParentId
public String getParentId()
- Specified by:
getParentIdin interfaceMapGroupEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentIdin interfaceMapGroupEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapGroupEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapGroupEntity
-
-