Uses of Class
org.eclipse.jetty.util.security.Password
-
Packages that use Password Package Description org.eclipse.jetty.security.authentication Jetty Security : Authenticators and Callbacksorg.eclipse.jetty.util.security Jetty Util : Common Security Utilitiesorg.eclipse.jetty.util.ssl Jetty Util : Common SSL Utility Classes -
-
Uses of Password in org.eclipse.jetty.security.authentication
Fields in org.eclipse.jetty.security.authentication declared as Password Modifier and Type Field Description private Password
ClientCertAuthenticator. _trustStorePassword
Truststore password -
Uses of Password in org.eclipse.jetty.util.security
Methods in org.eclipse.jetty.util.security that return Password Modifier and Type Method Description static Password
Password. getPassword(java.lang.String realm, java.lang.String dft, java.lang.String promptDft)
Get a password. -
Uses of Password in org.eclipse.jetty.util.ssl
Fields in org.eclipse.jetty.util.ssl declared as Password Modifier and Type Field Description private Password
SslContextFactory. _keyManagerPassword
private Password
SslContextFactory. _keyStorePassword
private Password
SslContextFactory. _trustStorePassword
Methods in org.eclipse.jetty.util.ssl that return Password Modifier and Type Method 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.
-