Uses of Interface
org.eclipse.jetty.ee8.nested.Authentication.LoginAuthentication
Packages that use Authentication.LoginAuthentication
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of Authentication.LoginAuthentication in org.eclipse.jetty.ee8.nested
Subinterfaces of Authentication.LoginAuthentication in org.eclipse.jetty.ee8.nestedModifier 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. -
Uses of Authentication.LoginAuthentication in org.eclipse.jetty.ee8.security
Classes in org.eclipse.jetty.ee8.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.ee8.security.authentication
Classes in org.eclipse.jetty.ee8.security.authentication that implement Authentication.LoginAuthentication