Package org.keycloak.models.map.events
Class MapAdminEventEntityImpl.Empty
java.lang.Object
org.keycloak.models.map.common.UpdatableEntity.Impl
org.keycloak.models.map.events.MapAdminEventEntity.AbstractAdminEventEntity
org.keycloak.models.map.events.MapAdminEventEntityImpl.Empty
- All Implemented Interfaces:
AbstractEntity,ExpirableEntity,UpdatableEntity,MapAdminEventEntity
- Enclosing class:
- MapAdminEventEntityImpl
public static class MapAdminEventEntityImpl.Empty
extends MapAdminEventEntity.AbstractAdminEventEntity
implements MapAdminEventEntity
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.models.map.events.MapAdminEventEntity
MapAdminEventEntity.AbstractAdminEventEntityNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Field Summary
FieldsFields inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
updated -
Constructor Summary
Constructors -
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 was created.booleanFlag signalizing that any of the setters has been meaningfully used.voidsetAuthClientId(String clientId) voidsetAuthIpAddress(String ipAddress) voidsetAuthRealmId(String realmId) voidsetAuthUserId(String userId) voidvoidsetExpiration(Long expiration) Sets a point in the time (timestamp in milliseconds since The Epoch) when this entity expires.voidvoidsetOperationType(OperationType operationType) voidsetRealmId(String realmId) voidsetRepresentation(String representation) voidsetResourcePath(String resourcePath) voidsetResourceType(String resourceType) voidsetTimestamp(Long timestamp) Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.Methods inherited from class org.keycloak.models.map.common.UpdatableEntity.Impl
clearUpdatedFlag, markUpdatedFlagMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, markUpdatedFlag
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Empty
public Empty()
-
-
Method Details
-
setId
- Specified by:
setIdin interfaceAbstractEntity- Overrides:
setIdin classMapAdminEventEntity.AbstractAdminEventEntity
-
getId
- Specified by:
getIdin interfaceAbstractEntity- Overrides:
getIdin classMapAdminEventEntity.AbstractAdminEventEntity
-
setAuthClientId
- Specified by:
setAuthClientIdin interfaceMapAdminEventEntity
-
getAuthClientId
- Specified by:
getAuthClientIdin interfaceMapAdminEventEntity
-
setAuthIpAddress
- Specified by:
setAuthIpAddressin interfaceMapAdminEventEntity
-
getAuthIpAddress
- Specified by:
getAuthIpAddressin interfaceMapAdminEventEntity
-
getAuthRealmId
- Specified by:
getAuthRealmIdin interfaceMapAdminEventEntity
-
setAuthRealmId
- Specified by:
setAuthRealmIdin interfaceMapAdminEventEntity
-
getAuthUserId
- Specified by:
getAuthUserIdin interfaceMapAdminEventEntity
-
setAuthUserId
- Specified by:
setAuthUserIdin interfaceMapAdminEventEntity
-
getError
- Specified by:
getErrorin interfaceMapAdminEventEntity
-
setError
- Specified by:
setErrorin interfaceMapAdminEventEntity
-
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.
-
getOperationType
- Specified by:
getOperationTypein interfaceMapAdminEventEntity
-
setOperationType
- Specified by:
setOperationTypein interfaceMapAdminEventEntity
-
setRealmId
- Specified by:
setRealmIdin interfaceMapAdminEventEntity
-
getRealmId
- Specified by:
getRealmIdin interfaceMapAdminEventEntity
-
getRepresentation
- Specified by:
getRepresentationin interfaceMapAdminEventEntity
-
setRepresentation
- Specified by:
setRepresentationin interfaceMapAdminEventEntity
-
getResourcePath
- Specified by:
getResourcePathin interfaceMapAdminEventEntity
-
setResourcePath
- Specified by:
setResourcePathin interfaceMapAdminEventEntity
-
getResourceType
- Specified by:
getResourceTypein interfaceMapAdminEventEntity
-
setResourceType
- Specified by:
setResourceTypein interfaceMapAdminEventEntity
-
getTimestamp
Description copied from interface:MapAdminEventEntityReturns a point in time (timestamp in milliseconds since The Epoch) when the event was created.- Specified by:
getTimestampin interfaceMapAdminEventEntity- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
Description copied from interface:MapAdminEventEntitySets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.- Specified by:
setTimestampin interfaceMapAdminEventEntity- Parameters:
timestamp- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
isUpdated
public boolean isUpdated()Description copied from interface:UpdatableEntityFlag signalizing that any of the setters has been meaningfully used.- Specified by:
isUpdatedin interfaceUpdatableEntity- Overrides:
isUpdatedin classUpdatableEntity.Impl- Returns:
-