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/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 p0) <V> V
deepClone
(V obj) boolean
getAttribute
(String p0) getName()
int
hashCode()
void
void
void
setAttribute
(String p0, List<String> p1) void
setAttributes
(Map<String, List<String>> p0) void
setGrantedRoles
(Set<String> p0) void
void
setParentId
(String p0) void
setRealmId
(String p0) toString()
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, markUpdatedFlag
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, markUpdatedFlag
-
Constructor Details
-
MapGroupEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
deepClone
public <V> V deepClone(V obj) -
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
-