Package | Description |
---|---|
org.keycloak.sessions |
Modifier and Type | Method and Description |
---|---|
AuthenticationSessionModel |
RootAuthenticationSessionModel.createAuthenticationSession(ClientModel client)
Create new authentication session and returns it.
|
AuthenticationSessionModel |
RootAuthenticationSessionModel.getAuthenticationSession(ClientModel client,
String tabId) |
Modifier and Type | Method and Description |
---|---|
Map<String,AuthenticationSessionModel> |
RootAuthenticationSessionModel.getAuthenticationSessions()
Key is tabId, Value is AuthenticationSessionModel.
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationSessionCompoundId |
AuthenticationSessionCompoundId.fromAuthSession(AuthenticationSessionModel authSession) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.