public class DefaultMuleAuthentication extends Object implements org.mule.runtime.api.security.Authentication
Authentication| Constructor and Description |
|---|
DefaultMuleAuthentication(org.mule.runtime.api.security.Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
Map<String,Object> |
getProperties() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean authenticated) |
void |
setProperties(Map<String,Object> properties) |
public DefaultMuleAuthentication(org.mule.runtime.api.security.Credentials credentials)
public void setAuthenticated(boolean authenticated)
setAuthenticated in interface org.mule.runtime.api.security.Authenticationpublic boolean isAuthenticated()
isAuthenticated in interface org.mule.runtime.api.security.Authenticationpublic Object getCredentials()
getCredentials in interface org.mule.runtime.api.security.Authenticationpublic Object getPrincipal()
getPrincipal in interface org.mule.runtime.api.security.Authenticationpublic Map<String,Object> getProperties()
getProperties in interface org.mule.runtime.api.security.AuthenticationCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.