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.AbstractGroupEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGrantedRole(String role) getAttribute(String name) getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name) voidremoveGrantedRole(String role) voidsetAttribute(String name, List<String> value) voidsetAttributes(Map<String, List<String>> attributes) voidsetGrantedRoles(Set<String> grantedRoles) voidvoidvoidsetParentId(String parentId) voidsetRealmId(String realmId) toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapGroupEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapGroupEntity>
-
toString
-
getAttributes
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
getName
- Specified by:
getNamein interfaceMapGroupEntity
-
setName
- Specified by:
setNamein interfaceMapGroupEntity
-
getParentId
- Specified by:
getParentIdin interfaceMapGroupEntity
-
setParentId
- Specified by:
setParentIdin interfaceMapGroupEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapGroupEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapGroupEntity
-
getGrantedRoles
- Specified by:
getGrantedRolesin interfaceMapGroupEntity
-
setGrantedRoles
- Specified by:
setGrantedRolesin interfaceMapGroupEntity
-
addGrantedRole
- Specified by:
addGrantedRolein interfaceMapGroupEntity
-
removeGrantedRole
- Specified by:
removeGrantedRolein interfaceMapGroupEntity
-