Searched defs:xacmlExportImport (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLExportImportTest.java65 private XACMLExportImport xacmlExportImport; field in class:XACMLExportImportTest
82 xacmlExportImport = new XACMLExportImport(pmFactory,
104 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, false);
132 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);
157 xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);
165 assertThat(xacmlExportImport.containsUndesiredCharacters("ordinary-name")).isFalse();
166 assertThat(xacmlExportImport.containsUndesiredCharacters("ordinary+name")).isTrue();
167 assertThat(xacmlExportImport.containsUndesiredCharacters("+")).isTrue();
168 assertThat(xacmlExportImport.containsUndesiredCharacters("+name")).isTrue();
169 assertThat(xacmlExportImport
[all...]
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLExportImportTest.java79 private XACMLExportImport xacmlExportImport; field in class:XACMLExportImportTest
106 xacmlExportImport = new XACMLExportImport(pmFactory, xacmlReaderWriter, validator, searchFilterFactory, debug,
134 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, false);
162 List<ImportStep> importSteps = xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);
187 xacmlExportImport.importXacml(ROOT_REALM, NULL_INPUT, NULL_SUBJECT, true);

Completed in 21 milliseconds