WebLogic Adjudication Provider-->Details
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. The WebLogic Adjudication provider behaves as follows:
- If all Authorization providers return PERMIT, then PERMIT.
- If any Authorization providers return DENY, then DENY.
- If some Authorization providers return ABSTAIN and others return PERMIT, then PERMIT if unanimous permit is not required, DENY otherwise.
Set the Require Unanimous Permit attribute to specify that all Authorization providers are required to vote PERMIT in order for this WebLogic Adjudication provider to vote PERMIT.