Package org.keycloak.models.map.role
Class MapRoleEntityImpl
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntity
org.keycloak.models.map.role.MapRoleEntityImpl
- All Implemented Interfaces:
AbstractEntity
,EntityWithAttributes
,UpdatableEntity
,MapRoleEntity
- Direct Known Subclasses:
JpaRoleMetadata
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapRoleEntityImpl
extends MapRoleEntity.AbstractRoleEntity
implements 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
-
Field Summary
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
<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
setClientId
(String p0) void
setCompositeRoles
(Set<String> p0) void
setDescription
(String p0) void
void
setRealmId
(String p0) toString()
Methods inherited from class org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntity
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
-
MapRoleEntityImpl
-
-
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
-
getClientId
- Specified by:
getClientId
in interfaceMapRoleEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapRoleEntity
-
getCompositeRoles
- Specified by:
getCompositeRoles
in interfaceMapRoleEntity
-
setCompositeRoles
- Specified by:
setCompositeRoles
in interfaceMapRoleEntity
-
removeCompositeRole
- Specified by:
removeCompositeRole
in interfaceMapRoleEntity
-
addCompositeRole
- Specified by:
addCompositeRole
in interfaceMapRoleEntity
-
setDescription
- Specified by:
setDescription
in interfaceMapRoleEntity
-
getDescription
- Specified by:
getDescription
in interfaceMapRoleEntity
-
setName
- Specified by:
setName
in interfaceMapRoleEntity
-
getName
- Specified by:
getName
in interfaceMapRoleEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapRoleEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapRoleEntity
-