org.mule.api.security
Interface SecurityContextFactory

All Known Implementing Classes:
AcegiSecurityContextFactory, DefaultSecurityContextFactory, PGPSecurityContextFactory, SpringSecurityContextFactory

public interface SecurityContextFactory

SecurityContextFactory is responsible for creating a SecurityContext instance. The factory itself is associated with an Authentication class type on the SecurityManager


Method Summary
 SecurityContext create(Authentication authentication)
           
 

Method Detail

create

SecurityContext create(Authentication authentication)


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