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
-
Uses of LoginAuthenticator in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security with parameters of type LoginAuthenticatorModifier and TypeMethodDescriptionstatic AuthenticationState.DeferredAuthenticationState.defer(LoginAuthenticator loginAuthenticator) -
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.authenticationModifier and TypeClassDescriptionclassclassThe nonce max age in ms can be set with theSecurityHandler.setParameter(String, String)using the name "maxNonceAge".classFORM Authenticator.classA LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.classCLIENT-CERT authenticator.Constructors in org.eclipse.jetty.security.authentication with parameters of type LoginAuthenticator