Uses of Interface
org.eclipse.jetty.server.Authentication.NonAuthenticated
-
Packages that use Authentication.NonAuthenticated Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jetty -
-
Uses of Authentication.NonAuthenticated in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Authentication.NonAuthenticated Modifier and Type Class Description class
LoggedOutAuthentication
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)
-