Uses of Interface
org.eclipse.jetty.security.Authenticator
-
Packages that use Authenticator 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 Authenticator in org.eclipse.jetty.security
Methods in org.eclipse.jetty.security that return Authenticator Modifier and Type Method Description AuthenticatorAuthenticator.Factory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)AuthenticatorDefaultAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)AuthenticatorSecurityHandler. getAuthenticator()Methods in org.eclipse.jetty.security with parameters of type Authenticator Modifier and Type Method Description voidSecurityHandler. setAuthenticator(Authenticator authenticator)Set the authenticator. -
Uses of Authenticator in org.eclipse.jetty.security.authentication
Classes in org.eclipse.jetty.security.authentication that implement Authenticator 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.classLoginAuthenticatorclassSpnegoAuthenticatorDeprecated.useConfigurableSpnegoAuthenticatorinstead. -
Uses of Authenticator in org.eclipse.jetty.security.jaspi
Classes in org.eclipse.jetty.security.jaspi that implement Authenticator Modifier and Type Class Description classJaspiAuthenticatorMethods in org.eclipse.jetty.security.jaspi that return Authenticator Modifier and Type Method Description AuthenticatorJaspiAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService) -
Uses of Authenticator in org.eclipse.jetty.security.openid
Classes in org.eclipse.jetty.security.openid that implement Authenticator Modifier and Type Class Description classOpenIdAuthenticatorImplements authentication using OpenId Connect on top of OAuth 2.0.Methods in org.eclipse.jetty.security.openid that return Authenticator Modifier and Type Method Description AuthenticatorOpenIdAuthenticatorFactory. getAuthenticator(Server server, javax.servlet.ServletContext context, Authenticator.AuthConfiguration configuration, IdentityService identityService, LoginService loginService)
-