Uses of Class
org.eclipse.jetty.util.security.Password
Package
Description
Jetty Util : Common Security Utilities
Jetty Util : Common SSL Utility Classes
-
Uses of Password in org.eclipse.jetty.util.security
Modifier and TypeMethodDescriptionstatic Password
Password.getPassword
(String realm, String dft, String promptDft) Get a password. -
Uses of Password in org.eclipse.jetty.util.ssl
Modifier and TypeMethodDescriptionprotected Password
SslContextFactory.getPassword
(String realm) Returns the password object for the given realm.SslContextFactory.newPassword
(String password) Creates a new Password object.