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