WebLogicCertPathProviderMBean


Overview  |   Child MBeans  |   Attributes  |   Operations

Overview

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.Deprecation of MBeanHome and Type-Safe InterfacesThis is a type-safe interface for a WebLogic Server MBean, which you can import into your client classes and access through weblogic.management.MBeanHome. As of 9.0, the MBeanHome interface and all type-safe interfaces for WebLogic Server MBeans are deprecated. Instead, client classes that interact with WebLogic Server MBeans should use standard JMX design patterns in which clients use the javax.management.MBeanServerConnection interface to discover MBeans, attributes, and attribute types at runtime. For more information, see "Developing Manageable Applications with JMX" on http://www.oracle.com/technology/documentation/index.html.

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.

Access Points Inherited from CertPathBuilderMBean

Because this MBean extends or implements CertPathBuilderMBean, you can also access this MBean by retrieving CertPathBuilderMBeans. The following attributes contain CertPathBuilderMBeans and its subtypes:

    Access Points Inherited from CertPathProviderMBean

    Because this MBean extends or implements CertPathProviderMBean, you can also access this MBean by retrieving CertPathProviderMBeans. The following attributes contain CertPathProviderMBeans and its subtypes:


      Child MBeans

      This section describes attributes that contain child MBeans. For more information about the MBean hierarchy, refer to WebLogic Server MBean Data Model.


        Realm

        Returns the realm that contains this security provider. Returns null if this security provider is not contained by a realm.

               
        Factory Methods No explicit creator method. The child shares the lifecycle of its parent.
        Privileges Read only
        TypeRealmMBean


        Attributes

        This section describes the following attributes:


        Description

        The WebLogic CertPath provider's description.

               
        Privileges Read only
        Typejava.lang.String
        Default ValueWebLogic CertPath Provider
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

        Name

               
        Privileges Read only
        Typejava.lang.String
        Default ValueWebLogicCertPathProvider
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

        ProviderClassName

        The name of the Java class used to load the WebLogic CertPath provider.

               
        Privileges Read only
        Typejava.lang.String
        Default Valueweblogic.security.providers.pk.WebLogicCertPathProviderRuntimeImpl
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.

        Version

        The WebLogic CertPath provider's version.

               
        Privileges Read only
        Typejava.lang.String
        Default Value1.0
        Redeploy or Restart required Changes take effect after you redeploy the module or restart the server.


        Operations

        This section describes the following operations:


          wls_getDisplayName

             
          Operation Name"wls_getDisplayName"
          Parametersnull
          Signaturenull
          ReturnsString