Authenticationpublic 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 | Description |
|---|---|---|
Authentication |
authenticate(javax.servlet.ServletRequest request) |
Authenticate if possible without sending a challenge.
|
Authentication |
authenticate(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
Authenticate and possibly send a challenge.
|
Authentication |
login(java.lang.String username,
java.lang.Object password,
javax.servlet.ServletRequest request) |
Login with the LOGIN authenticator
|
Authentication authenticate(javax.servlet.ServletRequest request)
request - the requestAuthentication authenticate(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
request - the requestresponse - the responseAuthentication login(java.lang.String username, java.lang.Object password, javax.servlet.ServletRequest request)
username - the usernamepassword - the passwordrequest - the requestCopyright © 1995–2018 Webtide. All rights reserved.