public class SdkAuthenticationAdapter extends Object implements org.mule.sdk.api.security.Authentication
Authentication into a Authentication| Constructor and Description |
|---|
SdkAuthenticationAdapter(org.mule.runtime.api.security.Authentication delegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
Map<String,Object> |
getProperties() |
org.mule.sdk.api.security.Authentication |
setProperties(Map<String,Object> map) |
public SdkAuthenticationAdapter(org.mule.runtime.api.security.Authentication delegate)
public Object getCredentials()
getCredentials in interface org.mule.sdk.api.security.Authenticationpublic Object getPrincipal()
getPrincipal in interface org.mule.sdk.api.security.Authenticationpublic Map<String,Object> getProperties()
getProperties in interface org.mule.sdk.api.security.AuthenticationCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.