Package org.keycloak.models.map.role
Class MapRoleEntityDelegate
java.lang.Object
org.keycloak.models.map.role.MapRoleEntityDelegate
- All Implemented Interfaces:
AbstractEntity,HasDelegateProvider<MapRoleEntity>,EntityWithAttributes,UpdatableEntity,MapRoleEntity
- Direct Known Subclasses:
JpaMapRoleEntityDelegate
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapRoleEntityDelegate
extends Object
implements MapRoleEntity, HasDelegateProvider<MapRoleEntity>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.role.MapRoleEntity
MapRoleEntity.AbstractRoleEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCompositeRole(String roleId) getAttribute(String name) getId()getName()booleanFlag signalizing that any of the setters has been meaningfully used.voidremoveAttribute(String name) voidremoveCompositeRole(String roleId) voidsetAttribute(String name, List<String> value) voidsetAttributes(Map<String, List<String>> attributes) voidsetClientId(String clientId) voidsetCompositeRoles(Set<String> compositeRoles) voidsetDescription(String description) voidvoidvoidsetRealmId(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
-
MapRoleEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapRoleEntity>
-
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
-
getRealmId
- Specified by:
getRealmIdin interfaceMapRoleEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapRoleEntity
-
getName
- Specified by:
getNamein interfaceMapRoleEntity
-
getDescription
- Specified by:
getDescriptionin interfaceMapRoleEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapRoleEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapRoleEntity
-
setName
- Specified by:
setNamein interfaceMapRoleEntity
-
setDescription
- Specified by:
setDescriptionin interfaceMapRoleEntity
-
getCompositeRoles
- Specified by:
getCompositeRolesin interfaceMapRoleEntity
-
setCompositeRoles
- Specified by:
setCompositeRolesin interfaceMapRoleEntity
-
addCompositeRole
- Specified by:
addCompositeRolein interfaceMapRoleEntity
-
removeCompositeRole
- Specified by:
removeCompositeRolein interfaceMapRoleEntity
-