Interface AuthenticationState.Deferred

All Superinterfaces:
AuthenticationState, Request.AuthenticationState
All Known Implementing Classes:
DeferredAuthenticationState, LoginAuthenticator.LoggedOutAuthentication
Enclosing interface:
AuthenticationState

public static interface AuthenticationState.Deferred extends AuthenticationState
Authentication is Deferred, either so that credentials can later be passed with login(String, String, Request, Response); or that existing credentials on the request may be validated with authenticate(Request); or an authentication dialog can be advanced with authenticate(Request, Response, Callback).