public interface JpsXacmlPolicyImportIfc
Modifier and Type | Method and Description |
---|---|
void |
importXacmlPolicyData(java.lang.String srcFileLoc, java.lang.String dstJpsCtxName, java.lang.String appName)
This method imports all the policies/policy-sets defined in the source XACML file into the policy store (destination) addressed using dstJpsCtxName.
|
void |
importXacmlPolicyData(java.lang.String srcFileLoc, java.lang.String dstJpsCtxName, java.lang.String appName, boolean overWrite)
This method imports all the policies/policy-sets defined in the source XACML file into the policy store (destination) addressed using dstJpsCtxName.
|
void importXacmlPolicyData(java.lang.String srcFileLoc, java.lang.String dstJpsCtxName, java.lang.String appName) throws JpsException
srcFileLoc
- Location of the XACML file.dstJpsCtxName
- The JPS Context which defines the destination Policy Store (defined in the jps-config.xml file)appName
- Name(ID) of the destination application.JpsException
void importXacmlPolicyData(java.lang.String srcFileLoc, java.lang.String dstJpsCtxName, java.lang.String appName, boolean overWrite) throws JpsException
srcFileLoc
- Location of the XACML file.dstJpsCtxName
- The JPS Context which defines the destination Policy Store (defined in the jps-config.xml file)appName
- Name(ID) of the destination application.overWrite
- The overwrite parameter deletes the existing policies for the given application in destination store during import.JpsException