Package org.keycloak.authentication.jpa
Class AuthenticationSessionEntity
java.lang.Object
org.keycloak.authentication.jpa.AuthenticationSessionEntity
- All Implemented Interfaces:
AsynchronousCommitAllowed
@Entity
public class AuthenticationSessionEntity
extends Object
implements AsynchronousCommitAllowed
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.keycloak.connections.jpa.AsynchronousCommitAllowed
AsynchronousCommitAllowed.EntityOperationType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTabId()longintinthashCode()voidvoidsetAuthNotes(String authNotes) voidsetAuthUserId(String authUserId) voidsetClientNotes(String clientNotes) voidsetClientScopes(String clientScopes) voidsetClientUUID(String clientUUID) voidsetExecutionStatus(String executionStatus) voidsetProtocol(String protocol) voidsetRedirectUri(String redirectUri) voidsetRequiredActions(String requiredActions) voidsetRootAuthenticationSession(RootAuthenticationSessionEntity rootAuthenticationSession) voidvoidsetTimestamp(long timestamp) voidsetUserSessionNotes(String userSessionNotes) voidsetVersion(int version) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.connections.jpa.AsynchronousCommitAllowed
isAsyncCommitAllowed
-
Constructor Details
-
AuthenticationSessionEntity
public AuthenticationSessionEntity()
-
-
Method Details
-
getRootAuthenticationSession
-
setRootAuthenticationSession
-
getTabId
-
setTabId
-
getClientUUID
-
setClientUUID
-
getAuthUserId
-
setAuthUserId
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getRedirectUri
-
setRedirectUri
-
getAction
-
setAction
-
getProtocol
-
setProtocol
-
getClientScopes
-
setClientScopes
-
getExecutionStatus
-
setExecutionStatus
-
getClientNotes
-
setClientNotes
-
getAuthNotes
-
setAuthNotes
-
getRequiredActions
-
setRequiredActions
-
getUserSessionNotes
-
setUserSessionNotes
-
equals
-
hashCode
public int hashCode() -
toString
-