Uses of Interface
org.eclipse.jetty.server.Authentication.LoginAuthentication
Packages that use Authentication.LoginAuthentication
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Server : Core Server API
-
Uses of Authentication.LoginAuthentication in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Authentication.LoginAuthenticationModifier and TypeClassDescriptionclass
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) -
Uses of Authentication.LoginAuthentication in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement Authentication.LoginAuthentication -
Uses of Authentication.LoginAuthentication in org.eclipse.jetty.server
Subinterfaces of Authentication.LoginAuthentication in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptionstatic interface
A deferred authentication with methods to progress the authentication process.static interface
After a logout, the authentication reverts to a state where it is possible to programmatically log in again.