org.mule.impl.security
Class MuleAuthentication

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

public class MuleAuthentication
extends java.lang.Object
implements UMOAuthentication

MuleAuthentication TODO

Version:
$Revision: 1.3 $
Author:
Ross Mason

Constructor Summary
MuleAuthentication(UMOCredentials credentials)
           
 
Method Summary
 java.lang.Object getCredentials()
           
 java.lang.Object getDetails()
           
 java.lang.Object getPrincipal()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean b)
           
 void setDetails(java.lang.Object details)
           
 
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 java.lang.Object getCredentials()
Specified by:
getCredentials in interface UMOAuthentication

getDetails

public java.lang.Object getDetails()
Specified by:
getDetails in interface UMOAuthentication

setDetails

public void setDetails(java.lang.Object details)

getPrincipal

public java.lang.Object getPrincipal()
Specified by:
getPrincipal in interface UMOAuthentication


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.