public class DefaultMuleAuthentication extends Object implements Authentication
| Constructor and Description |
|---|
DefaultMuleAuthentication(Credentials credentials) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCredentials() |
Object |
getPrincipal() |
Map |
getProperties() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean b) |
void |
setProperties(Map properties) |
public DefaultMuleAuthentication(Credentials credentials)
public void setAuthenticated(boolean b)
setAuthenticated in interface Authenticationpublic boolean isAuthenticated()
isAuthenticated in interface Authenticationpublic Object getCredentials()
getCredentials in interface Authenticationpublic Object getPrincipal()
getPrincipal in interface Authenticationpublic Map getProperties()
getProperties in interface Authenticationpublic void setProperties(Map properties)
setProperties in interface AuthenticationCopyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.