Package | Description |
---|---|
org.eclipse.jetty.security.authentication |
Jetty Security : Authenticators and Callbacks
|
org.eclipse.jetty.util.security |
Jetty Util : Common Security Utilities
|
org.eclipse.jetty.util.ssl |
Jetty Util : Common SSL Utility Classes
|
Modifier and Type | Field and Description |
---|---|
private Password |
ClientCertAuthenticator._trustStorePassword
Truststore password
|
Modifier and Type | Method and Description |
---|---|
static Password |
Password.getPassword(java.lang.String realm,
java.lang.String dft,
java.lang.String promptDft)
Get a password.
|
Modifier and Type | Field and Description |
---|---|
private Password |
SslContextFactory._keyManagerPassword |
private Password |
SslContextFactory._keyStorePassword |
private Password |
SslContextFactory._trustStorePassword |
Modifier and Type | Method and Description |
---|---|
protected Password |
SslContextFactory.getPassword(java.lang.String realm)
Returns the password object for the given realm.
|
Password |
SslContextFactory.newPassword(java.lang.String password)
Creates a new Password object.
|