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

Part Number E41849-02

Uses of Interface
weblogic.management.configuration.CertRevocCaMBean

Packages that use CertRevocCaMBean
weblogic.management.configuration Contains classes and interfaces for configuring a WebLogic Server domain. 
 

Uses of CertRevocCaMBean in weblogic.management.configuration
 

Methods in weblogic.management.configuration that return CertRevocCaMBean
 CertRevocCaMBean CertRevocMBean.createCertRevocCa(String name)
          This is the factory method for certificate revocation checking configuration CA overrides.
 CertRevocCaMBean[] CertRevocMBean.getCertRevocCas()
          Returns the CertRevocCaMBeans representing the certificate authority overrides, which have been configured to be part of this certificate revocation checking configuration.
 CertRevocCaMBean CertRevocMBean.lookupCertRevocCa(String name)
          Lookup a particular CertRevocCaMBean from the list.
 

Methods in weblogic.management.configuration with parameters of type CertRevocCaMBean
 void CertRevocMBean.destroyCertRevocCa(CertRevocCaMBean child)
          Destroys and removes a certificate authority override, which is a child of this certificate revocation checking configuration.
 


Copyright 1996, 2014, 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.3)

Part Number E41849-02