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 classUserAuthentication -
Uses of AbstractUserAuthentication in org.eclipse.jetty.security.authentication
Subclasses of AbstractUserAuthentication in org.eclipse.jetty.security.authentication Modifier and Type Class Description static classFormAuthenticator.FormAuthenticationThis Authentication represents a just completed Form authentication.classSessionAuthenticationSessionAuthentication 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 classOpenIdAuthenticator.OpenIdAuthenticationThis Authentication represents a just completed OpenId Connect authentication.
-