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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java104 * @param saslMechanismName The name of the mechanism to ensure is in the
108 public void testGetSupportedSASLMechanisms(String saslMechanismName) argument
118 found = name.equals(saslMechanismName);
133 * @param saslMechanismName The name for which to retrieve the applicable
137 public void testGetSASLProperties(String saslMechanismName) argument
140 LDAPAuthenticationHandler.getSASLProperties(saslMechanismName);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java103 * @param saslMechanismName The name of the mechanism to ensure is in the
107 public void testGetSupportedSASLMechanisms(String saslMechanismName) argument
117 found = name.equals(saslMechanismName);
132 * @param saslMechanismName The name for which to retrieve the applicable
136 public void testGetSASLProperties(String saslMechanismName) argument
139 LDAPAuthenticationHandler.getSASLProperties(saslMechanismName);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java104 * @param saslMechanismName The name of the mechanism to ensure is in the
108 public void testGetSupportedSASLMechanisms(String saslMechanismName) argument
118 found = name.equals(saslMechanismName);
133 * @param saslMechanismName The name for which to retrieve the applicable
137 public void testGetSASLProperties(String saslMechanismName) argument
140 LDAPAuthenticationHandler.getSASLProperties(saslMechanismName);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java103 * @param saslMechanismName The name of the mechanism to ensure is in the
107 public void testGetSupportedSASLMechanisms(String saslMechanismName) argument
117 found = name.equals(saslMechanismName);
132 * @param saslMechanismName The name for which to retrieve the applicable
136 public void testGetSASLProperties(String saslMechanismName) argument
139 LDAPAuthenticationHandler.getSASLProperties(saslMechanismName);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java104 * @param saslMechanismName The name of the mechanism to ensure is in the
108 public void testGetSupportedSASLMechanisms(String saslMechanismName) argument
118 found = name.equals(saslMechanismName);
133 * @param saslMechanismName The name for which to retrieve the applicable
137 public void testGetSASLProperties(String saslMechanismName) argument
140 LDAPAuthenticationHandler.getSASLProperties(saslMechanismName);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/tools/
H A DLDAPAuthenticationHandlerTestCase.java103 * @param saslMechanismName The name of the mechanism to ensure is in the
107 public void testGetSupportedSASLMechanisms(String saslMechanismName) argument
113 assertTrue(Arrays.asList(supportedMechanisms).contains(saslMechanismName));
119 * @param saslMechanismName The name for which to retrieve the applicable properties.
122 public void testGetSASLProperties(String saslMechanismName) argument
125 LDAPAuthenticationHandler.getSASLProperties(saslMechanismName);

Completed in 73 milliseconds