Uses of Interface
org.eclipse.jetty.server.Authentication.LogoutAuthentication
-
Packages that use Authentication.LogoutAuthentication Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.server Jetty Server : Core Server API -
-
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Authentication.LogoutAuthentication Modifier and Type Class Description classAbstractUserAuthenticationAbstractUserAuthentication Base class for representing an authenticated user.classUserAuthentication -
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement Authentication.LogoutAuthentication Modifier and Type Class Description classDeferredAuthenticationstatic classFormAuthenticator.FormAuthenticationThis Authentication represents a just completed Form authentication.classSessionAuthenticationSessionAuthentication When a user has been successfully authenticated with some types of Authenticator, the Authenticator stashes a SessionAuthentication into a HttpSession to remember that the user is authenticated. -
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.server
Subinterfaces of Authentication.LogoutAuthentication in org.eclipse.jetty.server Modifier and Type Interface Description static interfaceAuthentication.DeferredA deferred authentication with methods to progress the authentication process.static interfaceAuthentication.UserA successful Authentication with User information.
-