public static class PasswordValidationCallback.PlainTextPasswordRequest extends Object implements PasswordValidationCallback.Request
| Constructor and Description |
|---|
PlainTextPasswordRequest(String userName,
String password)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword()
Get the password stored in the Request.
|
String |
getUsername()
Get the username stored in this Request.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.