Class UndertowSamlAuthenticator
- java.lang.Object
-
- org.keycloak.adapters.saml.SamlAuthenticator
-
- org.keycloak.adapters.saml.undertow.UndertowSamlAuthenticator
-
public class UndertowSamlAuthenticator extends SamlAuthenticator
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Field Summary
Fields Modifier and Type Field Description protected io.undertow.security.api.SecurityContextsecurityContext-
Fields inherited from class org.keycloak.adapters.saml.SamlAuthenticator
log
-
-
Constructor Summary
Constructors Constructor Description UndertowSamlAuthenticator(io.undertow.security.api.SecurityContext securityContext, HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcompleteAuthentication(SamlSession samlSession)protected SamlAuthenticationHandlercreateBrowserHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)-
Methods inherited from class org.keycloak.adapters.saml.SamlAuthenticator
authenticate, createAuthenticationHandler, getChallenge
-
-
-
-
Constructor Detail
-
UndertowSamlAuthenticator
public UndertowSamlAuthenticator(io.undertow.security.api.SecurityContext securityContext, HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
-
-
Method Detail
-
completeAuthentication
protected void completeAuthentication(SamlSession samlSession)
- Specified by:
completeAuthenticationin classSamlAuthenticator
-
createBrowserHandler
protected SamlAuthenticationHandler createBrowserHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
- Overrides:
createBrowserHandlerin classSamlAuthenticator
-
-