Package | Description |
---|---|
org.keycloak.sessions |
Modifier and Type | Method and Description |
---|---|
static AuthenticationSessionCompoundId |
AuthenticationSessionCompoundId.decoded(String rootAuthSessionId,
String tabId,
String clientUUID) |
static AuthenticationSessionCompoundId |
AuthenticationSessionCompoundId.encoded(String encodedId) |
static AuthenticationSessionCompoundId |
AuthenticationSessionCompoundId.fromAuthSession(AuthenticationSessionModel authSession) |
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationSessionProvider.updateNonlocalSessionAuthNotes(AuthenticationSessionCompoundId compoundId,
Map<String,String> authNotesFragment)
Requests update of authNotes of a root authentication session that is not owned
by this instance but might exist somewhere in the cluster.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.