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.security.openid org.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 class
AbstractUserAuthentication
AbstractUserAuthentication Base class for representing an authenticated user.class
UserAuthentication
-
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 class
DeferredAuthentication
static class
FormAuthenticator.FormAuthentication
This Authentication represents a just completed Form authentication.class
SessionAuthentication
SessionAuthentication When 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 Authentication.LogoutAuthentication in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Authentication.LogoutAuthentication Modifier and Type Class Description static class
OpenIdAuthenticator.OpenIdAuthentication
This Authentication represents a just completed OpenId Connect authentication. -
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.server
Subinterfaces of Authentication.LogoutAuthentication in org.eclipse.jetty.server Modifier and Type Interface Description static interface
Authentication.Deferred
A deferred authentication with methods to progress the authentication process.static interface
Authentication.User
A successful Authentication with User information.
-