Interface AuthenticationState.Deferred.DeferredResponse

All Superinterfaces:
org.eclipse.jetty.io.Content.Sink, org.eclipse.jetty.server.Response
Enclosing interface:
AuthenticationState.Deferred

public static interface AuthenticationState.Deferred.DeferredResponse extends org.eclipse.jetty.server.Response
A tag interface used to identify a Response that might be passed to Authenticator.validateRequest(Request, Response, Callback) while doing deferred authentication when a challenge cannot be sent.
See Also: