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

/openjdk7/jdk/test/sun/security/krb5/
H A DKrb5NameEquals.java36 private static final Oid MECH; field in class:Krb5NameEquals
45 MECH = temp;
54 GSSName.NT_HOSTBASED_SERVICE, MECH);
56 GSSName.NT_HOSTBASED_SERVICE, MECH);
58 GSSName.NT_HOSTBASED_SERVICE, MECH);
/openjdk7/jdk/test/com/sun/security/sasl/
H A DCram.java38 private static final String MECH = "CRAM-MD5"; field in class:Cram
76 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, null, clntCbh);
78 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN, null,
83 "Unable to find client impl for " + MECH);
87 "Unable to find server impl for " + MECH);
/openjdk7/jdk/test/com/sun/security/sasl/digest/
H A DAuthNoUtf8.java41 private static final String MECH = "DIGEST-MD5"; field in class:AuthNoUtf8
92 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, null, clntCbh);
94 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN, props,
99 "Unable to find client impl for " + MECH);
103 "Unable to find server impl for " + MECH);
H A DAuthOnly.java35 private static final String MECH = "DIGEST-MD5"; field in class:AuthOnly
85 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, null, clntCbh);
87 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN, props,
92 "Unable to find client impl for " + MECH);
96 "Unable to find server impl for " + MECH);
H A DAuthRealms.java41 private static final String MECH = "DIGEST-MD5"; field in class:AuthRealms
93 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, null, clntCbh);
95 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN, props,
100 "Unable to find client impl for " + MECH);
104 "Unable to find server impl for " + MECH);
H A DIntegrity.java40 private static final String MECH = "DIGEST-MD5"; field in class:Integrity
99 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, clntProps, clntCbh);
101 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN,
106 "Unable to find client impl for " + MECH);
110 "Unable to find server impl for " + MECH);
H A DPrivacy.java40 private static final String MECH = "DIGEST-MD5"; field in class:Privacy
99 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, clntProps, clntCbh);
101 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN,
106 "Unable to find client impl for " + MECH);
110 "Unable to find server impl for " + MECH);
H A DPrivacyRc4.java41 private static final String MECH = "DIGEST-MD5"; field in class:PrivacyRc4
101 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN, clntProps, clntCbh);
103 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN,
108 "Unable to find client impl for " + MECH);
112 "Unable to find server impl for " + MECH);
/openjdk7/jdk/test/com/sun/security/sasl/ntlm/
H A DNTLMTest.java36 private static final String MECH = "NTLM"; field in class:NTLMTest
119 new String[]{MECH}, USER1, PROTOCOL, null, pc,
134 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, REALM, ps,
162 new String[]{MECH}, USER1, PROTOCOL, null, pc,
177 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, REALM, null,
210 new String[]{MECH}, USER1, PROTOCOL, "ANOTHERREALM", null,
228 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, REALM, null,
258 new String[]{MECH}, null, PROTOCOL, null, null,
273 SaslServer srv = Sasl.createSaslServer(MECH, PROTOCOL, REALM, null,
303 new String[]{MECH}, USER
[all...]
/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A DAuthOnly.java42 private static final String MECH = "GSSAPI"; field in class:AuthOnly
87 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN,
99 return Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN,
107 "Unable to find client impl for " + MECH);
111 "Unable to find server impl for " + MECH);
H A DNoSecurityLayer.java43 private static final String MECH = "GSSAPI"; field in class:NoSecurityLayer
88 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN,
100 return Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN,
108 "Unable to find client impl for " + MECH);
112 "Unable to find server impl for " + MECH);
H A DConfSecurityLayer.java43 private static final String MECH = "GSSAPI"; field in class:ConfSecurityLayer
88 new String[]{MECH}, null, PROTOCOL, SERVER_FQDN,
100 return Sasl.createSaslServer(MECH, PROTOCOL, SERVER_FQDN,
108 "Unable to find client impl for " + MECH);
112 "Unable to find server impl for " + MECH);

Completed in 36 milliseconds