public class SamlSessionUtils extends Object
| Constructor and Description |
|---|
SamlSessionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticatedClientSessionModel |
getClientSession(KeycloakSession session,
RealmModel realm,
String sessionIndex) |
static Iterator<SamlAuthenticationPreprocessor> |
getSamlAuthenticationPreprocessorIterator(KeycloakSession session) |
static String |
getSessionIndex(AuthenticatedClientSessionModel clientSession) |
public static String getSessionIndex(AuthenticatedClientSessionModel clientSession)
public static AuthenticatedClientSessionModel getClientSession(KeycloakSession session, RealmModel realm, String sessionIndex)
public static Iterator<SamlAuthenticationPreprocessor> getSamlAuthenticationPreprocessorIterator(KeycloakSession session)
Copyright © 2021 JBoss by Red Hat. All rights reserved.