Oracle Fusion Middleware
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.3)

Part Number E13945-03

weblogic.security.providers.pk
Interface CertificateRegistryMBean

All Superinterfaces:
CertPathBuilderMBean, CertPathProviderMBean, CertPathValidatorMBean, CertRegManagerMBean, ExportMBean, GroupCertRegManagerMBean, ImportMBean, ListerMBean, NameListerMBean, ProviderMBean
All Known Subinterfaces:
FileBasedCertificateRegistryMBean

public interface CertificateRegistryMBean
extends CertPathBuilderMBean, CertPathValidatorMBean, GroupCertRegManagerMBean, CertRegManagerMBean

The CertificateRegistryMBean is used to configure and manage the Certificate registry.

It is both a builder and a validator. It supports building from the end certificate, the end certificate's subject dn, the end certificate's issuer DN and serial number, and the end certificate's subject key identifier.

Deprecation of MBeanHome and Type-Safe Interfaces

This 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.


Method Summary
 String getDescription()
          The certificate registry's description.
 String getName()
          The name of this configuration.
 String getProviderClassName()
          The name of the Java class used to load the certificate registry.
 String[] getSupportedExportConstraints()
          No description provided.
 String[] getSupportedExportFormats()
          No description provided.
 String[] getSupportedImportConstraints()
          No description provided.
 String[] getSupportedImportFormats()
          No description provided.
 String getVersion()
          The certificate registry's version.
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
Methods inherited from interface weblogic.security.providers.pk.GroupCertRegManagerMBean
addCertificateToTrustGroups, aliasExists, copyFromJKS, copyToDER, copyToJKS, copyToPEM, createTrustGroup, getCertificate, getTrustGroups, isAliasRegistered, listAliasesByTrustGroup, listTrustGroups, registerCertificate, removeCertificate, removeTrustGroup, trustGroupExists, unregisterCertificate
 
Methods inherited from interface weblogic.management.security.ImportMBean
importData
 
Methods inherited from interface weblogic.management.security.ExportMBean
exportData
 
Methods inherited from interface weblogic.management.utils.NameListerMBean
getCurrentName
 
Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent
 
Methods inherited from interface weblogic.security.providers.utils.CertRegManagerMBean
aliasExists, copyToDER, copyToPEM, getCertificate, listAliases, registerCertificate, unregisterCertificate
 
Methods inherited from interface weblogic.management.security.ImportMBean
importData
 
Methods inherited from interface weblogic.management.security.ExportMBean
exportData
 
Methods inherited from interface weblogic.management.utils.NameListerMBean
getCurrentName
 
Methods inherited from interface weblogic.management.utils.ListerMBean
advance, close, haveCurrent
 

Method Detail

getProviderClassName

String getProviderClassName()

The name of the Java class used to load the certificate registry.

Default Value:
"weblogic.security.providers.pk.CertificateRegistryRuntimeImpl"

getDescription

String getDescription()

The certificate registry's description.

Specified by:
getDescription in interface ProviderMBean
Default Value:
"Certificate Registry"

getVersion

String getVersion()

The certificate registry's version.

Specified by:
getVersion in interface ProviderMBean
Default Value:
"1.0"

getSupportedImportFormats

String[] getSupportedImportFormats()
No description provided.

Specified by:
getSupportedImportFormats in interface CertRegManagerMBean
Specified by:
getSupportedImportFormats in interface ImportMBean
Default Value:
"Group JKS KeyStore","JKS KeyStore"

getSupportedImportConstraints

String[] getSupportedImportConstraints()
No description provided.

Specified by:
getSupportedImportConstraints in interface CertRegManagerMBean
Specified by:
getSupportedImportConstraints in interface ImportMBean
Default Value:
"com.bea.contextelement.security.CertificateGroup"

getSupportedExportFormats

String[] getSupportedExportFormats()
No description provided.

Specified by:
getSupportedExportFormats in interface CertRegManagerMBean
Specified by:
getSupportedExportFormats in interface ExportMBean
Default Value:
"JKS KeyStore","Group JKS KeyStore"

getSupportedExportConstraints

String[] getSupportedExportConstraints()
No description provided.

Specified by:
getSupportedExportConstraints in interface CertRegManagerMBean
Specified by:
getSupportedExportConstraints in interface ExportMBean
Default Value:
"com.bea.contextelement.security.CertificateGroup"

getName

String getName()
Description copied from interface: ProviderMBean
The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Specified by:
getName in interface CertRegManagerMBean
Specified by:
getName in interface GroupCertRegManagerMBean
Specified by:
getName in interface ProviderMBean
Default Value:
"CertificateRegistry"

Copyright 1996, 2010, 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
Oracle WebLogic Server MBean Javadoc
11g Release 1 (10.3.3)

Part Number E13945-03