public class UndertowSamlAuthenticator extends SamlAuthenticator
Modifier and Type | Field and Description |
---|---|
protected io.undertow.security.api.SecurityContext |
securityContext |
log
Constructor and Description |
---|
UndertowSamlAuthenticator(io.undertow.security.api.SecurityContext securityContext,
HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
Modifier and Type | Method and Description |
---|---|
protected void |
completeAuthentication(SamlSession samlSession) |
protected SamlAuthenticationHandler |
createBrowserHandler(HttpFacade facade,
SamlDeployment deployment,
SamlSessionStore sessionStore) |
authenticate, createAuthenticationHandler, getChallenge
public UndertowSamlAuthenticator(io.undertow.security.api.SecurityContext securityContext, HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
protected void completeAuthentication(SamlSession samlSession)
completeAuthentication
in class SamlAuthenticator
protected SamlAuthenticationHandler createBrowserHandler(HttpFacade facade, SamlDeployment deployment, SamlSessionStore sessionStore)
createBrowserHandler
in class SamlAuthenticator
Copyright © 2021 JBoss by Red Hat. All rights reserved.