public interface Credentials
Credentials holds credentials information for a user.| Modifier and Type | Method and Description |
|---|---|
char[] |
getPassword() |
Object |
getRoles() |
String |
getUsername() |
String getUsername()
username for this Credentialschar[] getPassword()
password for this CredentialsObject getRoles()
roles for this CredentialsCopyright © 2017 MuleSoft, Inc.. All rights reserved.