| Package | Description |
|---|---|
| org.keycloak.models.map.authSession |
| Modifier and Type | Method and Description |
|---|---|
MapAuthenticationSessionEntity |
AbstractRootAuthenticationSessionEntity.removeAuthenticationSession(String tabId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,MapAuthenticationSessionEntity> |
AbstractRootAuthenticationSessionEntity.getAuthenticationSessions() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRootAuthenticationSessionEntity.addAuthenticationSession(String tabId,
MapAuthenticationSessionEntity entity) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRootAuthenticationSessionEntity.setAuthenticationSessions(Map<String,MapAuthenticationSessionEntity> authenticationSessions) |
| Constructor and Description |
|---|
MapAuthenticationSessionAdapter(KeycloakSession session,
MapRootAuthenticationSessionAdapter parent,
String tabId,
MapAuthenticationSessionEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.