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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addGrantedRole
(String role) getAttribute
(String name) getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute
(String name) void
removeGrantedRole
(String role) void
setAttribute
(String name, List<String> value) void
setAttributes
(Map<String, List<String>> attributes) void
setGrantedRoles
(Set<String> grantedRoles) void
void
void
setParentId
(String parentId) void
setRealmId
(String realmId) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapGroupEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapGroupEntity>
-
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
-
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
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
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
-