Uses of Class
org.eclipse.jetty.security.authentication.LoginAuthenticator
-
Packages that use LoginAuthenticator Package Description org.eclipse.jetty.security Jetty Security : Modular Support for Security in Jettyorg.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.security.jaspi Jetty Jaspi : Java Authentication SPIorg.eclipse.jetty.security.openid -
-
Uses of LoginAuthenticator in org.eclipse.jetty.security
Constructors in org.eclipse.jetty.security with parameters of type LoginAuthenticator Constructor Description LoggedOutAuthentication(LoginAuthenticator authenticator)
-
Uses of LoginAuthenticator in org.eclipse.jetty.security.authentication
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.authentication Modifier and Type Class Description class
BasicAuthenticator
class
ClientCertAuthenticator
class
ConfigurableSpnegoAuthenticator
A LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.class
DigestAuthenticator
The nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge".class
FormAuthenticator
FORM Authenticator.class
SpnegoAuthenticator
Deprecated.useConfigurableSpnegoAuthenticator
instead.Fields in org.eclipse.jetty.security.authentication declared as LoginAuthenticator Modifier and Type Field Description protected LoginAuthenticator
DeferredAuthentication. _authenticator
Constructors in org.eclipse.jetty.security.authentication with parameters of type LoginAuthenticator Constructor Description DeferredAuthentication(LoginAuthenticator authenticator)
-
Uses of LoginAuthenticator in org.eclipse.jetty.security.jaspi
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.jaspi Modifier and Type Class Description class
JaspiAuthenticator
-
Uses of LoginAuthenticator in org.eclipse.jetty.security.openid
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.openid Modifier and Type Class Description class
OpenIdAuthenticator
Implements authentication using OpenId Connect on top of OAuth 2.0.
-