public class ClientAuthentication extends Object implements org.mule.runtime.api.security.Authentication
| Constructor and Description |
|---|
ClientAuthentication(String clientId,
String clientSecret,
Map<String,Object> properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentials() |
String |
getPrincipal() |
Map<String,Object> |
getProperties() |
ClientAuthentication |
setProperties(Map<String,Object> properties) |
public String getCredentials()
getCredentials in interface org.mule.runtime.api.security.Authenticationpublic String getPrincipal()
getPrincipal in interface org.mule.runtime.api.security.Authenticationpublic Map<String,Object> getProperties()
getProperties in interface org.mule.runtime.api.security.Authenticationpublic ClientAuthentication setProperties(Map<String,Object> properties)
setProperties in interface org.mule.runtime.api.security.AuthenticationCopyright © 2014–2022 MuleSoft, Inc.. All rights reserved.