Package org.keycloak.adapters.saml
Class SamlAuthenticator
- java.lang.Object
-
- org.keycloak.adapters.saml.SamlAuthenticator
-
public abstract class SamlAuthenticator extends Object
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.jboss.logging.Loggerlog
-
Constructor Summary
Constructors Constructor Description SamlAuthenticator(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description AuthOutcomeauthenticate()protected abstract voidcompleteAuthentication(SamlSession samlSession)protected SamlAuthenticationHandlercreateAuthenticationHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)protected SamlAuthenticationHandlercreateBrowserHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)AuthChallengegetChallenge()
-
-
-
Constructor Detail
-
SamlAuthenticator
public SamlAuthenticator(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
-
Method Detail
-
getChallenge
public AuthChallenge getChallenge()
-
authenticate
public AuthOutcome authenticate()
-
completeAuthentication
protected abstract void completeAuthentication(SamlSession samlSession)
-
createAuthenticationHandler
protected SamlAuthenticationHandler createAuthenticationHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
createBrowserHandler
protected SamlAuthenticationHandler createBrowserHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
-