public class DefaultMuleAuthentication extends Object implements Authentication
Constructor and Description |
---|
DefaultMuleAuthentication(Credentials credentials) |
DefaultMuleAuthentication(Credentials credentials,
MuleEvent event) |
Modifier and Type | Method and Description |
---|---|
Object |
getCredentials() |
MuleEvent |
getEvent() |
Object |
getPrincipal() |
Map<String,Object> |
getProperties() |
boolean |
isAuthenticated() |
void |
setAuthenticated(boolean b) |
void |
setEvent(MuleEvent muleEvent) |
void |
setProperties(Map<String,Object> properties) |
public DefaultMuleAuthentication(Credentials credentials)
public DefaultMuleAuthentication(Credentials credentials, MuleEvent event)
public MuleEvent getEvent()
getEvent
in interface Authentication
public void setEvent(MuleEvent muleEvent)
setEvent
in interface Authentication
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<String,Object> getProperties()
getProperties
in interface Authentication
public void setProperties(Map<String,Object> properties)
setProperties
in interface Authentication
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.