|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This MBean represents configuration attributes for the for the WebLogic Keystore provider. It was deprecated in WLS 7.1.
Method Summary | |
java.lang.String |
getDescription()
Deprecated. WebLogic KeyStore provider that obtains secured private keys from KeyStores using the JavaSoft jks KeyStore provider type. |
java.lang.String |
getPrivateKeyStoreLocation()
Deprecated. The location of a private Keystore. |
java.lang.String |
getProviderClassName()
Deprecated. The name of the Java class that loads the WebLogic Keystore provider. |
java.lang.String |
getRootCAKeyStoreLocation()
Deprecated. The location of a Root Certificate Authority Keystore. |
java.lang.String |
getVersion()
Deprecated. The version of the WebLogic Keystore provider. |
void |
setPrivateKeyStoreLocation(java.lang.String newValue)
Deprecated. The location of a private Keystore. |
void |
setRootCAKeyStoreLocation(java.lang.String newValue)
Deprecated. The location of a Root Certificate Authority Keystore. |
Methods inherited from interface weblogic.management.security.pk.KeyStoreMBean |
getPrivateKeyStorePassPhrase,
getRootCAKeyStorePassPhrase,
getType,
setPrivateKeyStorePassPhrase,
setRootCAKeyStorePassPhrase |
Methods inherited from interface weblogic.management.security.ProviderMBean |
getRealm,
setRealm |
Method Detail |
public java.lang.String getProviderClassName()
public java.lang.String getDescription()
public java.lang.String getVersion()
public java.lang.String getPrivateKeyStoreLocation()
public void setPrivateKeyStoreLocation(java.lang.String newValue) throws javax.management.InvalidAttributeValueException
newValue
- - new value for attribute PrivateKeyStoreLocationpublic java.lang.String getRootCAKeyStoreLocation()
The default Keystore provider requires a directory and filename location that is either a complete filepath, or relative to the server's root directory.
If you set a null value, Weblogic Server defaults to loading the trusted Certificate Authorities that are in the installed JDK cacerts Keystore, which is JAVA_HOME/jre/lib/security/cacerts
and the trusted Certificate Authorities defined by the SSL MBean, if specified.
public void setRootCAKeyStoreLocation(java.lang.String newValue) throws javax.management.InvalidAttributeValueException
The default Keystore provider requires a directory and filename location that is either a complete filepath, or relative to the server's root directory.
If you set a null value, Weblogic Server defaults to loading the trusted Certificate Authorities that are in the installed JDK cacerts Keystore, which is JAVA_HOME/jre/lib/security/cacerts
and the trusted Certificate Authorities defined by the SSL MBean, if specified.
newValue
- - new value for attribute RootCAKeyStoreLocation
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs81b |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |