Interface AuthenticationState.Deferred

All Superinterfaces:
AuthenticationState, org.eclipse.jetty.server.Request.AuthenticationState
All Known Implementing Classes:
LoginAuthenticator.LoggedOutAuthentication
Enclosing interface:
AuthenticationState

public static interface AuthenticationState.Deferred extends AuthenticationState
Authentication is Deferred, either so that credentials can later be passed with AuthenticationState.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).