public class ClientSecretCredentials extends Object implements org.mule.runtime.api.security.Credentials
| Constructor and Description |
|---|
ClientSecretCredentials(String clientId,
char[] clientSecret) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
char[] |
getPassword() |
Object |
getRoles() |
String |
getUsername() |
public ClientSecretCredentials(String clientId, char[] clientSecret)
public String getUsername()
getUsername in interface org.mule.runtime.api.security.Credentialspublic char[] getPassword()
getPassword in interface org.mule.runtime.api.security.Credentialspublic String getClientId()
public String getClientSecret()
public Object getRoles()
getRoles in interface org.mule.runtime.api.security.CredentialsCopyright © 2023 MuleSoft, Inc.. All rights reserved.