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 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.void
setAuthClientId
(String clientId) void
setAuthIpAddress
(String ipAddress) void
setAuthRealmId
(String realmId) void
setAuthUserId
(String userId) void
void
setOperationType
(OperationType operationType) void
setRealmId
(String realmId) void
setRepresentation
(String representation) void
setResourcePath
(String resourcePath) void
setResourceType
(String resourceType) void
setTimestamp
(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, setId
Methods inherited from interface org.keycloak.models.map.common.ExpirableEntity
getExpiration, setExpiration
Methods 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
null
when 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 ornull
when 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
-