The SSPI MBean that all Keystore providers must extend. It was deprecated in WLS 8.1.
Deprecated.
Fully Qualified Interface Name | If you use the getMBeanInfo operation in MBeanTypeServiceMBean, supply the following value as this MBean's fully qualified interface name:weblogic.management.security.pk.KeyStoreMBean
|
||
Factory Methods | |||
Subtypes |
The following MBeans extend or implement this MBean type:
|
This section describes attributes that provide access to other MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.
|
Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.
Privileges | Read only |
Type | RealmMBean |
Relationship type: | Reference. |
This section describes the following attributes:
Returns a description of this security provider.
Each security provider's MBean should set the default value of this read-only attribute to a string that describes the provider. In other words, each security provider's MBean hard-wires its description. There are no conventions governing the contents of the description. It should be a human readable string that gives a brief description of the security provider.
Privileges | Read only |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.
Privileges | Read only |
Type | java.lang.String |
Default Value | Provider |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Returns the location of the keystore used to store identities - that is, certificate and private key pairs.
The configured Keystore provider implementation determines the requirements for this attribute. For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
Privileges | Read/Write |
Type | java.lang.String |
Returns the passphrase used to access the keystore specified by
the PrivateKeyStoreLocation
attribute. If the
passphase is null, no passphrase will be used to access the
keystore.
For more information, see:
Privileges | Read/Write |
Type | java.lang.String |
Encrypted | true |
Returns the passphrase used to access the keystore specified by
the PrivateKeyStoreLocation
attribute. If the
passphase is null, no passphrase will be used to access the
keystore.
For more information, see:
Privileges | Read/Write |
Type | byte[] |
Encrypted | true |
Returns the location of the keystore used to store trusted certificate authority certificates.
The configured Keystore provider implementation determines the requirements for this attribute. For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
Privileges | Read/Write |
Type | java.lang.String |
Returns the passphrase used to access the keystore specified by
the RootCAKeyStoreLocation
attribute. If the passphase
is null, no passphrase will be used to access the keystore.
For more information, see:
Privileges | Read/Write |
Type | java.lang.String |
Encrypted | true |
Returns the passphrase used to access the keystore specified by
the RootCAKeyStoreLocation
attribute. If the passphase
is null, no passphrase will be used to access the keystore.
For more information, see:
Privileges | Read/Write |
Type | byte[] |
Encrypted | true |
Returns the type of the Keystore implementation that this provider supports, as defined by the JavaSoft Cryptography Architecture specification.
Privileges | Read only |
Type | java.lang.String |
Default Value | jks |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Returns this security provider's version.
Each security provider's MBean should set the default value of this read-only attribute to a string that specifies the version of the provider (e.g. 7.3.04). In other words, each security provider's MBean hard-wires its version. There are no conventions governing the contents of the version string.
Privileges | Read only |
Type | java.lang.String |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
This section describes the following operations:
|
Operation Name | "wls_getDisplayName" |
Parameters | null |
Signature | null |
Returns | String
|