org.mule.impl.security
Class MuleAuthentication

java.lang.Object
  extended byorg.mule.impl.security.MuleAuthentication
All Implemented Interfaces:
UMOAuthentication

public class MuleAuthentication
extends Object
implements UMOAuthentication


Constructor Summary
MuleAuthentication(UMOCredentials credentials)
           
 
Method Summary
 Object getCredentials()
           
 Object getPrincipal()
           
 Map getProperties()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean b)
           
 void setProperties(Map properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleAuthentication

public MuleAuthentication(UMOCredentials credentials)
Method Detail

setAuthenticated

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

isAuthenticated

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

getCredentials

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

getPrincipal

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

getProperties

public Map getProperties()
Specified by:
getProperties in interface UMOAuthentication

setProperties

public void setProperties(Map properties)
Specified by:
setProperties in interface UMOAuthentication


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.