bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


WebLogic Adjudication Provider-->General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure a WebLogic Adjudication provider for a security realm.

Note: The Administration Console refers to the WebLogic Adjudication provider as the Default Adjudicator.

When multiple Authorization providers are configured in a security realm, each may return a different answer to the "is access allowed" question for a given resource. This answer may be PERMIT, DENY, or ABSTAIN. Determining what to do if mulitple Authorization providers do not agree on the answer is the primary function of the Adjudication provider. Adjudication providers resolve authorization conflicts by weighting each Authorization provider's answer and returning a final decision.

By default, the WebLogic Adjudication provider is configured. The WebLogic Adjudication provider behaves as follows:

You can use a Custom Adjudication provider instead of the WebLogic Adjudication provider. For a Custom Adjudication provider to be available in the WebLogic Server Administration Console, the MBean JAR file for the provider must be in the WL_HOME\lib\mbeantypes directory.

Tasks

Configuring a New Security Realm

Configuring the WebLogic Adjudication Provider

Configuring a Custom Security Provider

Related Topics

Introduction to WebLogic Security

Managing WebLogic Security

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a WebLogic Server Deployment

Upgrading Security in WebLogic Server Version 6.x to WebLogic Server Version 7.0

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Table 1-6

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.


Description

A short description of the WebLogic Adjudication provider.

MBean: weblogic.security.
providers.authorization.
DefaultAdjudicator

Attribute: Description


Version

This security provider's version.

Each security provider's MBean should set the default value of this read-only attribute to a string that specifies the version of the provider (eg. 7.3.04). There are no conventions on the contents of the version string.

MBean: weblogic.security.
providers.authorization.
DefaultAdjudicator

Attribute: Version


Require Unanimous Permit

Specifies whether all Authorization providers should be required to vote PERMIT in order for this WebLogic Adjudication provider to vote PERMIT.

MBean: weblogic.security.
providers.authorization.
DefaultAdjudicator

Attribute: RequireUnanimousPermit


 

Back to Top Previous Next