Package org.keycloak.models.map.group
Class MapGroupEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.group.MapGroupEntity.AbstractGroupEntity
-
- org.keycloak.models.map.group.MapGroupEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity
,HasEntityFieldDelegate<MapGroupEntity>
,EntityWithAttributes
,UpdatableEntity
,MapGroupEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapGroupEntityFieldDelegate extends MapGroupEntity.AbstractGroupEntity implements MapGroupEntity, HasEntityFieldDelegate<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
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
-
Constructor Summary
Constructors Constructor Description MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addGrantedRole(String p0)
void
clearUpdatedFlag()
An optional operation clearing the updated flag.List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
EntityFieldDelegate<MapGroupEntity>
getEntityFieldDelegate()
Set<String>
getGrantedRoles()
String
getId()
String
getName()
String
getParentId()
String
getRealmId()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute(String p0)
void
removeGrantedRole(String p0)
void
setAttribute(String p0, List<String> p1)
void
setAttributes(Map<String,List<String>> p0)
void
setGrantedRoles(Set<String> p0)
void
setId(String p0)
void
setName(String p0)
void
setParentId(String p0)
void
setRealmId(String p0)
-
-
-
Constructor Detail
-
MapGroupEntityFieldDelegate
public MapGroupEntityFieldDelegate(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapGroupEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapGroupEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapGroupEntity.AbstractGroupEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapGroupEntity.AbstractGroupEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapGroupEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapGroupEntity
-
getParentId
public String getParentId()
- Specified by:
getParentId
in interfaceMapGroupEntity
-
setParentId
public void setParentId(String p0)
- Specified by:
setParentId
in interfaceMapGroupEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapGroupEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapGroupEntity
-
getGrantedRoles
public Set<String> getGrantedRoles()
- Specified by:
getGrantedRoles
in interfaceMapGroupEntity
-
setGrantedRoles
public void setGrantedRoles(Set<String> p0)
- Specified by:
setGrantedRoles
in interfaceMapGroupEntity
-
addGrantedRole
public void addGrantedRole(String p0)
- Specified by:
addGrantedRole
in interfaceMapGroupEntity
-
removeGrantedRole
public void removeGrantedRole(String p0)
- Specified by:
removeGrantedRole
in interfaceMapGroupEntity
-
-