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

[ソースコード]

クラス

enum  org.keycloak.representations.idm.authorization.PolicyEnforcementMode
 

パッケージ

package  org.keycloak.representations.idm.authorization
 

クラス詳解

◆ org::keycloak::representations::idm::authorization::PolicyEnforcementMode

enum org::keycloak::representations::idm::authorization::PolicyEnforcementMode

The policy enforcement mode dictates how authorization requests are handled by the server.

著者
Pedro Igor
org.keycloak.representations.idm.authorization.PolicyEnforcementMode 連携図
Collaboration graph
列挙値
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.