public static class PolicyEvaluationResponse.PolicyResultRepresentation extends Object
Constructor and Description |
---|
PolicyResultRepresentation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<PolicyEvaluationResponse.PolicyResultRepresentation> |
getAssociatedPolicies() |
PolicyRepresentation |
getPolicy() |
List<ScopeRepresentation> |
getScopes() |
Decision.Effect |
getStatus() |
int |
hashCode() |
void |
setAssociatedPolicies(List<PolicyEvaluationResponse.PolicyResultRepresentation> associatedPolicies) |
void |
setPolicy(PolicyRepresentation policy) |
void |
setScopes(List<ScopeRepresentation> scopes) |
void |
setStatus(Decision.Effect status) |
public PolicyRepresentation getPolicy()
public void setPolicy(PolicyRepresentation policy)
public Decision.Effect getStatus()
public void setStatus(Decision.Effect status)
public List<PolicyEvaluationResponse.PolicyResultRepresentation> getAssociatedPolicies()
public void setAssociatedPolicies(List<PolicyEvaluationResponse.PolicyResultRepresentation> associatedPolicies)
public void setScopes(List<ScopeRepresentation> scopes)
public List<ScopeRepresentation> getScopes()
Copyright © 2016 JBoss by Red Hat. All rights reserved.