Uses of Class
org.keycloak.representations.idm.authorization.DecisionEffect
- 
Packages that use DecisionEffect Package Description org.keycloak.representations.idm.authorization 
- 
- 
Uses of DecisionEffect in org.keycloak.representations.idm.authorizationMethods in org.keycloak.representations.idm.authorization that return DecisionEffect Modifier and Type Method Description DecisionEffectPolicyEvaluationResponse.EvaluationResultRepresentation. getStatus()DecisionEffectPolicyEvaluationResponse. getStatus()DecisionEffectPolicyEvaluationResponse.PolicyResultRepresentation. getStatus()static DecisionEffectDecisionEffect. valueOf(String name)Returns the enum constant of this type with the specified name.static DecisionEffect[]DecisionEffect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.representations.idm.authorization with parameters of type DecisionEffect Modifier and Type Method Description voidPolicyEvaluationResponse.EvaluationResultRepresentation. setStatus(DecisionEffect status)voidPolicyEvaluationResponse.PolicyResultRepresentation. setStatus(DecisionEffect status)voidPolicyEvaluationResponse. setStatus(DecisionEffect status)
 
-