public interface PolicyReference
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
List<OverrideProperty> | 
getOverrideProperties()
List of configuration overrides that apply to this particular policy
 attachment. 
 | 
String | 
getPolicyURI()
The unique uri that identifies the associated policy. 
 | 
boolean | 
isEnabled()  | 
String getPolicyURI()
String getCategory()
boolean getEnabled()
boolean isEnabled()
List<OverrideProperty> getOverrideProperties()