Modifier and Type | Class and Description |
---|---|
class |
AbstractRootAuthenticationSessionModel<E extends AbstractEntity> |
class |
MapRootAuthenticationSessionAdapter |
Modifier and Type | Field and Description |
---|---|
protected MapKeycloakTransaction<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> |
MapRootAuthenticationSessionProvider.tx |
Modifier and Type | Method and Description |
---|---|
RootAuthenticationSessionModel |
MapRootAuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm) |
RootAuthenticationSessionModel |
MapRootAuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm,
String id) |
RootAuthenticationSessionModel |
MapAuthenticationSessionAdapter.getParentSession() |
RootAuthenticationSessionModel |
MapRootAuthenticationSessionProvider.getRootAuthenticationSession(RealmModel realm,
String authenticationSessionId) |
Modifier and Type | Method and Description |
---|---|
void |
MapRootAuthenticationSessionProvider.removeRootAuthenticationSession(RealmModel realm,
RootAuthenticationSessionModel authenticationSession) |
Constructor and Description |
---|
MapRootAuthenticationSessionProvider(KeycloakSession session,
MapStorage<MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel> sessionStore) |
Modifier and Type | Field and Description |
---|---|
static Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>> |
MapFieldPredicates.AUTHENTICATION_SESSION_PREDICATES |
static Map<SearchableModelField<RootAuthenticationSessionModel>,MapModelCriteriaBuilder.UpdatePredicatesFunc<Object,MapRootAuthenticationSessionEntity,RootAuthenticationSessionModel>> |
MapFieldPredicates.AUTHENTICATION_SESSION_PREDICATES |
Modifier and Type | Class and Description |
---|---|
class |
RootAuthenticationSessionAdapter |
Modifier and Type | Method and Description |
---|---|
RootAuthenticationSessionModel |
InfinispanAuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm) |
RootAuthenticationSessionModel |
InfinispanAuthenticationSessionProvider.createRootAuthenticationSession(RealmModel realm,
String id) |
RootAuthenticationSessionModel |
AuthenticationSessionAdapter.getParentSession() |
RootAuthenticationSessionModel |
InfinispanAuthenticationSessionProvider.getRootAuthenticationSession(RealmModel realm,
String authenticationSessionId) |
Modifier and Type | Method and Description |
---|---|
void |
InfinispanAuthenticationSessionProvider.removeRootAuthenticationSession(RealmModel realm,
RootAuthenticationSessionModel authenticationSession) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSessionModel |
RestartLoginCookie.restartSession(KeycloakSession session,
RealmModel realm,
RootAuthenticationSessionModel rootSession,
String expectedClientId) |
Modifier and Type | Method and Description |
---|---|
RootAuthenticationSessionModel |
AuthenticationSessionManager.createAuthenticationSession(RealmModel realm,
boolean browserCookie)
Creates a fresh authentication session for the given realm .
|
RootAuthenticationSessionModel |
AuthenticationSessionManager.getCurrentRootAuthenticationSession(RealmModel realm) |
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.