org.mule.security
Class DefaultMuleAuthentication

java.lang.Object
  extended by org.mule.security.DefaultMuleAuthentication
All Implemented Interfaces:
Serializable, Authentication

public class DefaultMuleAuthentication
extends Object
implements Authentication

See Also:
Serialized Form

Constructor Summary
DefaultMuleAuthentication(Credentials credentials)
           
DefaultMuleAuthentication(Credentials credentials, MuleEvent event)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMuleAuthentication

public DefaultMuleAuthentication(Credentials credentials)

DefaultMuleAuthentication

public DefaultMuleAuthentication(Credentials credentials,
                                 MuleEvent event)
Method Detail

getEvent

public MuleEvent getEvent()
Specified by:
getEvent in interface Authentication

setEvent

public void setEvent(MuleEvent muleEvent)
Specified by:
setEvent in interface Authentication

setAuthenticated

public void setAuthenticated(boolean b)
Specified by:
setAuthenticated in interface Authentication

isAuthenticated

public boolean isAuthenticated()
Specified by:
isAuthenticated in interface Authentication

getCredentials

public Object getCredentials()
Specified by:
getCredentials in interface Authentication

getPrincipal

public Object getPrincipal()
Specified by:
getPrincipal in interface Authentication

getProperties

public Map<String,Object> getProperties()
Specified by:
getProperties in interface Authentication

setProperties

public void setProperties(Map<String,Object> properties)
Specified by:
setProperties in interface Authentication


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.