public interface Authenticator
| Modifier and Type | Interface and Description |
|---|---|
static class |
Authenticator.Result
Encapsulates the results of an authentication attempt.
|
| Modifier and Type | Method and Description |
|---|---|
Authenticator.Result |
authenticate(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Authenticates a request
|
Authenticator.Result authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request - The requestresponse - The responseCopyright © 2015 Atlassian. All rights reserved.