Uses of Interface
org.eclipse.jetty.server.Request.AuthenticationState
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Server : Core Server API
-
Uses of Request.AuthenticationState in org.eclipse.jetty.security
Modifier and TypeInterfaceDescriptioninterface
The Authentication state of a request.static interface
Authentication is Deferred, either so that credentials can later be passed withAuthenticationState.Deferred.login(String, String, Request, Response)
; or that existing credentials on the request may be validated withAuthenticationState.Deferred.authenticate(Request)
; or an authentication dialog can be advanced withAuthenticationState.Deferred.authenticate(Request, Response, Callback)
.static interface
Authentication Response sent state.static interface
A successful Authentication with User information.Modifier and TypeClassDescriptionstatic class
TheSecurityHandler
will use this to wrap theRequest
. -
Uses of Request.AuthenticationState in org.eclipse.jetty.security.authentication
Modifier and TypeClassDescriptionstatic class
static class
This Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..static class
Base class for representing a successful authentication state.class
SessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into an HttpSession to remember that the user is authenticated. -
Uses of Request.AuthenticationState in org.eclipse.jetty.security.internal
-
Uses of Request.AuthenticationState in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionstatic Request.AuthenticationState
Request.getAuthenticationState
(Request request) Modifier and TypeMethodDescriptionstatic void
Request.setAuthenticationState
(Request request, Request.AuthenticationState state)