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.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
Constructors Constructor Description MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-
Method Summary
All 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
-
MapRoleEntityFieldDelegate
public MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapRoleEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapRoleEntity>
-
isUpdated
public boolean isUpdated()
Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-
clearUpdatedFlag
public 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 interfaceUpdatableEntity- Overrides:
clearUpdatedFlagin classUpdatableEntity.Impl
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributesin interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributesin interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttributein interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttributein interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttributein interfaceEntityWithAttributes
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapRoleEntity.AbstractRoleEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapRoleEntity.AbstractRoleEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapRoleEntity
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapRoleEntity
-
getName
public String getName()
- Specified by:
getNamein interfaceMapRoleEntity
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceMapRoleEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapRoleEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientIdin interfaceMapRoleEntity
-
setName
public void setName(String p0)
- Specified by:
setNamein interfaceMapRoleEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescriptionin interfaceMapRoleEntity
-
getCompositeRoles
public Set<String> getCompositeRoles()
- Specified by:
getCompositeRolesin interfaceMapRoleEntity
-
setCompositeRoles
public void setCompositeRoles(Set<String> p0)
- Specified by:
setCompositeRolesin interfaceMapRoleEntity
-
addCompositeRole
public void addCompositeRole(String p0)
- Specified by:
addCompositeRolein interfaceMapRoleEntity
-
removeCompositeRole
public void removeCompositeRole(String p0)
- Specified by:
removeCompositeRolein interfaceMapRoleEntity
-
-