Package org.keycloak.authentication.jpa
Class RootAuthenticationSessionEntity
java.lang.Object
org.keycloak.authentication.jpa.RootAuthenticationSessionEntity
- All Implemented Interfaces:
AsynchronousCommitAllowed
@Entity
public class RootAuthenticationSessionEntity
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 TypeMethodDescriptionbooleangetId()longintinthashCode()voidsetAuthenticationSessions(Map<String, AuthenticationSessionEntity> authenticationSessions) voidvoidsetRealmId(String realmId) voidsetTimestamp(long timestamp) 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
-
RootAuthenticationSessionEntity
public RootAuthenticationSessionEntity()
-
-
Method Details
-
getId
-
setId
-
getRealmId
-
setRealmId
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getVersion
public int getVersion() -
setVersion
public void setVersion(int version) -
getAuthenticationSessions
-
setAuthenticationSessions
public void setAuthenticationSessions(Map<String, AuthenticationSessionEntity> authenticationSessions) -
equals
-
hashCode
public int hashCode() -
toString
-