Class AuthenticationState.ServeAs
java.lang.Object
org.eclipse.jetty.security.AuthenticationState.ServeAs
- All Implemented Interfaces:
AuthenticationState, 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 AuthenticationState
AuthenticationState.Deferred, AuthenticationState.ResponseSent, AuthenticationState.ServeAs, AuthenticationState.Succeeded -
Field Summary
Fields inherited from interface AuthenticationState
CHALLENGE, SEND_FAILURE, SEND_SUCCESS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Request.AuthenticationState
getUserPrincipal
-
Constructor Details
-
ServeAs
-
-
Method Details
-
wrap
-