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.nestedSubinterfaces of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.nestedModifier and TypeInterfaceDescriptionstatic interfaceA deferred authentication with methods to progress the authentication process.static interfaceA successful Authentication with User information.
- 
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.securityClasses in org.eclipse.jetty.ee8.security that implement Authentication.LogoutAuthenticationModifier and TypeClassDescriptionclassAbstractUserAuthentication Base class for representing an authenticated user.class
- 
Uses of Authentication.LogoutAuthentication in org.eclipse.jetty.ee8.security.authenticationClasses in org.eclipse.jetty.ee8.security.authentication that implement Authentication.LogoutAuthenticationModifier and TypeClassDescriptionclassstatic classThis Authentication represents a just completed Form authentication.classSessionAuthentication 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.openidClasses in org.eclipse.jetty.ee8.security.openid that implement Authentication.LogoutAuthenticationModifier and TypeClassDescriptionstatic classThis Authentication represents a just completed OpenId Connect authentication.