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 classBasicAuthenticatorclassClientCertAuthenticatorclassConfigurableSpnegoAuthenticatorA LoginAuthenticator that uses SPNEGO and the GSS API to authenticate requests.classDigestAuthenticatorThe nonce max age in ms can be set with theSecurityHandler.setInitParameter(String, String)using the name "maxNonceAge".classFormAuthenticatorFORM Authenticator.classSpnegoAuthenticatorDeprecated.useConfigurableSpnegoAuthenticatorinstead.Fields in org.eclipse.jetty.security.authentication declared as LoginAuthenticator Modifier and Type Field Description protected LoginAuthenticatorDeferredAuthentication. _authenticatorConstructors 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 classJaspiAuthenticator -
Uses of LoginAuthenticator in org.eclipse.jetty.security.openid
Subclasses of LoginAuthenticator in org.eclipse.jetty.security.openid Modifier and Type Class Description classOpenIdAuthenticatorImplements authentication using OpenId Connect on top of OAuth 2.0.
-