public interface PolicyReaderMBean extends StandardInterface, DescriptorBean
| Modifier and Type | Method and Description | 
|---|---|
String | 
getPolicyExpression(String resourceId)
Returns the expression of an existing policy. 
 | 
boolean | 
policyExists(String resourceId)
Indicates whether a policy exists for a resource. 
 | 
getNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerboolean policyExists(String resourceId)
resourceId - - The resource within which this method searches for a policy.
  A null value will trigger NullPointerException.String getPolicyExpression(String resourceId) throws NotFoundException
resourceId - - The resource for which this method returns the policy expression.
  A null value will trigger NullPointerException.NotFoundException