Interface SamlAuthenticationHandler
-
- All Known Implementing Classes:
AbstractSamlAuthenticationHandler,BrowserHandler,EcpAuthenticationHandler,SamlEndpoint,WebBrowserSsoAuthenticationHandler
public interface SamlAuthenticationHandler- Author:
- Pedro Igor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AuthChallengegetChallenge()AuthOutcomehandle(OnSessionCreated onCreateSession)
-
-
-
Method Detail
-
handle
AuthOutcome handle(OnSessionCreated onCreateSession)
-
getChallenge
AuthChallenge getChallenge()
-
-