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 SummaryNested Classes Modifier and Type Class Description static classMapRoleEntityImpl.Empty- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.role.MapRoleEntityMapRoleEntity.AbstractRoleEntity
 - 
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntityUpdatableEntity.Impl
 
- 
 - 
Field Summary- 
Fields inherited from class org.keycloak.models.map.common.UpdatableEntity.Implupdated
 
- 
 - 
Constructor SummaryConstructors Constructor Description MapRoleEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCompositeRole(String p0)<V> VdeepClone(V obj)booleanequals(Object o)List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()StringgetClientId()Set<String>getCompositeRoles()StringgetDescription()StringgetName()StringgetRealmId()inthashCode()voidremoveAttribute(String p0)voidremoveCompositeRole(String p0)voidsetAttribute(String p0, List<String> p1)voidsetAttributes(Map<String,List<String>> p0)voidsetClientId(String p0)voidsetCompositeRoles(Set<String> p0)voidsetDescription(String p0)voidsetName(String p0)voidsetRealmId(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapRoleEntityImplpublic MapRoleEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
deepClonepublic <V> V deepClone(V obj) 
 - 
getAttributespublic Map<String,List<String>> getAttributes() - Specified by:
- getAttributesin interface- EntityWithAttributes
 
 - 
setAttributespublic void setAttributes(Map<String,List<String>> p0) - Specified by:
- setAttributesin interface- EntityWithAttributes
 
 - 
getAttributepublic List<String> getAttribute(String p0) - Specified by:
- getAttributein interface- EntityWithAttributes
 
 - 
setAttributepublic void setAttribute(String p0, List<String> p1) - Specified by:
- setAttributein interface- EntityWithAttributes
 
 - 
removeAttributepublic void removeAttribute(String p0) - Specified by:
- removeAttributein interface- EntityWithAttributes
 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapRoleEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapRoleEntity
 
 - 
setCompositeRolespublic void setCompositeRoles(Set<String> p0) - Specified by:
- setCompositeRolesin interface- MapRoleEntity
 
 - 
addCompositeRolepublic void addCompositeRole(String p0) - Specified by:
- addCompositeRolein interface- MapRoleEntity
 
 - 
removeCompositeRolepublic void removeCompositeRole(String p0) - Specified by:
- removeCompositeRolein interface- MapRoleEntity
 
 - 
getCompositeRolespublic Set<String> getCompositeRoles() - Specified by:
- getCompositeRolesin interface- MapRoleEntity
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapRoleEntity
 
 - 
setDescriptionpublic void setDescription(String p0) - Specified by:
- setDescriptionin interface- MapRoleEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapRoleEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapRoleEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapRoleEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapRoleEntity
 
 
- 
 
-