org.mule.umo.security
Interface UMOAuthentication

All Known Implementing Classes:
AcegiAuthenticationAdapter, MuleAuthentication, PGPAuthentication

public interface UMOAuthentication

UMOAuthentication represents an authentication request and contains authenitcation information if the request was successful

Version:
$Revision: 1.3 $
Author:
Ross Mason

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.