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

Part Number E27170-01

weblogic.security.providers.pk
Interface WebLogicCertPathProviderMBean

All Superinterfaces:
CertPathBuilderMBean, CertPathProviderMBean, CertPathValidatorMBean, DescriptorBean, ProviderMBean, SettableBean, StandardInterface

public interface WebLogicCertPathProviderMBean
extends StandardInterface, DescriptorBean, CertPathBuilderMBean, CertPathValidatorMBean

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 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 WebLogic CertPath provider's description.
 String getName()
          The name of this configuration.
 String getProviderClassName()
          The name of the Java class used to load the WebLogic CertPath provider.
 String getVersion()
          The WebLogic CertPath provider's version.
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm
 
Methods inherited from interface weblogic.descriptor.DescriptorBean
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListener
 
Methods inherited from interface weblogic.descriptor.SettableBean
isSet, unSet
 

Method Detail

getProviderClassName

String getProviderClassName()

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

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

getDescription

String getDescription()

The WebLogic CertPath provider's description.

Specified by:
getDescription in interface ProviderMBean
Default Value:
"WebLogic CertPath Provider"

getVersion

String getVersion()

The WebLogic CertPath provider's version.

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 ProviderMBean
Specified by:
getName in interface StandardInterface
Default Value:
"WebLogicCertPathProvider"

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