org.mule.umo.security
Interface UMOAuthentication

All Known Implementing Classes:
AcegiAuthenticationAdapter, MuleAuthentication, PGPAuthentication

public interface UMOAuthentication

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

Version:
$Revision: 7976 $
Author:
Ross Mason

Method Summary
 Object getCredentials()
           
 Object getPrincipal()
           
 Map getProperties()
           
 boolean isAuthenticated()
           
 void setAuthenticated(boolean b)
           
 void setProperties(Map properties)
           
 

Method Detail

setAuthenticated

public void setAuthenticated(boolean b)

isAuthenticated

public boolean isAuthenticated()

getCredentials

public Object getCredentials()

getPrincipal

public Object getPrincipal()

getProperties

public Map getProperties()

setProperties

public void setProperties(Map properties)


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