Package org.keycloak.protocol.saml
Class SamlSessionUtils
java.lang.Object
org.keycloak.protocol.saml.SamlSessionUtils
- Author:
- Marek Posolda
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetClientSession
(KeycloakSession session, RealmModel realm, String sessionIndex) static String
getSessionIndex
(AuthenticatedClientSessionModel clientSession)
-
Constructor Details
-
SamlSessionUtils
public SamlSessionUtils()
-
-
Method Details
-
getSessionIndex
-
getClientSession
public static AuthenticatedClientSessionModel getClientSession(KeycloakSession session, RealmModel realm, String sessionIndex) -
getSamlAuthenticationPreprocessorIterator
public static Iterator<SamlAuthenticationPreprocessor> getSamlAuthenticationPreprocessorIterator(KeycloakSession session)
-