keycloak
クラス | パッケージ
DecisionStrategy.java ファイル

[ソースコード]

クラス

enum  org.keycloak.representations.idm.authorization.DecisionStrategy
 

パッケージ

package  org.keycloak.representations.idm.authorization
 

クラス詳解

◆ org::keycloak::representations::idm::authorization::DecisionStrategy

enum org::keycloak::representations::idm::authorization::DecisionStrategy

The decision strategy dictates how the policies associated with a given policy are evaluated and how a final decision is obtained.

著者
Pedro Igor
org.keycloak.representations.idm.authorization.DecisionStrategy 連携図
Collaboration graph
列挙値
AFFIRMATIVE

Defines that at least one policy must evaluate to a positive decision in order to the overall decision be also positive.

CONSENSUS

Defines that the number of positive decisions must be greater than the number of negative decisions. If the number of positive and negative is the same, the final decision will be negative.

UNANIMOUS

Defines that all policies must evaluate to a positive decision in order to the overall decision be also positive.