org.mule.api.security
Interface SecurityContextFactory

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