Uses of Class
org.eclipse.jetty.ee8.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.ee8.securityConstructors in org.eclipse.jetty.ee8.security with parameters of type LoginAuthenticator
- 
Uses of LoginAuthenticator in org.eclipse.jetty.ee8.security.authenticationSubclasses of LoginAuthenticator in org.eclipse.jetty.ee8.security.authenticationModifier and TypeClassDescriptionclassclassA 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.ee8.security.authentication declared as LoginAuthenticatorModifier and TypeFieldDescriptionprotected final LoginAuthenticatorDeferredAuthentication._authenticatorConstructors in org.eclipse.jetty.ee8.security.authentication with parameters of type LoginAuthenticator
- 
Uses of LoginAuthenticator in org.eclipse.jetty.ee8.security.jaspiSubclasses of LoginAuthenticator in org.eclipse.jetty.ee8.security.jaspiModifier and TypeClassDescriptionclassImplementation of JettyLoginAuthenticatorthat is a bridge from Javax Authentication to Jetty Security.
- 
Uses of LoginAuthenticator in org.eclipse.jetty.ee8.security.openidSubclasses of LoginAuthenticator in org.eclipse.jetty.ee8.security.openidModifier and TypeClassDescriptionclassImplements authentication using OpenId Connect on top of OAuth 2.0.