BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.management.security.pk
Class CertPathBuilderValidatorImpl

java.lang.Object
  extended byweblogic.management.security.BaseMBeanImpl
      extended byweblogic.management.security.ProviderImpl
          extended byweblogic.management.security.pk.CertPathProviderImpl
              extended byweblogic.management.security.pk.CertPathBuilderImpl
                  extended byweblogic.management.security.pk.CertPathBuilderValidatorImpl

public class CertPathBuilderValidatorImpl
extends CertPathBuilderImpl

The base class of all cert path provider MBean implementations for providers that are both builders and validator. It gives the provider's MBean implementation access to its configuration attributes. It also automatically includes support for all CertPathBuilder and CertPathValidator attribute validators. It picks up any CertPathBuilder attribute validators by inheritance since it extends CertPathBuilderImpl. It picks up any CertPathValidator attribute validators by delegation since it instantiates CertPathValidatorImpl. Note: if any new CertPathValidator attribute validators are added, this class must be extended to delegate the validator to the CertPathValidatorImpl.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
  CertPathBuilderValidatorImpl(ModelMBean base)
          Class constructor specifying the corresponding required model mbean.
protected CertPathBuilderValidatorImpl(RequiredModelMBean base)
           
 
Methods inherited from class weblogic.management.security.ProviderImpl
getRealm
 
Methods inherited from class weblogic.management.security.BaseMBeanImpl
getProxy, getRequiredModelMBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPathBuilderValidatorImpl

public CertPathBuilderValidatorImpl(ModelMBean base)
                             throws MBeanException
Class constructor specifying the corresponding required model mbean.

Throws:
MBeanException - Description of the Exception

CertPathBuilderValidatorImpl

protected CertPathBuilderValidatorImpl(RequiredModelMBean base)
                                throws MBeanException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.