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:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.server.Response

    org.eclipse.jetty.server.Response.Wrapper
  • Method Summary

    Methods inherited from interface org.eclipse.jetty.server.Response

    getHeaders, getRequest, getStatus, getTrailersSupplier, hasLastWrite, isCommitted, isCompletedSuccessfully, reset, setStatus, setTrailersSupplier, write, writeInterim