public interface CredentialsBuilder
Credentials implementation.| Modifier and Type | Method and Description |
|---|---|
Credentials |
build() |
CredentialsBuilder |
withPassword(char[] password) |
CredentialsBuilder |
withRoles(Object roles) |
CredentialsBuilder |
withUsername(String username) |
CredentialsBuilder withUsername(String username)
username - the username of this Credentialsthis builderCredentialsBuilder withPassword(char[] password)
password - the password of this Credentialsthis builderCredentialsBuilder withRoles(Object roles)
roles - the enabled roles of this Credentialsthis builderCredentials build()
CredentialsCopyright © 2017 MuleSoft, Inc.. All rights reserved.