public interface UserCredential
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getCredentialProperties()
Returns properties of the deployed credential.
|
char[] |
getPassword()
Returns password of the deployed credential.
|
java.lang.String |
getUsername()
Returns user name of the deployed credential.
|
java.lang.String getUsername()
char[] getPassword()
java.util.Map<java.lang.String,java.lang.String> getCredentialProperties()