| Package | Description |
|---|---|
| org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
| 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 |
SpnegoAuthenticator |
| Modifier and Type | Field | Description |
|---|---|---|
protected LoginAuthenticator |
DeferredAuthentication._authenticator |
| Constructor | Description |
|---|---|
DeferredAuthentication(LoginAuthenticator authenticator) |
Copyright © 1995–2017 Webtide. All rights reserved.