Package | Description |
---|---|
org.keycloak.sessions |
Modifier and Type | Field and Description |
---|---|
static SearchableModelField<RootAuthenticationSessionModel> |
RootAuthenticationSessionModel.SearchableFields.ID |
static SearchableModelField<RootAuthenticationSessionModel> |
RootAuthenticationSessionModel.SearchableFields.REALM_ID |
static SearchableModelField<RootAuthenticationSessionModel> |
RootAuthenticationSessionModel.SearchableFields.TIMESTAMP |
Modifier and Type | Method and Description |
---|---|
RootAuthenticationSessionModel |
AuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm)
Creates and registers a new authentication session with random ID.
|
RootAuthenticationSessionModel |
AuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm,
String id)
Creates a new root authentication session specified by the provided realm and id.
|
default RootAuthenticationSessionModel |
AuthenticationSessionProvider.createRootAuthenticationSession(String id,
RealmModel realm)
Deprecated.
Use
AuthenticationSessionProvider.createRootAuthenticationSession(RealmModel, String) createRootAuthenticationSession} instead. |
RootAuthenticationSessionModel |
AuthenticationSessionModel.getParentSession()
Returns the root authentication session that is parent of this authentication session.
|
RootAuthenticationSessionModel |
AuthenticationSessionProvider.getRootAuthenticationSession(RealmModel realm,
String authenticationSessionId)
Returns the root authentication session specified by the provided realm and id.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionProvider.removeRootAuthenticationSession(RealmModel realm,
RootAuthenticationSessionModel authenticationSession)
Removes provided root authentication session.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.