Package | Description |
---|---|
org.keycloak.models.map.authSession |
Modifier and Type | Method and Description |
---|---|
MapAuthenticationSessionEntity |
MapRootAuthenticationSessionEntity.removeAuthenticationSession(String tabId) |
Modifier and Type | Method and Description |
---|---|
Map<String,MapAuthenticationSessionEntity> |
MapRootAuthenticationSessionEntity.getAuthenticationSessions() |
Modifier and Type | Method and Description |
---|---|
void |
MapRootAuthenticationSessionEntity.addAuthenticationSession(String tabId,
MapAuthenticationSessionEntity entity) |
Modifier and Type | Method and Description |
---|---|
void |
MapRootAuthenticationSessionEntity.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.