Package org.keycloak.models.map.events
Class MapAuthEventEntityDelegate
java.lang.Object
org.keycloak.models.map.events.MapAuthEventEntityDelegate
- All Implemented Interfaces:
AbstractEntity
,HasDelegateProvider<MapAuthEventEntity>
,ExpirableEntity
,UpdatableEntity
,MapAuthEventEntity
@Generated("org.keycloak.models.map.processor.GenerateEntityImplementationsProcessor")
public class MapAuthEventEntityDelegate
extends Object
implements MapAuthEventEntity, HasDelegateProvider<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
-
Constructor Summary
ConstructorDescriptionMapAuthEventEntityDelegate
(DelegateProvider<MapAuthEventEntity> delegateProvider) -
Method Summary
Modifier and TypeMethodDescriptiongetError()
Returns a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.getId()
Returns a point in time (timestamp in milliseconds since The Epoch) when the event entity was created.getType()
boolean
Flag signalizing that any of the setters has been meaningfully used.void
setClientId
(String clientId) void
setDetails
(Map<String, String> details) void
void
setExpiration
(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.void
void
setIpAddress
(String ipAddress) void
setRealmId
(String realmId) void
setSessionId
(String sessionId) void
setTimestamp
(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.void
void
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAuthEventEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProvider
in interfaceHasDelegateProvider<MapAuthEventEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntity
Flag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdated
in interfaceUpdatableEntity
- Returns:
-
getId
- Specified by:
getId
in interfaceAbstractEntity
-
setId
- Specified by:
setId
in interfaceAbstractEntity
-
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:
expiration
- a timestamp in milliseconds since The Epoch ornull
if this entity never expires.
-
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:
timestamp
- 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
-
getRealmId
- Specified by:
getRealmId
in interfaceMapAuthEventEntity
-
setRealmId
- Specified by:
setRealmId
in interfaceMapAuthEventEntity
-
getClientId
- Specified by:
getClientId
in interfaceMapAuthEventEntity
-
setClientId
- Specified by:
setClientId
in interfaceMapAuthEventEntity
-
getUserId
- Specified by:
getUserId
in interfaceMapAuthEventEntity
-
setUserId
- Specified by:
setUserId
in interfaceMapAuthEventEntity
-
getSessionId
- Specified by:
getSessionId
in interfaceMapAuthEventEntity
-
setSessionId
- Specified by:
setSessionId
in interfaceMapAuthEventEntity
-
getIpAddress
- Specified by:
getIpAddress
in interfaceMapAuthEventEntity
-
setIpAddress
- Specified by:
setIpAddress
in interfaceMapAuthEventEntity
-
getError
- Specified by:
getError
in interfaceMapAuthEventEntity
-
setError
- Specified by:
setError
in interfaceMapAuthEventEntity
-
getDetails
- Specified by:
getDetails
in interfaceMapAuthEventEntity
-
setDetails
- Specified by:
setDetails
in interfaceMapAuthEventEntity
-