Package org.keycloak.events.jpa
Class EventEntity
java.lang.Object
org.keycloak.events.jpa.EventEntity
- All Implemented Interfaces:
AsynchronousCommitAllowed
- Author:
- Stian Thorgersen
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.connections.jpa.AsynchronousCommitAllowed
AsynchronousCommitAllowed.EntityOperationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetError()getId()longgetTime()getType()voidsetClientId(String clientId) voidsetDetailsJson(String detailsJson) voidvoidvoidsetIpAddress(String ipAddress) voidsetRealmId(String realmId) voidsetSessionId(String sessionId) voidsetTime(long time) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.connections.jpa.AsynchronousCommitAllowed
isAsyncCommitAllowed
-
Constructor Details
-
EventEntity
public EventEntity()
-
-
Method Details
-
getId
-
setId
-
getTime
public long getTime() -
setTime
public void setTime(long time) -
getType
-
setType
-
getRealmId
-
setRealmId
-
getClientId
-
setClientId
-
getUserId
-
setUserId
-
getSessionId
-
setSessionId
-
getIpAddress
-
setIpAddress
-
getError
-
setError
-
getDetailsJson
-
setDetailsJson
-