public class PasswordCredential extends Object
PasswordCredential
is a place holder for the
username/password object.Constructor and Description |
---|
PasswordCredential(String username,
String password)
Construct a credential with the specified password and user.
|
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the password.
|
String |
getUserName()
Returns the user name.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.