Uses of Interface
org.eclipse.jetty.server.Request.AuthenticationState
Packages that use Request.AuthenticationState
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
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.ee8.nested
Subinterfaces of Request.AuthenticationState in org.eclipse.jetty.ee8.nestedModifier and TypeInterfaceDescriptioninterface
The Authentication state of a request.static interface
An Authentication Challenge has been sent.static interface
A deferred authentication with methods to progress the authentication process.static interface
An Authentication Failure has been sent.static interface
An authentication that is capable of performing a programmatic login operation.static interface
An authentication that is capable of performing a programmatic logout operation.static interface
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.static interface
Authentication Response sent state.static interface
static interface
A successful Authentication with User information.static interface
A wrapped authentication with methods provide the wrapped request/response for use by the application -
Uses of Request.AuthenticationState in org.eclipse.jetty.ee8.security
Classes in org.eclipse.jetty.ee8.security that implement Request.AuthenticationStateModifier and TypeClassDescriptionclass
AbstractUserAuthentication Base class for representing an authenticated user.class
LoggedOutAuthentication An Authentication indicating that a user has been previously, but is not currently logged in, but may be capable of logging in after a call to Request.login(String,String)class
-
Uses of Request.AuthenticationState in org.eclipse.jetty.ee8.security.authentication
Classes in org.eclipse.jetty.ee8.security.authentication that implement Request.AuthenticationStateModifier and TypeClassDescriptionclass
static class
This Authentication represents a just completed Form authentication.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.ee8.security.openid
Classes in org.eclipse.jetty.ee8.security.openid that implement Request.AuthenticationStateModifier and TypeClassDescriptionstatic class
This Authentication represents a just completed OpenId Connect authentication. -
Uses of Request.AuthenticationState in org.eclipse.jetty.ee9.nested
Subinterfaces of Request.AuthenticationState in org.eclipse.jetty.ee9.nestedModifier and TypeInterfaceDescriptioninterface
The Authentication state of a request.static interface
An Authentication Challenge has been sent.static interface
A deferred authentication with methods to progress the authentication process.static interface
An Authentication Failure has been sent.static interface
An authentication that is capable of performing a programmatic login operation.static interface
An authentication that is capable of performing a programmatic logout operation.static interface
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.static interface
Authentication Response sent state.static interface
static interface
A successful Authentication with User information.static interface
A wrapped authentication with methods provide the wrapped request/response for use by the application -
Uses of Request.AuthenticationState in org.eclipse.jetty.ee9.security
Classes in org.eclipse.jetty.ee9.security that implement Request.AuthenticationStateModifier and TypeClassDescriptionclass
AbstractUserAuthentication Base class for representing an authenticated user.class
LoggedOutAuthentication An Authentication indicating that a user has been previously, but is not currently logged in, but may be capable of logging in after a call to Request.login(String,String)class
-
Uses of Request.AuthenticationState in org.eclipse.jetty.ee9.security.authentication
Classes in org.eclipse.jetty.ee9.security.authentication that implement Request.AuthenticationStateModifier and TypeClassDescriptionclass
static class
This Authentication represents a just completed Form authentication.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.ee9.security.openid
Classes in org.eclipse.jetty.ee9.security.openid that implement Request.AuthenticationStateModifier and TypeClassDescriptionstatic class
This Authentication represents a just completed OpenId Connect authentication. -
Uses of Request.AuthenticationState in org.eclipse.jetty.security
Subinterfaces of Request.AuthenticationState in org.eclipse.jetty.securityModifier and TypeInterfaceDescriptioninterface
The Authentication state of a request.static interface
Authentication is Deferred, either so that credentials can later be passed withAuthenticationState.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.Classes in org.eclipse.jetty.security that implement Request.AuthenticationStateModifier and TypeClassDescriptionstatic class
TheSecurityHandler
will use this to wrap theRequest
. -
Uses of Request.AuthenticationState in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement Request.AuthenticationStateModifier 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.server
Methods in org.eclipse.jetty.server that return Request.AuthenticationStateModifier and TypeMethodDescriptionstatic Request.AuthenticationState
Request.getAuthenticationState
(Request request) Methods in org.eclipse.jetty.server with parameters of type Request.AuthenticationStateModifier and TypeMethodDescriptionstatic void
Request.setAuthenticationState
(Request request, Request.AuthenticationState state)