Package org.keycloak.models.map.events
Interface MapAdminEventEntity
- All Superinterfaces:
AbstractEntity,ExpirableEntity,UpdatableEntity
- All Known Implementing Classes:
HotRodAdminEventEntity.AbstractHotRodAdminEventEntityDelegate,HotRodAdminEventEntityDelegate,JpaAdminEventEntity,JpaAdminEventMetadata,MapAdminEventEntity.AbstractAdminEventEntity,MapAdminEventEntityDelegate,MapAdminEventEntityFieldDelegate,MapAdminEventEntityImpl,MapAdminEventEntityImpl.Empty
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl -
Method Summary
Modifier and TypeMethodDescriptiongetError()Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.voidsetAuthClientId(String clientId) voidsetAuthIpAddress(String ipAddress) voidsetAuthRealmId(String realmId) voidsetAuthUserId(String userId) 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 interface org.keycloak.models.map.common.AbstractEntity
getId, setIdMethods inherited from interface org.keycloak.models.map.common.ExpirableEntity
getExpiration, setExpirationMethods inherited from interface org.keycloak.models.map.common.UpdatableEntity
clearUpdatedFlag, isUpdated, markUpdatedFlag
-
Method Details
-
getTimestamp
Long getTimestamp()Returns a point in time (timestamp in milliseconds since The Epoch) when the event was created.- Returns:
- a timestamp in milliseconds since The Epoch or
nullwhen the time is unknown
-
setTimestamp
Sets a point in the (timestamp in milliseconds since The Epoch) when this entity was created.- Parameters:
timestamp- a timestamp in milliseconds since The Epoch ornullwhen the time is unknown
-
getRealmId
String getRealmId() -
setRealmId
-
getOperationType
OperationType getOperationType() -
setOperationType
-
getResourcePath
String getResourcePath() -
setResourcePath
-
getRepresentation
String getRepresentation() -
setRepresentation
-
getError
String getError() -
setError
-
getResourceType
String getResourceType() -
setResourceType
-
getAuthRealmId
String getAuthRealmId() -
setAuthRealmId
-
getAuthClientId
String getAuthClientId() -
setAuthClientId
-
getAuthUserId
String getAuthUserId() -
setAuthUserId
-
getAuthIpAddress
String getAuthIpAddress() -
setAuthIpAddress
-