Searched refs:USER1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/com/sun/security/sasl/ntlm/
H A DNTLMTest.java41 private static final String USER1 = "dummy"; field in class:NTLMTest
49 maps.put(USER1, PASS1);
119 new String[]{MECH}, USER1, PROTOCOL, null, pc,
162 new String[]{MECH}, USER1, PROTOCOL, null, pc,
210 new String[]{MECH}, USER1, PROTOCOL, "ANOTHERREALM", null,
265 ncb.setName(USER1);
303 new String[]{MECH}, USER1, PROTOCOL, null, null,
389 if (!srv.getAuthorizationID().equals(USER1)) {

Completed in 39 milliseconds