Class MapResourceEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.authorization.entity.MapResourceEntity.AbstractMapResourceEntity
-
- org.keycloak.models.map.authorization.entity.MapResourceEntityFieldDelegate
-
- All Implemented Interfaces:
MapResourceEntity
,AbstractEntity
,HasEntityFieldDelegate<MapResourceEntity>
,EntityWithAttributes
,UpdatableEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapResourceEntityFieldDelegate extends MapResourceEntity.AbstractMapResourceEntity implements MapResourceEntity, HasEntityFieldDelegate<MapResourceEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.authorization.entity.MapResourceEntity
MapResourceEntity.AbstractMapResourceEntity
-
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 MapResourceEntityFieldDelegate(EntityFieldDelegate<MapResourceEntity> entityFieldDelegate)
-
Method Summary
-
-
-
Constructor Detail
-
MapResourceEntityFieldDelegate
public MapResourceEntityFieldDelegate(EntityFieldDelegate<MapResourceEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapResourceEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegate
in interfaceHasEntityFieldDelegate<MapResourceEntity>
-
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 classMapResourceEntity.AbstractMapResourceEntity
-
setId
public void setId(String p0)
- Specified by:
setId
in interfaceAbstractEntity
- Overrides:
setId
in classMapResourceEntity.AbstractMapResourceEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmId
in interfaceMapResourceEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmId
in interfaceMapResourceEntity
-
getName
public String getName()
- Specified by:
getName
in interfaceMapResourceEntity
-
setName
public void setName(String p0)
- Specified by:
setName
in interfaceMapResourceEntity
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceMapResourceEntity
-
setDisplayName
public void setDisplayName(String p0)
- Specified by:
setDisplayName
in interfaceMapResourceEntity
-
getUris
public Set<String> getUris()
- Specified by:
getUris
in interfaceMapResourceEntity
-
setUris
public void setUris(Set<String> p0)
- Specified by:
setUris
in interfaceMapResourceEntity
-
getType
public String getType()
- Specified by:
getType
in interfaceMapResourceEntity
-
setType
public void setType(String p0)
- Specified by:
setType
in interfaceMapResourceEntity
-
getIconUri
public String getIconUri()
- Specified by:
getIconUri
in interfaceMapResourceEntity
-
setIconUri
public void setIconUri(String p0)
- Specified by:
setIconUri
in interfaceMapResourceEntity
-
getOwner
public String getOwner()
- Specified by:
getOwner
in interfaceMapResourceEntity
-
setOwner
public void setOwner(String p0)
- Specified by:
setOwner
in interfaceMapResourceEntity
-
isOwnerManagedAccess
public Boolean isOwnerManagedAccess()
- Specified by:
isOwnerManagedAccess
in interfaceMapResourceEntity
-
setOwnerManagedAccess
public void setOwnerManagedAccess(Boolean p0)
- Specified by:
setOwnerManagedAccess
in interfaceMapResourceEntity
-
setResourceServerId
public void setResourceServerId(String p0)
- Specified by:
setResourceServerId
in interfaceMapResourceEntity
-
getResourceServerId
public String getResourceServerId()
- Specified by:
getResourceServerId
in interfaceMapResourceEntity
-
getScopeIds
public Set<String> getScopeIds()
- Specified by:
getScopeIds
in interfaceMapResourceEntity
-
setScopeIds
public void setScopeIds(Set<String> p0)
- Specified by:
setScopeIds
in interfaceMapResourceEntity
-
-