Searched defs:testUserDN (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java156 private static String testUserDN = "cn=test.User, o=test"; field in class:SASLOverTLSTestCase
157 private static final String digestDN = "dn:"+ testUserDN;
271 ctx.modifyAttributes(testUserDN, mods);
272 Attributes testAttributes = ctx.getAttributes(testUserDN);
305 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, testUserDN);
311 ctx.modifyAttributes(testUserDN, mods);
312 Attributes testAttributes = ctx.getAttributes(testUserDN);
355 ctx.bind(testUserDN, null, entryAttrs);
359 ctx.modifyAttributes(testUserDN, mods);
398 ctx.destroySubcontext(testUserDN);
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java155 private static String testUserDN = "cn=test.User, o=test"; field in class:SASLOverTLSTestCase
156 private static final String digestDN = "dn:"+ testUserDN;
270 ctx.modifyAttributes(testUserDN, mods);
271 Attributes testAttributes = ctx.getAttributes(testUserDN);
304 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, testUserDN);
310 ctx.modifyAttributes(testUserDN, mods);
311 Attributes testAttributes = ctx.getAttributes(testUserDN);
354 ctx.bind(testUserDN, null, entryAttrs);
358 ctx.modifyAttributes(testUserDN, mods);
397 ctx.destroySubcontext(testUserDN);
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java156 private static String testUserDN = "cn=test.User, o=test"; field in class:SASLOverTLSTestCase
157 private static final String digestDN = "dn:"+ testUserDN;
271 ctx.modifyAttributes(testUserDN, mods);
272 Attributes testAttributes = ctx.getAttributes(testUserDN);
305 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, testUserDN);
311 ctx.modifyAttributes(testUserDN, mods);
312 Attributes testAttributes = ctx.getAttributes(testUserDN);
355 ctx.bind(testUserDN, null, entryAttrs);
359 ctx.modifyAttributes(testUserDN, mods);
398 ctx.destroySubcontext(testUserDN);
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java155 private static String testUserDN = "cn=test.User, o=test"; field in class:SASLOverTLSTestCase
156 private static final String digestDN = "dn:"+ testUserDN;
270 ctx.modifyAttributes(testUserDN, mods);
271 Attributes testAttributes = ctx.getAttributes(testUserDN);
304 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, testUserDN);
310 ctx.modifyAttributes(testUserDN, mods);
311 Attributes testAttributes = ctx.getAttributes(testUserDN);
354 ctx.bind(testUserDN, null, entryAttrs);
358 ctx.modifyAttributes(testUserDN, mods);
397 ctx.destroySubcontext(testUserDN);
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java156 private static String testUserDN = "cn=test.User, o=test"; field in class:SASLOverTLSTestCase
157 private static final String digestDN = "dn:"+ testUserDN;
271 ctx.modifyAttributes(testUserDN, mods);
272 Attributes testAttributes = ctx.getAttributes(testUserDN);
305 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, testUserDN);
311 ctx.modifyAttributes(testUserDN, mods);
312 Attributes testAttributes = ctx.getAttributes(testUserDN);
355 ctx.bind(testUserDN, null, entryAttrs);
359 ctx.modifyAttributes(testUserDN, mods);
398 ctx.destroySubcontext(testUserDN);
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DSASLOverTLSTestCase.java154 private static String testUserDN = "cn=test.User, o=test"; field in class:SASLOverTLSTestCase
155 private static final String digestDN = "dn:"+ testUserDN;
269 ctx.modifyAttributes(testUserDN, mods);
270 Attributes testAttributes = ctx.getAttributes(testUserDN);
305 ctx.addToEnvironment(Context.SECURITY_PRINCIPAL, testUserDN);
311 ctx.modifyAttributes(testUserDN, mods);
312 Attributes testAttributes = ctx.getAttributes(testUserDN);
357 ctx.bind(testUserDN, null, entryAttrs);
361 ctx.modifyAttributes(testUserDN, mods);
402 ctx.destroySubcontext(testUserDN);
[all...]

Completed in 37 milliseconds