Uses of Class
org.eclipse.jetty.security.UserAuthentication
-
Packages that use UserAuthentication Package Description org.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.security.openid -
-
Uses of UserAuthentication in org.eclipse.jetty.security.authentication
Subclasses of UserAuthentication in org.eclipse.jetty.security.authentication Modifier and Type Class Description static class
FormAuthenticator.FormAuthentication
This Authentication represents a just completed Form authentication. -
Uses of UserAuthentication in org.eclipse.jetty.security.openid
Subclasses of UserAuthentication in org.eclipse.jetty.security.openid Modifier and Type Class Description static class
OpenIdAuthenticator.OpenIdAuthentication
This Authentication represents a just completed OpenId Connect authentication.
-