public static interface Authentication.Deferred extends Authentication
Authentication.Challenge, Authentication.Deferred, 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(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(String username,
     String password)
Login with the LOGIN authenticator 
 | 
Authentication authenticate(javax.servlet.ServletRequest request)
Authentication authenticate(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response)
Authentication login(String username, String password)
username - password - Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.