org.mule.umo.security
Interface UMOAuthentication

All Known Implementing Classes:
AcegiAuthenticationAdapter, MuleAuthentication

public interface UMOAuthentication


Method Summary
 java.lang.Object getCredentials()
           
 java.lang.Object getDetails()
           
 java.lang.Object getPrincipal()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean b)
           
 

Method Detail

setAuthenticated

public void setAuthenticated(boolean b)

isAuthenticated

public boolean isAuthenticated()

getCredentials

public java.lang.Object getCredentials()

getDetails

public java.lang.Object getDetails()

getPrincipal

public java.lang.Object getPrincipal()


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