public class TokenEndpointMatcher extends Object implements AuthenticatorMatcher
| Constructor and Description |
|---|
TokenEndpointMatcher() |
| 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 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 void initialize(javax.servlet.ServletContext servletContext)
initialize in interface AuthenticatorMatcherpublic boolean match(io.undertow.server.HttpServerExchange exchange,
javax.servlet.http.HttpServletRequest request)
match in interface AuthenticatorMatcherCopyright © 2015–2016. All rights reserved.