Searched +refs:val +refs:username (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DLdapLoginModule.java57 * A username and password is verified against the corresponding user
63 * created using the user's username and both are associated
72 * An (anonymous) search is performed using the supplied username in
82 * supplied username and password and then the LDAP directory is searched.
84 * supplied username in conjunction with a specified search filter.
91 * supplied username and password. The LDAP directory is not searched because
135 * then that token will be replaced with the supplied username value
145 * which will be replaced with the supplied username value before the
170 * <dd> if <code>true</code>, this module retrieves the username and password
178 * <dd> if <code>true</code>, this module retrieves the username an
358 private String username; field in class:LdapLoginModule
[all...]
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpGetContent.java46 private String username; field in class:FtpGetContent.FtpServer
203 username = str.substring(5);
206 if ("user2".equals(username)) {
347 int val;
349 val = din.read();
350 } while (val != -1);
407 return username;
H A DFtpURL.java44 private String username; field in class:FtpURL.FtpServer
202 username = str.substring(5);
205 if ("user2".equals(username)) {
348 int val;
350 val = din.read();
351 } while (val != -1);
405 return username;
468 throw new RuntimeException("Inccorect username received");
474 throw new RuntimeException("Inccorect username received");
/openjdk7/make/scripts/
H A Dwebrev.ksh767 function setAncValue(val)
769 if (val <= 0) {
770 val = 0;
771 parent.nav.document.diff.real.value = val;
773 return (val);
782 if (val < maxval) {
783 parent.nav.document.diff.real.value = val;
784 parent.nav.document.diff.display.value = val.toString();
785 return (val);
788 // this must be: val >
[all...]

Completed in 42 milliseconds