public class PasswordSetDialogController
extends java.lang.Object
The password is required to be:
The result will be empty when the user cancels the dialog. When the result is present, the caller is
responsible for wiping the char[]
after use.
Constructor and Description |
---|
PasswordSetDialogController() |
Modifier and Type | Method and Description |
---|---|
CredentialsManager.PasswordSetResult |
getResult()
When the result is present, the caller is responsible for wiping the
char[] after use! |
void |
show(java.awt.Window parent) |
public void show(java.awt.Window parent)
public CredentialsManager.PasswordSetResult getResult()
char[]
after use!