public interface PolicyAuxiliaryMBean extends PolicyEditorMBean
| Modifier and Type | Method and Description | 
|---|---|
void | 
exportResource(String filename,
              String cn)
Exports provider specific policy data using an LDAP
                CN search filter to specify the resources for export. 
 | 
String[] | 
getResourceNames(String resourceType)
Returns resource names of policies associated with resources of the given type. 
 | 
String[] | 
listAllURIs(String application,
           String contextPath)
List all URI strings that have policy defined for
                the specified application and context path. 
 | 
createPolicy, removePolicy, setPolicyExpressiongetPolicyExpression, policyExistsgetNameaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenervoid exportResource(String filename, String cn) throws InvalidParameterException, ErrorCollectionException
filename - - The full path to the filename used to write data.cn - - The LDAP CN to be used when exporting data.InvalidParameterExceptionErrorCollectionExceptionString[] listAllURIs(String application, String contextPath)
application - - The name of the deployed application.contextPath - - The context path for the application.