Class AuthenticationState.ServeAs

java.lang.Object
org.eclipse.jetty.security.AuthenticationState.ServeAs
All Implemented Interfaces:
AuthenticationState, Request.AuthenticationState
Enclosing interface:
AuthenticationState

public static class AuthenticationState.ServeAs extends Object implements AuthenticationState
The SecurityHandler will use this to wrap the Request. And then will return a AuthenticationState.Deferred authentication to bypass security constraints.
  • Constructor Details

    • ServeAs

      public ServeAs(HttpURI uri)
  • Method Details