public static class PolicyEvaluationResponse.EvaluationResultRepresentation extends Object
Constructor and Description |
---|
EvaluationResultRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ScopeRepresentation> |
getAllowedScopes() |
List<PolicyEvaluationResponse.PolicyResultRepresentation> |
getPolicies() |
ResourceRepresentation |
getResource() |
List<ScopeRepresentation> |
getScopes() |
DecisionEffect |
getStatus() |
void |
setAllowedScopes(List<ScopeRepresentation> allowedScopes) |
void |
setPolicies(List<PolicyEvaluationResponse.PolicyResultRepresentation> policies) |
void |
setResource(ResourceRepresentation resource) |
void |
setScopes(List<ScopeRepresentation> scopes) |
void |
setStatus(DecisionEffect status) |
public void setResource(ResourceRepresentation resource)
public ResourceRepresentation getResource()
public void setScopes(List<ScopeRepresentation> scopes)
public List<ScopeRepresentation> getScopes()
public void setPolicies(List<PolicyEvaluationResponse.PolicyResultRepresentation> policies)
public List<PolicyEvaluationResponse.PolicyResultRepresentation> getPolicies()
public void setStatus(DecisionEffect status)
public DecisionEffect getStatus()
public void setAllowedScopes(List<ScopeRepresentation> allowedScopes)
public List<ScopeRepresentation> getAllowedScopes()
Copyright © 2021 JBoss by Red Hat. All rights reserved.