Package org.keycloak.protocol.saml
Class SamlSessionUtils
- java.lang.Object
-
- org.keycloak.protocol.saml.SamlSessionUtils
-
public class SamlSessionUtils extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description SamlSessionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AuthenticatedClientSessionModel
getClientSession(KeycloakSession session, RealmModel realm, String sessionIndex)
static Iterator<SamlAuthenticationPreprocessor>
getSamlAuthenticationPreprocessorIterator(KeycloakSession session)
static String
getSessionIndex(AuthenticatedClientSessionModel clientSession)
-
-
-
Method Detail
-
getSessionIndex
public static String getSessionIndex(AuthenticatedClientSessionModel clientSession)
-
getClientSession
public static AuthenticatedClientSessionModel getClientSession(KeycloakSession session, RealmModel realm, String sessionIndex)
-
getSamlAuthenticationPreprocessorIterator
public static Iterator<SamlAuthenticationPreprocessor> getSamlAuthenticationPreprocessorIterator(KeycloakSession session)
-
-