public interface JpsXacmlPolicyExportIfc
| Modifier and Type | Method and Description |
|---|---|
void |
exportXACML3Policy(java.lang.String srcJpsCtxName, java.lang.String appStripe, java.lang.String policyName, java.lang.String dstFileLoc)
exports policy to file in XACML3.0 XML format.
|
void |
exportXACML3PolicySet(java.lang.String srcJpsCtxName, java.lang.String appStripe, java.lang.String policySetName, java.lang.String dstFileLoc)
exports policy set to file in XACML3.0 XML format.
|
void exportXACML3Policy(java.lang.String srcJpsCtxName,
java.lang.String appStripe,
java.lang.String policyName,
java.lang.String dstFileLoc)
throws JpsException
srcJpsCtxName - the JPS context name from which the policy will be readappStripe - the application stripe name from whichpolicyName - policy name indicates the policy entry to be exporteddstFileLoc - the destination file location for XACML3.0 xml fileJpsException
void exportXACML3PolicySet(java.lang.String srcJpsCtxName,
java.lang.String appStripe,
java.lang.String policySetName,
java.lang.String dstFileLoc)
throws JpsException
srcJpsCtxName - the JPS context name from which the policy will be readappStripe - the application stripe name from whichpolicySetName - policy set name indicates the policy set entry to be exporteddstFileLoc - the destination file location for XACML3.0 xml fileJpsException