org.mule.umo.security
Interface UMOAuthentication

All Known Implementing Classes:
AcegiAuthenticationAdapter, JaasAuthentication, MuleAuthentication, PGPAuthentication

public interface UMOAuthentication

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


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

Method Detail

setAuthenticated

void setAuthenticated(boolean b)

isAuthenticated

boolean isAuthenticated()

getCredentials

Object getCredentials()

getPrincipal

Object getPrincipal()

getProperties

Map getProperties()

setProperties

void setProperties(Map properties)


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