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/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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getError()
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.Returns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.getType()
int
hashCode()
void
setClientId
(String p0) void
setDetails
(Map<String, String> p0) void
void
setExpiration
(Long p0) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
setIpAddress
(String p0) void
setRealmId
(String p0) void
setSessionId
(String p0) void
setTimestamp
(Long p0) Sets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.void
void
toString()
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, markUpdatedFlag
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, markUpdatedFlag
-
Constructor Details
-
MapAuthEventEntityImpl
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
toString
-
getClientId
- Specified by:
getClientId
in interfaceMapAuthEventEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapAuthEventEntity
-
setDetails
- Specified by:
setDetails
in interfaceMapAuthEventEntity
-
getDetails
- Specified by:
getDetails
in interfaceMapAuthEventEntity
-
setError
- Specified by:
setError
in interfaceMapAuthEventEntity
-
getError
- Specified by:
getError
in interfaceMapAuthEventEntity
-
getExpiration
Description copied from interface:ExpirableEntity
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
getExpiration
in interfaceExpirableEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
if this entity never expires or expiration is not known.
-
setExpiration
Description copied from interface:ExpirableEntity
Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.- Specified by:
setExpiration
in interfaceExpirableEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
if this entity never expires.
-
getIpAddress
- Specified by:
getIpAddress
in interfaceMapAuthEventEntity
-
setIpAddress
- Specified by:
setIpAddress
in interfaceMapAuthEventEntity
-
getRealmId
- Specified by:
getRealmId
in interfaceMapAuthEventEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapAuthEventEntity
-
getSessionId
- Specified by:
getSessionId
in interfaceMapAuthEventEntity
-
setSessionId
- Specified by:
setSessionId
in interfaceMapAuthEventEntity
-
getTimestamp
Description copied from interface:MapAuthEventEntity
Returns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.- Specified by:
getTimestamp
in interfaceMapAuthEventEntity
- Returns:
- a timestamp in milliseconds since The Epoch or
null
when the time is unknown
-
setTimestamp
Description copied from interface:MapAuthEventEntity
Sets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.- Specified by:
setTimestamp
in interfaceMapAuthEventEntity
- Parameters:
p0
- a timestamp in milliseconds since The Epoch ornull
when the time is unknown
-
getType
- Specified by:
getType
in interfaceMapAuthEventEntity
-
setType
- Specified by:
setType
in interfaceMapAuthEventEntity
-
getUserId
- Specified by:
getUserId
in interfaceMapAuthEventEntity
-
setUserId
- Specified by:
setUserId
in interfaceMapAuthEventEntity
-