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 TypeInterfaceDescriptioninterfaceThe Authentication state of a request.static interfaceAn Authentication Challenge has been sent.static interfaceA deferred authentication with methods to progress the authentication process.static interfaceAn Authentication Failure has been sent.static interfaceAn authentication that is capable of performing a programmatic login operation.static interfaceAn authentication that is capable of performing a programmatic logout operation.static interfaceAfter a logout, the authentication reverts to a state where it is possible to programmatically log in again.static interfaceAuthentication Response sent state.static interfacestatic interfaceA successful Authentication with User information.static interfaceA 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 TypeClassDescriptionclassBase class for representing an authenticated user.classAn 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 TypeClassDescriptionclassstatic classThis Authentication represents a just completed Form authentication.classWhen 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 classThis 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 TypeInterfaceDescriptioninterfaceThe Authentication state of a request.static interfaceAn Authentication Challenge has been sent.static interfaceA deferred authentication with methods to progress the authentication process.static interfaceAn Authentication Failure has been sent.static interfaceAn authentication that is capable of performing a programmatic login operation.static interfaceAn authentication that is capable of performing a programmatic logout operation.static interfaceAfter a logout, the authentication reverts to a state where it is possible to programmatically log in again.static interfaceAuthentication Response sent state.static interfacestatic interfaceA successful Authentication with User information.static interfaceA 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 TypeClassDescriptionclassBase class for representing an authenticated user.classAn 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 TypeClassDescriptionclassstatic classThis Authentication represents a just completed Form authentication.classWhen 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 classThis 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 TypeInterfaceDescriptioninterfaceThe Authentication state of a request.static interfaceAuthentication 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 interfaceAuthentication Response sent state.static interfaceA successful Authentication with User information.Classes in org.eclipse.jetty.security that implement Request.AuthenticationStateModifier and TypeClassDescriptionstatic classTheSecurityHandlerwill 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 classstatic classThis Authentication represents a just completed authentication, that has sent a response, typically to redirect the client to the original request target..static classBase class for representing a successful authentication state.classWhen 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.AuthenticationStateRequest.getAuthenticationState(Request request) Methods in org.eclipse.jetty.server with parameters of type Request.AuthenticationStateModifier and TypeMethodDescriptionstatic voidRequest.setAuthenticationState(Request request, Request.AuthenticationState state)