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

[ソースコード]

クラス

enum  org.keycloak.representations.idm.authorization.Logic
 

パッケージ

package  org.keycloak.representations.idm.authorization
 

クラス詳解

◆ org::keycloak::representations::idm::authorization::Logic

enum org::keycloak::representations::idm::authorization::Logic

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.Logic 連携図
Collaboration graph
列挙値
NEGATIVE

Defines that this policy uses a logical negation. In other words, the final decision would be a negative of the policy outcome.

POSITIVE

Defines that this policy follows a positive logic. In other words, the final decision is the policy outcome.