|
keycloak
|
クラス | |
| enum | org.keycloak.representations.idm.authorization.Logic |
パッケージ | |
| package | org.keycloak.representations.idm.authorization |
| 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.

| 列挙値 | 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. |
|---|
1.8.13