public interface TokenAuthenticator
TokenAuthenticationResult. The
result contains the necessary information to perform container specific
authentication. JettyTokenAuthenticator in the java-security-test library on how
this is used with jetty to perform authentication.| Modifier and Type | Method and Description |
|---|---|
TokenAuthenticationResult |
validateRequest(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Performs the authentication for the given request.
|
TokenAuthenticationResult validateRequest(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
request - servlet request.response - servlet response.TokenAuthenticationResult.Copyright © 2022. All rights reserved.