|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The SSPI MBean that all Keystore providers must extend. It was deprecated in WLS 7.1.
Method Summary | |
java.lang.String |
getPrivateKeyStoreLocation()
Deprecated. The location of a private Keystore. |
java.lang.String |
getPrivateKeyStorePassPhrase()
Deprecated. The password for the private Keystore that is specified by the PrivateKeyStoreLocation attribute. |
java.lang.String |
getRootCAKeyStoreLocation()
Deprecated. The location of a Root Certificate Authority Keystore. |
java.lang.String |
getRootCAKeyStorePassPhrase()
Deprecated. The password for the Root Certificate Authority Keystore that is specified by the RootCAKeyStoreLocation attribute. |
java.lang.String |
getType()
Deprecated. The type of the Keystore implementation, as defined by the JavaSoft Cryptography Architecture specification. |
void |
setPrivateKeyStoreLocation(java.lang.String newValue)
Deprecated. The location of a private Keystore. |
void |
setPrivateKeyStorePassPhrase(java.lang.String newValue)
Deprecated. The password for the private Keystore that is specified by the PrivateKeyStoreLocation attribute. |
void |
setRootCAKeyStoreLocation(java.lang.String newValue)
Deprecated. The location of a Root Certificate Authority Keystore. |
void |
setRootCAKeyStorePassPhrase(java.lang.String newValue)
Deprecated. The password for the Root Certificate Authority Keystore that is specified by the RootCAKeyStoreLocation attribute. |
Methods inherited from interface weblogic.management.security.ProviderMBean |
getDescription,
getProviderClassName,
getRealm,
getVersion,
setRealm |
Method Detail |
public java.lang.String getPrivateKeyStorePassPhrase()
PrivateKeyStoreLocation
attribute. If you set a null value, no password is required to access the private Keystore.
public void setPrivateKeyStorePassPhrase(java.lang.String newValue) throws javax.management.InvalidAttributeValueException
PrivateKeyStoreLocation
attribute. If you set a null value, no password is required to access the private Keystore.
newValue
- - new value for attribute PrivateKeyStorePassPhrasepublic java.lang.String getPrivateKeyStoreLocation()
For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
public void setPrivateKeyStoreLocation(java.lang.String newValue) throws javax.management.InvalidAttributeValueException
For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
newValue
- - new value for attribute PrivateKeyStoreLocationpublic java.lang.String getRootCAKeyStorePassPhrase()
RootCAKeyStoreLocation
attribute. A Root Certificate Authority Keystore stores trusted Certificate Authorities. If you set a null value, no password is required to access the Root Certificate Authority KeyStore. This behavior may be overridden by the configured KeyStore implementation. For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
public void setRootCAKeyStorePassPhrase(java.lang.String newValue) throws javax.management.InvalidAttributeValueException
RootCAKeyStoreLocation
attribute. A Root Certificate Authority Keystore stores trusted Certificate Authorities. If you set a null value, no password is required to access the Root Certificate Authority KeyStore. This behavior may be overridden by the configured KeyStore implementation. For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
newValue
- - new value for attribute RootCAKeyStorePassPhrasepublic java.lang.String getRootCAKeyStoreLocation()
For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
public void setRootCAKeyStoreLocation(java.lang.String newValue) throws javax.management.InvalidAttributeValueException
For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
newValue
- - new value for attribute RootCAKeyStoreLocationpublic java.lang.String getType()
|
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 |