public static interface Authentication.Deferred extends Authentication
Authentication.Challenge, Authentication.Deferred, Authentication.Failed, Authentication.Failure, Authentication.ResponseSent, Authentication.SendSuccess, Authentication.User, Authentication.WrappedNOT_CHECKED, SEND_CONTINUE, SEND_FAILURE, SEND_SUCCESS, UNAUTHENTICATED| Modifier and Type | Method and 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(String username,
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(String username, Object password, ServletRequest request)
username - the usernamepassword - the passwordrequest - the requestCopyright © 1995–2017 Webtide. All rights reserved.