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.AbstractRoleEntity
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addCompositeRole
(String roleId) getAttribute
(String name) getId()
getName()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute
(String name) void
removeCompositeRole
(String roleId) void
setAttribute
(String name, List<String> value) void
setAttributes
(Map<String, List<String>> attributes) void
setClientId
(String clientId) void
setCompositeRoles
(Set<String> compositeRoles) void
setDescription
(String description) void
void
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
-
MapRoleEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapRoleEntity>
-
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
-
getRealmId
- Specified by:
getRealmId
in interfaceMapRoleEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapRoleEntity
-
getName
- Specified by:
getName
in interfaceMapRoleEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapRoleEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapRoleEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapRoleEntity
-
setName
- Specified by:
setName
in interfaceMapRoleEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapRoleEntity
-
getCompositeRoles
- Specified by:
getCompositeRoles
in interfaceMapRoleEntity
-
setCompositeRoles
- Specified by:
setCompositeRoles
in interfaceMapRoleEntity
-
addCompositeRole
- Specified by:
addCompositeRole
in interfaceMapRoleEntity
-
removeCompositeRole
- Specified by:
removeCompositeRole
in interfaceMapRoleEntity
-