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

Part Number E13945-03

weblogic.security.providers.pk.file
Interface FileBasedCertificateRegistryMBean

All Superinterfaces:
CertificateRegistryMBean, CertPathBuilderMBean, CertPathProviderMBean, CertPathValidatorMBean, CertRegManagerMBean, ExportMBean, com.bea.security.providers.file.FileStoreMBean, GroupCertRegManagerMBean, ImportMBean, ListerMBean, NameListerMBean, ProviderMBean

public interface FileBasedCertificateRegistryMBean
extends CertificateRegistryMBean, com.bea.security.providers.file.FileStoreMBean

The FileBasedCertificateRegistry is used manage a certificate in the certificate registry that is stored in the file.

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 getVersion()
          The certificate registry's version.
 
Methods inherited from interface weblogic.security.providers.pk.CertificateRegistryMBean
getSupportedExportConstraints, getSupportedExportFormats, getSupportedImportConstraints, getSupportedImportFormats
 
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
 
Methods inherited from interface com.bea.security.providers.file.FileStoreMBean
getEncryptAlgorithm, getFileStorePassword, getFileStorePasswordEncrypted, getFileStorePath, isFileStoreEncrypted, setEncryptAlgorithm, setFileStoreEncrypted, setFileStorePassword, setFileStorePasswordEncrypted, setFileStorePath
 

Method Detail

getProviderClassName

String getProviderClassName()

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

Specified by:
getProviderClassName in interface CertificateRegistryMBean
Default Value:
"weblogic.security.providers.pk.CertificateRegistryRuntimeImpl"

getDescription

String getDescription()

The certificate registry's description.

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

getVersion

String getVersion()

The certificate registry's version.

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

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 CertificateRegistryMBean
Specified by:
getName in interface CertRegManagerMBean
Specified by:
getName in interface com.bea.security.providers.file.FileStoreMBean
Specified by:
getName in interface GroupCertRegManagerMBean
Specified by:
getName in interface ProviderMBean
Default Value:
"FileBasedCertificateRegistry"

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