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 Authentication
public boolean isAuthenticated()
isAuthenticated
in interface Authentication
public Object getCredentials()
getCredentials
in interface Authentication
public Object getPrincipal()
getPrincipal
in interface Authentication
public Map getProperties()
getProperties
in interface Authentication
public void setProperties(Map properties)
setProperties
in interface Authentication
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.