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