Package org.keycloak.events.jpa
Class AdminEventEntity
java.lang.Object
org.keycloak.events.jpa.AdminEventEntity
- All Implemented Interfaces:
AsynchronousCommitAllowed
- Author:
- Giriraj Sharma
-
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()voidsetAuthClientId(String authClientId) voidsetAuthIpAddress(String authIpAddress) voidsetAuthRealmId(String authRealmId) voidsetAuthUserId(String authUserId) voidsetDetailsJson(String detailsJson) voidvoidvoidsetOperationType(String operationType) voidsetRealmId(String realmId) voidsetRepresentation(String representation) voidsetResourcePath(String resourcePath) voidsetResourceType(String resourceType) voidsetTime(long time) Methods 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
-
AdminEventEntity
public AdminEventEntity()
-
-
Method Details
-
getId
-
setId
-
getTime
public long getTime() -
setTime
public void setTime(long time) -
getRealmId
-
setRealmId
-
getOperationType
-
setOperationType
-
getAuthRealmId
-
setAuthRealmId
-
getAuthClientId
-
setAuthClientId
-
getAuthUserId
-
setAuthUserId
-
getAuthIpAddress
-
setAuthIpAddress
-
getResourcePath
-
setResourcePath
-
getRepresentation
-
setRepresentation
-
getError
-
setError
-
getResourceType
-
setResourceType
-
getDetailsJson
-
setDetailsJson
-