Package org.keycloak.models.map.role
Class MapRoleEntityFieldDelegate
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.role.MapRoleEntity.AbstractRoleEntity
- 
- org.keycloak.models.map.role.MapRoleEntityFieldDelegate
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- HasEntityFieldDelegate<MapRoleEntity>,- EntityWithAttributes,- UpdatableEntity,- MapRoleEntity
 - Direct Known Subclasses:
- LdapMapRoleEntityFieldDelegate
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapRoleEntityFieldDelegate extends MapRoleEntity.AbstractRoleEntity implements MapRoleEntity, HasEntityFieldDelegate<MapRoleEntity> 
- 
- 
Nested Class Summary- 
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 MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCompositeRole(String p0)voidclearUpdatedFlag()An optional operation clearing the updated flag.List<String>getAttribute(String p0)Map<String,List<String>>getAttributes()StringgetClientId()Set<String>getCompositeRoles()StringgetDescription()EntityFieldDelegate<MapRoleEntity>getEntityFieldDelegate()StringgetId()StringgetName()StringgetRealmId()booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.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)voidsetId(String p0)voidsetName(String p0)voidsetRealmId(String p0)
 
- 
- 
- 
Constructor Detail- 
MapRoleEntityFieldDelegatepublic MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapRoleEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapRoleEntity>
 
 - 
isUpdatedpublic boolean isUpdated() Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
- isUpdatedin interface- UpdatableEntity
- Overrides:
- isUpdatedin class- UpdatableEntity.Impl
- Returns:
 
 - 
clearUpdatedFlagpublic void clearUpdatedFlag() Description copied from interface:UpdatableEntityAn optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()would returnfalse.- Specified by:
- clearUpdatedFlagin interface- UpdatableEntity
- Overrides:
- clearUpdatedFlagin class- UpdatableEntity.Impl
 
 - 
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
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapRoleEntity.AbstractRoleEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapRoleEntity.AbstractRoleEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapRoleEntity
 
 - 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapRoleEntity
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- MapRoleEntity
 
 - 
getDescriptionpublic String getDescription() - Specified by:
- getDescriptionin interface- MapRoleEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapRoleEntity
 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapRoleEntity
 
 - 
setNamepublic void setName(String p0) - Specified by:
- setNamein interface- MapRoleEntity
 
 - 
setDescriptionpublic void setDescription(String p0) - Specified by:
- setDescriptionin interface- MapRoleEntity
 
 - 
getCompositeRolespublic Set<String> getCompositeRoles() - Specified by:
- getCompositeRolesin 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
 
 
- 
 
-