The WebLogicCertPathProviderMBean is used to configure the WebLogic CertPath provider. This provider does Certicom-style certificate validation.
Rather than have its own configuration parameters, it used the server's trusted CA configuration as well as the server's weblogic.security.SSL.enforceConstraints command line switch.
Since this provider does the same checking as the built-in SSL validation, and since SSL may be configured to run the validators, it prevents double work by looking for the special elements that SSL puts in the context to indicate that SSL has already done Certicom-style validation.
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.security.providers.pk.WebLogicCertPathProviderMBean
|
Factory Methods | No factory methods. Instances of this MBean are created automatically. |
This section describes attributes that provide access to other MBeans.
|
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:
The WebLogic CertPath provider's description.
Privileges | Read only |
Type | java.lang.String |
Default Value | WebLogic CertPath Provider |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
Privileges | Read only |
Type | java.lang.String |
Default Value | WebLogicCertPathProvider |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The name of the Java class used to load the WebLogic CertPath provider.
Privileges | Read only |
Type | java.lang.String |
Default Value | weblogic.security.providers.pk.WebLogicCertPathProviderRuntimeImpl |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
The WebLogic CertPath provider's version.
Privileges | Read only |
Type | java.lang.String |
Default Value | 1.0 |
Redeploy or Restart required | Changes take effect after you redeploy the module or restart the server. |
This section describes the following operations:
Returns true if the specified attribute has been set explicitly in this MBean instance.
Operation Name | "isSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
boolean
|
Exceptions |
|
Restore the given property to its default value.
Operation Name | "unSet" |
Parameters | Object [] { propertyName }
where:
|
Signature | String [] {
"java.lang.String" } |
Returns |
void
|
Exceptions |
|
Returns the display name of an MBean.
Deprecated 9.0.0.0
Operation Name | "wls_getDisplayName" |
Parameters | null |
Signature | null |
Returns | String
|