Uses of Interface
org.eclipse.jetty.security.Authenticator
Packages that use Authenticator
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
-
Uses of Authenticator in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement AuthenticatorMethods in org.eclipse.jetty.security that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator(org.eclipse.jetty.server.Server server, org.eclipse.jetty.server.Context context, Authenticator.Configuration configuration) DefaultAuthenticatorFactory.getAuthenticator(org.eclipse.jetty.server.Server server, org.eclipse.jetty.server.Context context, Authenticator.Configuration configuration) SecurityHandler.getAuthenticator()Methods in org.eclipse.jetty.security with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidSecurityHandler.setAuthenticator(Authenticator authenticator) Set the authenticator. -
Uses of Authenticator in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement AuthenticatorModifier and TypeClassDescriptionclassclassThe nonce max age in ms can be set with theSecurityHandler.setParameter(String, String)using the name "maxNonceAge".classFORM Authenticator.classclassA LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.classCLIENT-CERT authenticator.