Uses of Class
org.eclipse.jetty.ee8.security.AbstractUserAuthentication
Packages that use AbstractUserAuthentication
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
- 
Uses of AbstractUserAuthentication in org.eclipse.jetty.ee8.securitySubclasses of AbstractUserAuthentication in org.eclipse.jetty.ee8.security
- 
Uses of AbstractUserAuthentication in org.eclipse.jetty.ee8.security.authenticationSubclasses of AbstractUserAuthentication in org.eclipse.jetty.ee8.security.authenticationModifier and TypeClassDescriptionstatic 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 AbstractUserAuthentication in org.eclipse.jetty.ee8.security.openidSubclasses of AbstractUserAuthentication in org.eclipse.jetty.ee8.security.openidModifier and TypeClassDescriptionstatic classThis Authentication represents a just completed OpenId Connect authentication.