| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.sessions |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionModel |
KeycloakContext.getAuthenticationSession()
Get current AuthenticationSessionModel, can be null out of the AuthenticationSession context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeycloakContext.setAuthenticationSession(AuthenticationSessionModel authenticationSession) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionModel |
RootAuthenticationSessionModel.createAuthenticationSession(ClientModel client)
Create a new authentication session and returns it.
|
AuthenticationSessionModel |
RootAuthenticationSessionModel.getAuthenticationSession(ClientModel client,
String tabId)
Returns an authentication session for the particular client and tab or null if it doesn't yet exists.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthenticationSessionModel> |
RootAuthenticationSessionModel.getAuthenticationSessions()
Returns authentication sessions for the root authentication session.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationSessionCompoundId |
AuthenticationSessionCompoundId.fromAuthSession(AuthenticationSessionModel authSession) |
Copyright © 2025 JBoss by Red Hat. All rights reserved.