Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01

Uses of Interface
weblogic.management.security.pk.CertPathBuilderMBean

Packages that use CertPathBuilderMBean
weblogic.management.security Provides interfaces and classes for the configuration, control and monitoring of security providers in a WebLogic security realm. 
weblogic.security.providers.pk Provides interfaces for weblogic.security.providers.pk
 

Uses of CertPathBuilderMBean in weblogic.management.security
 

Methods in weblogic.management.security that return CertPathBuilderMBean
 CertPathBuilderMBean RealmMBean.getCertPathBuilder()
          Returns the CertPath Builder provider in this security realm that will be used by the security system to build certification paths.
 

Methods in weblogic.management.security with parameters of type CertPathBuilderMBean
 void RealmMBean.setCertPathBuilder(CertPathBuilderMBean certPathBuilder)
          Determines which of this security realm's CertPathProviders will be used by the security system to build certification paths.
 

Uses of CertPathBuilderMBean in weblogic.security.providers.pk
 

Subinterfaces of CertPathBuilderMBean in weblogic.security.providers.pk
 interface CertificateRegistryMBean
          The CertificateRegistryMBean is used to configure and manage the Certificate registry.
 interface WebLogicCertPathProviderMBean
          The WebLogicCertPathProviderMBean is used to configure the WebLogic CertPath provider.
 


Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-01