public class BasicAuthenticatorMatcher extends Object implements AuthenticatorMatcher
| Constructor and Description |
|---|
BasicAuthenticatorMatcher() |
| Modifier and Type | Method and Description |
|---|---|
io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome |
authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext) |
void |
initialize(javax.servlet.ServletContext servletContext) |
boolean |
match(io.undertow.server.HttpServerExchange exchange,
javax.servlet.http.HttpServletRequest request) |
io.undertow.security.api.AuthenticationMechanism.ChallengeResult |
sendChallenge(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext) |
public void initialize(javax.servlet.ServletContext servletContext)
initialize in interface AuthenticatorMatcherpublic io.undertow.security.api.AuthenticationMechanism.AuthenticationMechanismOutcome authenticate(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext)
authenticate in interface io.undertow.security.api.AuthenticationMechanismpublic io.undertow.security.api.AuthenticationMechanism.ChallengeResult sendChallenge(io.undertow.server.HttpServerExchange exchange,
io.undertow.security.api.SecurityContext securityContext)
sendChallenge in interface io.undertow.security.api.AuthenticationMechanismpublic boolean match(io.undertow.server.HttpServerExchange exchange,
javax.servlet.http.HttpServletRequest request)
match in interface AuthenticatorMatcherCopyright © 2015-2016. All Rights Reserved.