public interface PolicyReference
| Modifier and Type | Method | Description | 
|---|---|---|
java.lang.String | 
getCategory() | 
 Category of the associated policy, typically the WS-Policy domain such as
 security, wsrm, etc. 
 | 
boolean | 
getEnabled() | 
 The enablement state of the policy attachment. 
 | 
java.util.List<OverrideProperty> | 
getOverrideProperties() | 
 List of configuration overrides that apply to this particular policy
 attachment. 
 | 
java.lang.String | 
getPolicyURI() | 
 The unique uri that identifies the associated policy. 
 | 
boolean | 
isEnabled() | 
java.lang.String getPolicyURI()
java.lang.String getCategory()
boolean getEnabled()
boolean isEnabled()
java.util.List<OverrideProperty> getOverrideProperties()