BEA Systems, Inc.


weblogic.management.security.authentication
Class AuthenticationProviderImpl

java.lang.Object
  |
  +--weblogic.management.security.BaseMBeanImpl
        |
        +--weblogic.management.security.ProviderImpl
              |
              +--weblogic.management.security.authentication.AuthenticationProviderImpl
Direct Known Subclasses:
AuthenticatorImpl, IdentityAsserterImpl

public class AuthenticationProviderImpl
extends ProviderImpl

The base class of all authentication provider mbean implementations. It gives the provider's mbean implementation access to its configuration attributes.

Author:
Copyright (c) 2002 by BEA. All Rights Reserved.

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

Constructor Detail

AuthenticationProviderImpl

public AuthenticationProviderImpl(javax.management.modelmbean.RequiredModelMBean base)
                           throws javax.management.MBeanException
Class constructor specifying the corresponding required model mbean.

Parameters:
base - required model mbean for this mbean implementation

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference