Uses of Class
omix.plugin.util.Authenticator.Password
Package | Description |
---|---|
omix.plugin.util |
This package contains utilities for Omix plugin development.
|
-
Uses of Authenticator.Password in omix.plugin.util
Subclasses of Authenticator.Password in omix.plugin.util Modifier and Type Class Description static class
Authenticator.DomainUsernamePassword
Represents a domain+username/password answer.static class
Authenticator.UsernamePassword
Represents a username/password answer.Methods in omix.plugin.util that return Authenticator.Password Modifier and Type Method Description Authenticator.Password
Authenticator. getPassphrase(String walletKey, String message)
The same as getPassphrase(walletKey, message, false).Authenticator.Password
Authenticator. getPassphrase(String walletKey, String message, boolean forceOverride)
The message describes the purpose.Authenticator.Password
Authenticator. getPassphrase(URL url, String message)
The same as getPassphrase(url, message, false).Authenticator.Password
Authenticator. getPassphrase(URL url, String message, boolean forceOverride)
The message describes the purpose.Authenticator.Password
Authenticator. getPassword(String walletKey, String message)
The same as getPassword(walletKey, message, false).Authenticator.Password
Authenticator. getPassword(String walletKey, String message, boolean forceOverride)
Prompts for a password.Authenticator.Password
Authenticator. getPassword(URL url, String message)
The same as getPassword(url, message, false).Authenticator.Password
Authenticator. getPassword(URL url, String message, boolean forceOverride)
Prompts for a password.