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.MapAdminEventEntityMapAdminEventEntity.AbstractAdminEventEntity
 - 
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 MapAdminEventEntityFieldDelegate(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate)
 - 
Method SummaryAll 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- 
MapAdminEventEntityFieldDelegatepublic MapAdminEventEntityFieldDelegate(EntityFieldDelegate<MapAdminEventEntity> entityFieldDelegate) 
 
- 
 - 
Method Detail- 
getEntityFieldDelegatepublic EntityFieldDelegate<MapAdminEventEntity> getEntityFieldDelegate() - Specified by:
- getEntityFieldDelegatein interface- HasEntityFieldDelegate<MapAdminEventEntity>
 
 - 
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
 
 - 
getIdpublic String getId() - Specified by:
- getIdin interface- AbstractEntity
- Overrides:
- getIdin class- MapAdminEventEntity.AbstractAdminEventEntity
 
 - 
setIdpublic void setId(String p0) - Specified by:
- setIdin interface- AbstractEntity
- Overrides:
- setIdin class- MapAdminEventEntity.AbstractAdminEventEntity
 
 - 
getExpirationpublic 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 interface- ExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullif this entity never expires or expiration is not known.
 
 - 
setExpirationpublic 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 interface- ExpirableEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullif this entity never expires.
 
 - 
getTimestamppublic 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 interface- MapAdminEventEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
 - 
setTimestamppublic 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 interface- MapAdminEventEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapAdminEventEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapAdminEventEntity
 
 - 
getOperationTypepublic OperationType getOperationType() - Specified by:
- getOperationTypein interface- MapAdminEventEntity
 
 - 
setOperationTypepublic void setOperationType(OperationType p0) - Specified by:
- setOperationTypein interface- MapAdminEventEntity
 
 - 
getResourcePathpublic String getResourcePath() - Specified by:
- getResourcePathin interface- MapAdminEventEntity
 
 - 
setResourcePathpublic void setResourcePath(String p0) - Specified by:
- setResourcePathin interface- MapAdminEventEntity
 
 - 
getRepresentationpublic String getRepresentation() - Specified by:
- getRepresentationin interface- MapAdminEventEntity
 
 - 
setRepresentationpublic void setRepresentation(String p0) - Specified by:
- setRepresentationin interface- MapAdminEventEntity
 
 - 
getErrorpublic String getError() - Specified by:
- getErrorin interface- MapAdminEventEntity
 
 - 
setErrorpublic void setError(String p0) - Specified by:
- setErrorin interface- MapAdminEventEntity
 
 - 
getResourceTypepublic String getResourceType() - Specified by:
- getResourceTypein interface- MapAdminEventEntity
 
 - 
setResourceTypepublic void setResourceType(String p0) - Specified by:
- setResourceTypein interface- MapAdminEventEntity
 
 - 
getAuthRealmIdpublic String getAuthRealmId() - Specified by:
- getAuthRealmIdin interface- MapAdminEventEntity
 
 - 
setAuthRealmIdpublic void setAuthRealmId(String p0) - Specified by:
- setAuthRealmIdin interface- MapAdminEventEntity
 
 - 
getAuthClientIdpublic String getAuthClientId() - Specified by:
- getAuthClientIdin interface- MapAdminEventEntity
 
 - 
setAuthClientIdpublic void setAuthClientId(String p0) - Specified by:
- setAuthClientIdin interface- MapAdminEventEntity
 
 - 
getAuthUserIdpublic String getAuthUserId() - Specified by:
- getAuthUserIdin interface- MapAdminEventEntity
 
 - 
setAuthUserIdpublic void setAuthUserId(String p0) - Specified by:
- setAuthUserIdin interface- MapAdminEventEntity
 
 - 
getAuthIpAddresspublic String getAuthIpAddress() - Specified by:
- getAuthIpAddressin interface- MapAdminEventEntity
 
 - 
setAuthIpAddresspublic void setAuthIpAddress(String p0) - Specified by:
- setAuthIpAddressin interface- MapAdminEventEntity
 
 
- 
 
-