BEA Systems, Inc.


weblogic.security.providers.authorization
Interface DefaultAdjudicatorMBean


public interface DefaultAdjudicatorMBean
extends weblogic.management.commo.StandardInterface, AdjudicatorMBean

This MBean defines configuration attributes for the WebLogic Adjudication provider.


Method Summary
 java.lang.String getDescription()
          A short description of the WebLogic Adjudication provider.
 java.lang.String getProviderClassName()
          The name of the Java class used to load the WebLogic Adjudication provider.
 java.lang.String getVersion()
          The version number of the WebLogic Adjudication provider.
 boolean isRequireUnanimousPermit()
          Requires all authorization providers to vote PERMIT in order for the adjudication provider to vote PERMIT.
 void setRequireUnanimousPermit(boolean newValue)
          Requires all authorization providers to vote PERMIT in order for the adjudication provider to vote PERMIT.
 
Methods inherited from interface weblogic.management.security.ProviderMBean
getRealm, setRealm
 

Method Detail

getProviderClassName

public java.lang.String getProviderClassName()
The name of the Java class used to load the WebLogic Adjudication provider.

Default Value: "weblogic.security.providers.authorization.DefaultAdjudicationProviderImpl"

getDescription

public java.lang.String getDescription()
A short description of the WebLogic Adjudication provider.

Default Value: "Weblogic Adjudication Provider"

getVersion

public java.lang.String getVersion()
The version number of the WebLogic Adjudication provider.

Default Value: "1.0"

isRequireUnanimousPermit

public boolean isRequireUnanimousPermit()
Requires all authorization providers to vote PERMIT in order for the adjudication provider to vote PERMIT. If the attribute is set to disabled, ABSTAIN votes are ignored.

Default Value: new java.lang.Boolean(true)

setRequireUnanimousPermit

public void setRequireUnanimousPermit(boolean newValue)
                               throws javax.management.InvalidAttributeValueException
Requires all authorization providers to vote PERMIT in order for the adjudication provider to vote PERMIT. If the attribute is set to disabled, ABSTAIN votes are ignored.

Parameters:
newValue - - new value for attribute RequireUnanimousPermit
Throws:
javax.management.InvalidAttributeValueException -  

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