| Package | Description |
|---|---|
| org.eclipse.jetty.security |
Jetty Security : Modular Support for Security in Jetty
|
| org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
| Modifier and Type | Method | Description |
|---|---|---|
Authenticator |
Authenticator.Factory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
|
Authenticator |
DefaultAuthenticatorFactory.getAuthenticator(Server server,
ServletContext context,
Authenticator.AuthConfiguration configuration,
IdentityService identityService,
LoginService loginService) |
|
Authenticator |
SecurityHandler.getAuthenticator() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
SecurityHandler.setAuthenticator(Authenticator authenticator) |
Set the authenticator.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
BasicAuthenticator |
|
class |
ClientCertAuthenticator |
|
class |
DigestAuthenticator |
The nonce max age in ms can be set with the
SecurityHandler.setInitParameter(String, String)
using the name "maxNonceAge". |
class |
FormAuthenticator |
FORM Authenticator.
|
class |
LoginAuthenticator |
|
class |
SpnegoAuthenticator |
Copyright © 1995–2018 Webtide. All rights reserved.