Uses of Class
org.eclipse.jetty.security.AbstractUserAuthentication
-
Packages that use AbstractUserAuthentication 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 -
-
Uses of AbstractUserAuthentication in org.eclipse.jetty.security
Subclasses of AbstractUserAuthentication in org.eclipse.jetty.security Modifier and Type Class Description class
UserAuthentication
-
Uses of AbstractUserAuthentication in org.eclipse.jetty.security.authentication
Subclasses of AbstractUserAuthentication in org.eclipse.jetty.security.authentication Modifier and Type Class Description 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 AbstractUserAuthentication in org.eclipse.jetty.security.openid
Subclasses of AbstractUserAuthentication in org.eclipse.jetty.security.openid Modifier and Type Class Description static class
OpenIdAuthenticator.OpenIdAuthentication
This Authentication represents a just completed OpenId Connect authentication.
-