Package org.keycloak.models.map.events
Class MapAdminEventEntityFieldDelegate
- java.lang.Object
-
- org.keycloak.models.map.common.UpdatableEntity.Impl
-
- org.keycloak.models.map.events.MapAdminEventEntity.AbstractAdminEventEntity
-
- org.keycloak.models.map.events.MapAdminEventEntityFieldDelegate
-
- All Implemented Interfaces:
AbstractEntity,HasEntityFieldDelegate<MapAdminEventEntity>,ExpirableEntity,UpdatableEntity,MapAdminEventEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAdminEventEntityFieldDelegate extends MapAdminEventEntity.AbstractAdminEventEntity implements MapAdminEventEntity, HasEntityFieldDelegate<MapAdminEventEntity>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAdminEventEntity
MapAdminEventEntity.AbstractAdminEventEntity
-
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 MapAdminEventEntityFieldDelegate(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearUpdatedFlag()An optional operation clearing the updated flag.StringgetAuthClientId()StringgetAuthIpAddress()StringgetAuthRealmId()StringgetAuthUserId()EntityFieldDelegate<MapAdminEventEntity>getEntityFieldDelegate()StringgetError()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetId()OperationTypegetOperationType()StringgetRealmId()StringgetRepresentation()StringgetResourcePath()StringgetResourceType()LonggetTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.booleanisUpdated()Flag signalizing that any of the setters has been meaningfully used.voidsetAuthClientId(String p0)voidsetAuthIpAddress(String p0)voidsetAuthRealmId(String p0)voidsetAuthUserId(String p0)voidsetError(String p0)voidsetExpiration(Long p0)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetId(String p0)voidsetOperationType(OperationType p0)voidsetRealmId(String p0)voidsetRepresentation(String p0)voidsetResourcePath(String p0)voidsetResourceType(String p0)voidsetTimestamp(Long p0)Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.
-
-
-
Constructor Detail
-
MapAdminEventEntityFieldDelegate
public MapAdminEventEntityFieldDelegate(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate)
-
-
Method Detail
-
getEntityFieldDelegate
public EntityFieldDelegate<MapAdminEventEntity> getEntityFieldDelegate()
- Specified by:
getEntityFieldDelegatein interfaceHasEntityFieldDelegate<MapAdminEventEntity>
-
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
-
getId
public String getId()
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapAdminEventEntity.AbstractAdminEventEntity
-
setId
public void setId(String p0)
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapAdminEventEntity.AbstractAdminEventEntity
-
getExpiration
public Long getExpiration()
Description copied from interface:ExpirableEntityReturns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpirationin interfaceExpirableEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullif this entity never expires or expiration is not known.
-
setExpiration
public void setExpiration(Long p0)
Description copied from interface:ExpirableEntitySets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpirationin interfaceExpirableEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullif this entity never expires.
-
getTimestamp
public Long getTimestamp()
Description copied from interface:MapAdminEventEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the event was created.- Specified by:
getTimestampin interfaceMapAdminEventEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
public void setTimestamp(Long p0)
Description copied from interface:MapAdminEventEntitySets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.- Specified by:
setTimestampin interfaceMapAdminEventEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapAdminEventEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapAdminEventEntity
-
getOperationType
public OperationType getOperationType()
- Specified by:
getOperationTypein interfaceMapAdminEventEntity
-
setOperationType
public void setOperationType(OperationType p0)
- Specified by:
setOperationTypein interfaceMapAdminEventEntity
-
getResourcePath
public String getResourcePath()
- Specified by:
getResourcePathin interfaceMapAdminEventEntity
-
setResourcePath
public void setResourcePath(String p0)
- Specified by:
setResourcePathin interfaceMapAdminEventEntity
-
getRepresentation
public String getRepresentation()
- Specified by:
getRepresentationin interfaceMapAdminEventEntity
-
setRepresentation
public void setRepresentation(String p0)
- Specified by:
setRepresentationin interfaceMapAdminEventEntity
-
getError
public String getError()
- Specified by:
getErrorin interfaceMapAdminEventEntity
-
setError
public void setError(String p0)
- Specified by:
setErrorin interfaceMapAdminEventEntity
-
getResourceType
public String getResourceType()
- Specified by:
getResourceTypein interfaceMapAdminEventEntity
-
setResourceType
public void setResourceType(String p0)
- Specified by:
setResourceTypein interfaceMapAdminEventEntity
-
getAuthRealmId
public String getAuthRealmId()
- Specified by:
getAuthRealmIdin interfaceMapAdminEventEntity
-
setAuthRealmId
public void setAuthRealmId(String p0)
- Specified by:
setAuthRealmIdin interfaceMapAdminEventEntity
-
getAuthClientId
public String getAuthClientId()
- Specified by:
getAuthClientIdin interfaceMapAdminEventEntity
-
setAuthClientId
public void setAuthClientId(String p0)
- Specified by:
setAuthClientIdin interfaceMapAdminEventEntity
-
getAuthUserId
public String getAuthUserId()
- Specified by:
getAuthUserIdin interfaceMapAdminEventEntity
-
setAuthUserId
public void setAuthUserId(String p0)
- Specified by:
setAuthUserIdin interfaceMapAdminEventEntity
-
getAuthIpAddress
public String getAuthIpAddress()
- Specified by:
getAuthIpAddressin interfaceMapAdminEventEntity
-
setAuthIpAddress
public void setAuthIpAddress(String p0)
- Specified by:
setAuthIpAddressin interfaceMapAdminEventEntity
-
-