Package org.eclipse.jetty.security
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 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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.jetty.server.Request.AuthenticationState
getUserPrincipal
-
Constructor Details
-
ServeAs
-
-
Method Details
-
wrap
-