|
Oracle Fusion Middleware Oracle WebLogic Server 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebLogicCertPathProviderMBean
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.
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.management.security.ProviderMBean |
---|
getRealm |
Methods inherited from interface weblogic.management.security.ProviderMBean |
---|
getRealm |
Method Detail |
---|
String getProviderClassName()
The name of the Java class used to load the WebLogic CertPath provider.
String getDescription()
The WebLogic CertPath provider's description.
getDescription
in interface ProviderMBean
String getVersion()
The WebLogic CertPath provider's version.
getVersion
in interface ProviderMBean
String getName()
ProviderMBean
getName
in interface ProviderMBean
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm Copyright 1996, 2009, 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 10.3.1 MBean API Reference 11g Release 1 (10.3.1) Part Number E13945-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |