|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.api.security.provider.AutoDiscoverySecurityProviderFactory
public class AutoDiscoverySecurityProviderFactory
Automatically discovers the JDK we are running on and returns a corresponding
SecurityProviderInfo
.
Field Summary | |
---|---|
static SecurityProviderInfo |
DEFAULT_SECURITY_PROVIDER
Default is Sun's JSSE. |
protected Log |
logger
Logger used by this class. |
Constructor Summary | |
---|---|
AutoDiscoverySecurityProviderFactory()
|
Method Summary | |
---|---|
java.security.Provider |
getProvider()
|
SecurityProviderInfo |
getSecurityProviderInfo()
Security provider properties for IBM JDK 1.4.2 and higher. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final SecurityProviderInfo DEFAULT_SECURITY_PROVIDER
protected transient Log logger
Constructor Detail |
---|
public AutoDiscoverySecurityProviderFactory()
Method Detail |
---|
public SecurityProviderInfo getSecurityProviderInfo()
getSecurityProviderInfo
in interface SecurityProviderFactory
public java.security.Provider getProvider()
getProvider
in interface SecurityProviderFactory
SecurityProviderFactory.getSecurityProviderInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |