Package org.keycloak.models.map.group
Class MapGroupEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.group.MapGroupEntity.AbstractGroupEntity
org.keycloak.models.map.group.MapGroupEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,MapGroupEntity
- Enclosing class:
- MapGroupEntityImpl
public static class MapGroupEntityImpl.Empty
extends MapGroupEntity.AbstractGroupEntity
implements 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
-
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) Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlag
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, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapGroupEntity.AbstractGroupEntity
-
getId
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapGroupEntity.AbstractGroupEntity
-
removeAttribute
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
getAttributes
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
getGrantedRoles
- Specified by:
getGrantedRoles
in interfaceMapGroupEntity
-
removeGrantedRole
- Specified by:
removeGrantedRole
in interfaceMapGroupEntity
-
addGrantedRole
- Specified by:
addGrantedRole
in interfaceMapGroupEntity
-
setGrantedRoles
- Specified by:
setGrantedRoles
in interfaceMapGroupEntity
-
setName
- Specified by:
setName
in interfaceMapGroupEntity
-
getName
- Specified by:
getName
in interfaceMapGroupEntity
-
getParentId
- Specified by:
getParentId
in interfaceMapGroupEntity
-
setParentId
- Specified by:
setParentId
in interfaceMapGroupEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapGroupEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapGroupEntity
-
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:
-