Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticatedClientSessionModel |
Modifier and Type | Class and Description |
---|---|
class |
MapAuthenticationSessionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuthenticatedClientSessionModel |
class |
MapAuthenticatedClientSessionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
PersistentAuthenticatedClientSessionAdapter |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatedClientSessionAdapter |
class |
AuthenticationSessionAdapter
NOTE: Calling setter doesn't automatically enlist for update
|
Modifier and Type | Method and Description |
---|---|
protected String |
SamlProtocol.getNameId(String nameIdFormat,
CommonClientSessionModel clientSession,
UserSessionModel userSession) |
protected String |
SamlProtocol.getPersistentNameId(CommonClientSessionModel clientSession,
UserSessionModel userSession)
Attempts to retrieve the persistent type NameId as follows:
saml.persistent.name.id.for.$clientId user attribute
saml.persistent.name.id.for.* user attribute
G-$randomUuid
|
Modifier and Type | Class and Description |
---|---|
class |
ClientSessionCode<CLIENT_SESSION extends CommonClientSessionModel> |
static class |
ClientSessionCode.ParseResult<CLIENT_SESSION extends CommonClientSessionModel> |
Modifier and Type | Method and Description |
---|---|
static <CLIENT_SESSION extends CommonClientSessionModel> |
ClientSessionCode.getClientSession(String code,
String tabId,
KeycloakSession session,
RealmModel realm,
ClientModel client,
EventBuilder event,
Class<CLIENT_SESSION> sessionClass) |
static <CLIENT_SESSION extends CommonClientSessionModel> |
ClientSessionCode.parseResult(String code,
String tabId,
KeycloakSession session,
RealmModel realm,
ClientModel client,
EventBuilder event,
Class<CLIENT_SESSION> sessionClass) |
static <CLIENT_SESSION extends CommonClientSessionModel> |
ClientSessionCode.parseResult(String code,
String tabId,
KeycloakSession session,
RealmModel realm,
ClientModel client,
EventBuilder event,
CLIENT_SESSION clientSession) |
Modifier and Type | Interface and Description |
---|---|
interface |
AuthenticationSessionModel
Represents the state of the authentication.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.