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 void
addCompositeRole(String p0)
void
clearUpdatedFlag()
An optional operation clearing the updated flag.List<String>
getAttribute(String p0)
Map<String,List<String>>
getAttributes()
String
getClientId()
Set<String>
getCompositeRoles()
String
getDescription()
EntityFieldDelegate<MapRoleEntity>
getEntityFieldDelegate()
String
getId()
String
getName()
String
getRealmId()
boolean
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.void
removeAttribute(String p0)
void
removeCompositeRole(String p0)
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
setId(String p0)
void
setName(String p0)
void
setRealmId(String p0)
-
-
-
Constructor Detail
-
MapRoleEntityFieldDelegate
public MapRoleEntityFieldDelegate(EntityFieldDelegate<MapRoleEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapRoleEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapRoleEntity>
-
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
- Overrides:
isUpdated
in classUpdatableEntity.Impl
- Returns:
-
clearUpdatedFlag
public void clearUpdatedFlag()
Description copied from interface:UpdatableEntity
An optional operation clearing the updated flag. Right after using this method, theUpdatableEntity.isUpdated()
would returnfalse
.- Specified by:
clearUpdatedFlag
in interfaceUpdatableEntity
- Overrides:
clearUpdatedFlag
in classUpdatableEntity.Impl
-
getAttributes
public Map<String,List<String>> getAttributes()
- Specified by:
getAttributes
in interfaceEntityWithAttributes
-
setAttributes
public void setAttributes(Map<String,List<String>> p0)
- Specified by:
setAttributes
in interfaceEntityWithAttributes
-
getAttribute
public List<String> getAttribute(String p0)
- Specified by:
getAttribute
in interfaceEntityWithAttributes
-
setAttribute
public void setAttribute(String p0, List<String> p1)
- Specified by:
setAttribute
in interfaceEntityWithAttributes
-
removeAttribute
public void removeAttribute(String p0)
- Specified by:
removeAttribute
in interfaceEntityWithAttributes
-
getId
public String getId()
- Specified by:
getId
in interfaceAbstractEntity
- Overrides:
getId
in classMapRoleEntity.AbstractRoleEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapRoleEntity.AbstractRoleEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapRoleEntity
-
getClientId
public String getClientId()
- Specified by:
getClientId
in interfaceMapRoleEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapRoleEntity
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceMapRoleEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapRoleEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientId
in interfaceMapRoleEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapRoleEntity
-
setDescription
public void setDescription(String p0)
- Specified by:
setDescription
in interfaceMapRoleEntity
-
getCompositeRoles
public Set<String> getCompositeRoles()
- Specified by:
getCompositeRoles
in interfaceMapRoleEntity
-
setCompositeRoles
public void setCompositeRoles(Set<String> p0)
- Specified by:
setCompositeRoles
in interfaceMapRoleEntity
-
addCompositeRole
public void addCompositeRole(String p0)
- Specified by:
addCompositeRole
in interfaceMapRoleEntity
-
removeCompositeRole
public void removeCompositeRole(String p0)
- Specified by:
removeCompositeRole
in interfaceMapRoleEntity
-
-