Package org.keycloak.models.map.events
Class MapAuthEventEntityImpl
- java.lang.Object
- 
- org.keycloak.models.map.common.UpdatableEntity.Impl
- 
- org.keycloak.models.map.events.MapAuthEventEntity.AbstractAuthEventEntity
- 
- org.keycloak.models.map.events.MapAuthEventEntityImpl
 
 
 
- 
- All Implemented Interfaces:
- AbstractEntity,- ExpirableEntity,- UpdatableEntity,- MapAuthEventEntity
 - Direct Known Subclasses:
- JpaAuthEventMetadata
 
 @Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor") public class MapAuthEventEntityImpl extends MapAuthEventEntity.AbstractAuthEventEntity implements MapAuthEventEntity 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classMapAuthEventEntityImpl.Empty- 
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAuthEventEntityMapAuthEventEntity.AbstractAuthEventEntity
 - 
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 MapAuthEventEntityImpl(DeepCloner cloner)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClientId()Map<String,String>getDetails()StringgetError()LonggetExpiration()Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.StringgetIpAddress()StringgetRealmId()StringgetSessionId()LonggetTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.EventTypegetType()StringgetUserId()inthashCode()voidsetClientId(String p0)voidsetDetails(Map<String,String> p0)voidsetError(String p0)voidsetExpiration(Long p0)Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidsetIpAddress(String p0)voidsetRealmId(String p0)voidsetSessionId(String p0)voidsetTimestamp(Long p0)Sets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.voidsetType(EventType p0)voidsetUserId(String p0)StringtoString()- 
Methods inherited from class org.keycloak.models.map.events.MapAuthEventEntity.AbstractAuthEventEntitygetId, setId
 - 
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.ImplclearUpdatedFlag, isUpdated
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.map.common.AbstractEntitygetId, setId
 - 
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntityclearUpdatedFlag, isUpdated
 
- 
 
- 
- 
- 
Constructor Detail- 
MapAuthEventEntityImplpublic MapAuthEventEntityImpl(DeepCloner cloner) 
 
- 
 - 
Method Detail- 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- MapAuthEventEntity
 
 - 
setClientIdpublic void setClientId(String p0) - Specified by:
- setClientIdin interface- MapAuthEventEntity
 
 - 
setDetailspublic void setDetails(Map<String,String> p0) - Specified by:
- setDetailsin interface- MapAuthEventEntity
 
 - 
getDetailspublic Map<String,String> getDetails() - Specified by:
- getDetailsin interface- MapAuthEventEntity
 
 - 
setErrorpublic void setError(String p0) - Specified by:
- setErrorin interface- MapAuthEventEntity
 
 - 
getErrorpublic String getError() - Specified by:
- getErrorin interface- MapAuthEventEntity
 
 - 
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.
 
 - 
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.
 
 - 
getIpAddresspublic String getIpAddress() - Specified by:
- getIpAddressin interface- MapAuthEventEntity
 
 - 
setIpAddresspublic void setIpAddress(String p0) - Specified by:
- setIpAddressin interface- MapAuthEventEntity
 
 - 
getRealmIdpublic String getRealmId() - Specified by:
- getRealmIdin interface- MapAuthEventEntity
 
 - 
setRealmIdpublic void setRealmId(String p0) - Specified by:
- setRealmIdin interface- MapAuthEventEntity
 
 - 
getSessionIdpublic String getSessionId() - Specified by:
- getSessionIdin interface- MapAuthEventEntity
 
 - 
setSessionIdpublic void setSessionId(String p0) - Specified by:
- setSessionIdin interface- MapAuthEventEntity
 
 - 
getTimestamppublic Long getTimestamp() Description copied from interface:MapAuthEventEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.- Specified by:
- getTimestampin interface- MapAuthEventEntity
- Returns:
- a timestamp in milliseconds since The Epoch or nullwhen the time is unknown
 
 - 
setTimestamppublic void setTimestamp(Long p0) Description copied from interface:MapAuthEventEntitySets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.- Specified by:
- setTimestampin interface- MapAuthEventEntity
- Parameters:
- p0- a timestamp in milliseconds since The Epoch or- nullwhen the time is unknown
 
 - 
getTypepublic EventType getType() - Specified by:
- getTypein interface- MapAuthEventEntity
 
 - 
setTypepublic void setType(EventType p0) - Specified by:
- setTypein interface- MapAuthEventEntity
 
 - 
getUserIdpublic String getUserId() - Specified by:
- getUserIdin interface- MapAuthEventEntity
 
 - 
setUserIdpublic void setUserId(String p0) - Specified by:
- setUserIdin interface- MapAuthEventEntity
 
 
- 
 
-