Uses of Interface
org.eclipse.jetty.ee8.nested.Authentication.LogoutAuthentication
Packages that use Authentication.LogoutAuthentication
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.nested
Subinterfaces of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.nestedModifier and TypeInterfaceDescriptionstatic interface
A deferred authentication with methods to progress the authentication process.static interface
A successful Authentication with User information. -
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.security
Classes in org.eclipse.jetty.ee8.security that implement Authentication.LogoutAuthenticationModifier and TypeClassDescriptionclass
AbstractUserAuthentication Base class for representing an authenticated user.class
-
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.security.authentication
Classes in org.eclipse.jetty.ee8.security.authentication that implement Authentication.LogoutAuthenticationModifier and TypeClassDescriptionclass
static class
This Authentication represents a just completed Form authentication.class
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.ee8.security.openid
Classes in org.eclipse.jetty.ee8.security.openid that implement Authentication.LogoutAuthenticationModifier and TypeClassDescriptionstatic class
This Authentication represents a just completed OpenId Connect authentication.