Uses of Interface
org.eclipse.jetty.ee9.security.Authenticator
Packages that use Authenticator
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Security : Authenticators and Callbacks
Jetty Jaspi : Java Authentication SPI
-
Uses of Authenticator in org.eclipse.jetty.ee9.security
Methods in org.eclipse.jetty.ee9.security that return AuthenticatorModifier and TypeMethodDescriptionAuthenticator.Factory.getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) DefaultAuthenticatorFactory.getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) SecurityHandler.getAuthenticator()Methods in org.eclipse.jetty.ee9.security with parameters of type AuthenticatorModifier and TypeMethodDescriptionvoidSecurityHandler.setAuthenticator(Authenticator authenticator) Set the authenticator. -
Uses of Authenticator in org.eclipse.jetty.ee9.security.authentication
Classes in org.eclipse.jetty.ee9.security.authentication that implement AuthenticatorModifier 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.classclassCLIENT-CERT authenticator. -
Uses of Authenticator in org.eclipse.jetty.ee9.security.jaspi
Classes in org.eclipse.jetty.ee9.security.jaspi that implement AuthenticatorModifier and TypeClassDescriptionclassImplementation of JettyLoginAuthenticatorthat is a bridge from Jakarta Authentication to Jetty Security.Methods in org.eclipse.jetty.ee9.security.jaspi that return AuthenticatorModifier and TypeMethodDescriptionJaspiAuthenticatorFactory.getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of Authenticator in org.eclipse.jetty.ee9.security.openid
Classes in org.eclipse.jetty.ee9.security.openid that implement AuthenticatorModifier and TypeClassDescriptionclassImplements authentication using OpenId Connect on top of OAuth 2.0.Methods in org.eclipse.jetty.ee9.security.openid that return AuthenticatorModifier and TypeMethodDescriptionOpenIdAuthenticatorFactory.getAuthenticator(Server server, jakarta.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)