org.mule.api.security.provider
Interface SecurityProviderFactory
- All Known Implementing Classes:
- AutoDiscoverySecurityProviderFactory
public interface SecurityProviderFactory
Determines and initializes JDK-specific security provider.
getSecurityProviderInfo
SecurityProviderInfo getSecurityProviderInfo()
getProvider
java.security.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-2010 MuleSoft, Inc.. All Rights Reserved.