BEA Systems, Inc.


weblogic.security.providers.realmadapter
Interface RealmAdapterAuditorMBean


public interface RealmAdapterAuditorMBean
extends weblogic.management.commo.StandardInterface, AuditorMBean

The MBean for the Realm Adapter Auditing provider.


Method Summary
 java.lang.String getDescription()
          A short description of the Realm Adapter Auditing provider.
 java.lang.String getProviderClassName()
          The name of the Java class that loads the Realm Adapter Auditing provider.
 java.lang.String getVersion()
          The version number of the Realm Adapter Auditing provider.
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm, setRealm
 

Method Detail

getProviderClassName

public java.lang.String getProviderClassName()
The name of the Java class that loads the Realm Adapter Auditing provider.

Default Value: "weblogic.security.providers.realmadapter.AuditProviderImpl"

getDescription

public java.lang.String getDescription()
A short description of the Realm Adapter Auditing provider.

Default Value: "Realm Adapter for Auditing"

getVersion

public java.lang.String getVersion()
The version number of the Realm Adapter Auditing provider.

Default Value: "1.0"

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