org.mule.api.security.provider
Interface SecurityProviderFactory

All Known Implementing Classes:
AutoDiscoverySecurityProviderFactory

public interface SecurityProviderFactory

Determines and initializes JDK-specific security provider.


Method Summary
 Provider getProvider()
           
 SecurityProviderInfo getSecurityProviderInfo()
           
 

Method Detail

getSecurityProviderInfo

SecurityProviderInfo getSecurityProviderInfo()

getProvider

Provider getProvider()
Returns:
an instance of a security provider
Throws:
MuleRuntimeException - if there was a problem with the security provider
See Also:
getSecurityProviderInfo()


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