org.mule.api.security
Interface SecurityContext

All Superinterfaces:
Serializable
All Known Implementing Classes:
DefaultSecurityContext, PGPSecurityContext, SpringSecurityContext

public interface SecurityContext
extends Serializable

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-2014 MuleSoft, Inc.. All Rights Reserved.