Authentication
DeferredAuthentication
public static interface Authentication.Deferred extends Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.Wrapped
NOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED
Modifier and Type | Method | Description |
---|---|---|
Authentication |
authenticate(ServletRequest request) |
Authenticate if possible without sending a challenge.
|
Authentication |
authenticate(ServletRequest request,
ServletResponse response) |
Authenticate and possibly send a challenge.
|
Authentication |
login(java.lang.String username,
java.lang.Object password,
ServletRequest request) |
Login with the LOGIN authenticator
|
Authentication authenticate(ServletRequest request)
request
- the requestAuthentication authenticate(ServletRequest request, ServletResponse response)
request
- the requestresponse
- the responseAuthentication login(java.lang.String username, java.lang.Object password, ServletRequest request)
username
- the usernamepassword
- the passwordrequest
- the requestCopyright © 1995–2018 Webtide. All rights reserved.