|
keycloak
|
クラス | |
| enum | org.keycloak.representations.idm.authorization.PolicyEnforcementMode |
パッケージ | |
| package | org.keycloak.representations.idm.authorization |
| enum org::keycloak::representations::idm::authorization::PolicyEnforcementMode |
The policy enforcement mode dictates how authorization requests are handled by the server.

| 列挙値 | DISABLED |
Completely disables the evaluation of policies and allow access to any resource. |
ENFORCING |
Requests are denied by default even when there is no policy associated with a given resource. |
PERMISSIVE |
Requests are allowed even when there is no policy associated with a given resource. |
|---|
1.8.13