org.mule.api.security
Interface SecurityContext


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-2008 MuleSource, Inc.. All Rights Reserved.