BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.security.providers.realmadapter
Interface RealmAdapterAuthorizerMBean


public interface RealmAdapterAuthorizerMBean
extends weblogic.management.commo.StandardInterface, AuthorizerMBean

The MBean for the Realm Adapter Authorizatio provider. This provider can only be configured in the Compatibility realm.

@author Copyright (c) 2001 BEA Systems, Inc. All Rights Reserved.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

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

Method Detail

getProviderClassName

public java.lang.String getProviderClassName()
The name of the Realm Adapter Authorization provider.

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

getDescription

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

Default Value: "Realm Adapter for Authorization"

getVersion

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

Default Value: "1.0"

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