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 Summary
Nested Classes Modifier and Type Class Description static classMapAuthEventEntityImpl.Empty-
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAuthEventEntity
MapAuthEventEntity.AbstractAuthEventEntity
-
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 MapAuthEventEntityImpl(DeepCloner cloner)
-
Method Summary
All 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.AbstractAuthEventEntity
getId, setId
-
Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, isUpdated
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.map.common.AbstractEntity
getId, setId
-
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Constructor Detail
-
MapAuthEventEntityImpl
public MapAuthEventEntityImpl(DeepCloner cloner)
-
-
Method Detail
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceMapAuthEventEntity
-
setClientId
public void setClientId(String p0)
- Specified by:
setClientIdin interfaceMapAuthEventEntity
-
setDetails
public void setDetails(Map<String,String> p0)
- Specified by:
setDetailsin interfaceMapAuthEventEntity
-
getDetails
public Map<String,String> getDetails()
- Specified by:
getDetailsin interfaceMapAuthEventEntity
-
getError
public String getError()
- Specified by:
getErrorin interfaceMapAuthEventEntity
-
setError
public void setError(String p0)
- Specified by:
setErrorin interfaceMapAuthEventEntity
-
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.
-
getIpAddress
public String getIpAddress()
- Specified by:
getIpAddressin interfaceMapAuthEventEntity
-
setIpAddress
public void setIpAddress(String p0)
- Specified by:
setIpAddressin interfaceMapAuthEventEntity
-
getRealmId
public String getRealmId()
- Specified by:
getRealmIdin interfaceMapAuthEventEntity
-
setRealmId
public void setRealmId(String p0)
- Specified by:
setRealmIdin interfaceMapAuthEventEntity
-
setSessionId
public void setSessionId(String p0)
- Specified by:
setSessionIdin interfaceMapAuthEventEntity
-
getSessionId
public String getSessionId()
- Specified by:
getSessionIdin interfaceMapAuthEventEntity
-
getTimestamp
public 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 interfaceMapAuthEventEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
public 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 interfaceMapAuthEventEntity- Parameters:
p0- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
setType
public void setType(EventType p0)
- Specified by:
setTypein interfaceMapAuthEventEntity
-
getType
public EventType getType()
- Specified by:
getTypein interfaceMapAuthEventEntity
-
getUserId
public String getUserId()
- Specified by:
getUserIdin interfaceMapAuthEventEntity
-
setUserId
public void setUserId(String p0)
- Specified by:
setUserIdin interfaceMapAuthEventEntity
-
-