Module org.eclipse.jetty.security
Package org.eclipse.jetty.security
Class AuthenticationState.ServeAs
java.lang.Object
org.eclipse.jetty.security.AuthenticationState.ServeAs
- All Implemented Interfaces:
AuthenticationState,org.eclipse.jetty.server.Request.AuthenticationState
- Enclosing interface:
AuthenticationState
The
SecurityHandler will use this to wrap the Request.
And then will return a AuthenticationState.Deferred authentication to bypass security constraints.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.security.AuthenticationState
AuthenticationState.Deferred, AuthenticationState.ResponseSent, AuthenticationState.ServeAs, AuthenticationState.Succeeded -
Field Summary
Fields inherited from interface org.eclipse.jetty.security.AuthenticationState
CHALLENGE, SEND_FAILURE, SEND_SUCCESS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.Requestwrap(org.eclipse.jetty.server.Request request) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.server.Request.AuthenticationState
getUserPrincipal
-
Constructor Details
-
ServeAs
public ServeAs(org.eclipse.jetty.http.HttpURI uri)
-
-
Method Details
-
wrap
public org.eclipse.jetty.server.Request wrap(org.eclipse.jetty.server.Request request)
-