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
ConstructorDescriptionMapGroupEntityFieldDelegate
(EntityFieldDelegate<MapGroupEntity> entityFieldDelegate) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addGrantedRole
(String p0) void
An optional operation clearing the updated flag.getAttribute
(String p0) getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
An optional operation setting the updated flag.void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setGrantedRoles
(Set<String> p0) void
void
void
setParentId
(String p0) void
setRealmId
(String p0) toString()
-
Constructor Details
-
MapGroupEntityFieldDelegate
-
-
Method Details
-
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:
-
markUpdatedFlag
public void markUpdatedFlag()Description copied from interface:UpdatableEntity
An optional operation setting the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returntrue
.- Specified by:
markUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
markUpdatedFlag
in classUpdatableEntity.Impl
-
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
-
toString
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapGroupEntity.AbstractGroupEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapGroupEntity.AbstractGroupEntity
-
getName
- Specified by:
getName
in interfaceMapGroupEntity
-
setName
- Specified by:
setName
in interfaceMapGroupEntity
-
getParentId
- Specified by:
getParentId
in interfaceMapGroupEntity
-
setParentId
- Specified by:
setParentId
in interfaceMapGroupEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapGroupEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapGroupEntity
-
getGrantedRoles
- Specified by:
getGrantedRoles
in interfaceMapGroupEntity
-
setGrantedRoles
- Specified by:
setGrantedRoles
in interfaceMapGroupEntity
-
addGrantedRole
- Specified by:
addGrantedRole
in interfaceMapGroupEntity
-
removeGrantedRole
- Specified by:
removeGrantedRole
in interfaceMapGroupEntity
-