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.AbstractAuthEventEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Constructor Summary
ConstructorsConstructorDescriptionMapAuthEventEntityDelegate(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()booleanFlag signalizing that any of the setters has been meaningfully used.voidsetClientId(String clientId) voidsetDetails(Map<String, String> details) voidvoidsetExpiration(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidsetIpAddress(String ipAddress) voidsetRealmId(String realmId) voidsetSessionId(String sessionId) voidsetTimestamp(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when the event entity was created.voidvoidtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Constructor Details
-
MapAuthEventEntityDelegate
-
-
Method Details
-
getDelegateProvider
- Specified by:
getDelegateProviderin interfaceHasDelegateProvider<MapAuthEventEntity>
-
toString
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Returns:
-
getId
- Specified by:
getIdin interfaceAbstractEntity
-
setId
- Specified by:
setIdin interfaceAbstractEntity
-
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
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:
expiration- a timestamp in milliseconds since The Epoch ornullif this entity never expires.
-
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
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:
timestamp- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getType
- Specified by:
getTypein interfaceMapAuthEventEntity
-
setType
- Specified by:
setTypein interfaceMapAuthEventEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapAuthEventEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapAuthEventEntity
-
getClientId
- Specified by:
getClientIdin interfaceMapAuthEventEntity
-
setClientId
- Specified by:
setClientIdin interfaceMapAuthEventEntity
-
getUserId
- Specified by:
getUserIdin interfaceMapAuthEventEntity
-
setUserId
- Specified by:
setUserIdin interfaceMapAuthEventEntity
-
getSessionId
- Specified by:
getSessionIdin interfaceMapAuthEventEntity
-
setSessionId
- Specified by:
setSessionIdin interfaceMapAuthEventEntity
-
getIpAddress
- Specified by:
getIpAddressin interfaceMapAuthEventEntity
-
setIpAddress
- Specified by:
setIpAddressin interfaceMapAuthEventEntity
-
getError
- Specified by:
getErrorin interfaceMapAuthEventEntity
-
setError
- Specified by:
setErrorin interfaceMapAuthEventEntity
-
getDetails
- Specified by:
getDetailsin interfaceMapAuthEventEntity
-
setDetails
- Specified by:
setDetailsin interfaceMapAuthEventEntity
-