org.mule.api.security
Interface SecurityContext

All Known Implementing Classes:
AcegiSecurityContext, DefaultSecurityContext, PGPSecurityContext, SpringSecurityContext

public interface SecurityContext

SecurityContext holds security information and is associated with the MuleSession.

See Also:
MuleSession

Method Summary
 Authentication getAuthentication()
           
 void setAuthentication(Authentication authentication)
           
 

Method Detail

setAuthentication

void setAuthentication(Authentication authentication)

getAuthentication

Authentication getAuthentication()


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