Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator
Packages that use LoginAuthenticator
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
-
Uses of LoginAuthenticator in org.eclipse.jetty.security
Constructors in org.eclipse.jetty.security with parameters of type LoginAuthenticator -
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.authenticationModifier and TypeClassDescriptionclassclassDeprecated.classA LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.classThe nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)using the name "maxNonceAge".classFORM Authenticator.classCLIENT-CERT authenticator.Fields in org.eclipse.jetty.security.authentication declared as LoginAuthenticatorModifier and TypeFieldDescriptionprotected final LoginAuthenticatorDeferredAuthentication._authenticatorConstructors in org.eclipse.jetty.security.authentication with parameters of type LoginAuthenticator -
Uses of LoginAuthenticator in org.eclipse.jetty.security.jaspi
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.jaspiModifier and TypeClassDescriptionclassImplementation of JettyLoginAuthenticatorthat is a bridge from Javax Authentication to Jetty Security. -
Uses of LoginAuthenticator in org.eclipse.jetty.security.openid
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.openidModifier and TypeClassDescriptionclassImplements authentication using OpenId Connect on top of OAuth 2.0.
SslClientCertAuthenticator