Package | Description |
---|---|
org.keycloak.adapters.spi |
Modifier and Type | Class and Description |
---|---|
class |
InMemorySessionIdMapper
Maps external principal and SSO id to internal local http session id
|
Modifier and Type | Method and Description |
---|---|
void |
SessionIdMapperUpdater.clear(SessionIdMapper idMapper)
Delegates to
clear() method.. |
void |
SessionIdMapperUpdater.map(SessionIdMapper idMapper,
String sso,
String principal,
String session)
Delegates to
map(java.lang.String, java.lang.String, java.lang.String) method. |
void |
SessionIdMapperUpdater.removeSession(SessionIdMapper idMapper,
String session)
Delegates to
removeSession(java.lang.String) method. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.