BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.management.security.pk
Class KeyStoreImpl

java.lang.Object
  extended byweblogic.management.security.BaseMBeanImpl
      extended byweblogic.management.security.ProviderImpl
          extended byweblogic.management.security.pk.KeyStoreImpl

public class KeyStoreImpl
extends ProviderImpl

KeyStoreImpl This is the class that all KeyStore security providers should extend to implement their security provider's configuration data, should additional data be needed. Some KeyStore security providers may find that this class provides all needed API for their configuration, and so would not extend this class.

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

Constructor Summary
  KeyStoreImpl(ModelMBean base)
          Constructor for the KeyStoreImpl object
protected KeyStoreImpl(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

KeyStoreImpl

public KeyStoreImpl(ModelMBean base)
             throws MBeanException
Constructor for the KeyStoreImpl object

Throws:
MBeanException - Description of the Exception

KeyStoreImpl

protected KeyStoreImpl(RequiredModelMBean base)
                throws MBeanException

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