Searched defs:userName (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DPasswordAuthentication.java42 private String userName; field in class:PasswordAuthentication
52 * @param userName the user name
55 public PasswordAuthentication(String userName, char[] password) { argument
56 this.userName = userName;
66 return userName;
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobOriginatingUserName.java63 * @param userName User name.
69 * (unchecked exception) Thrown if <CODE>userName</CODE> is null.
71 public JobOriginatingUserName(String userName, Locale locale) { argument
72 super (userName, locale);
H A DRequestingUserName.java64 * @param userName User name.
70 * (unchecked exception) Thrown if <CODE>userName</CODE> is null.
72 public RequestingUserName(String userName, Locale locale) { argument
73 super (userName, locale);
/openjdk7/jdk/src/share/classes/sun/jvmstat/perfdata/monitor/protocol/local/
H A DLocalVmManager.java47 private String userName; // user name for monitored jvm field in class:LocalVmManager
78 this.userName = user;
80 if (userName == null) {
92 tmpdir = new File(PerfDataFile.getTempDirectory(userName));
141 if (userName == null) {
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTSystem.java38 private String userName; field in class:NTSystem
71 return userName;
/openjdk7/jdk/src/share/sample/nio/chatserver/
H A DClient.java62 private String userName; field in class:Client
180 public void setUserName(String userName) { argument
181 this.userName = userName;
189 return userName;
/openjdk7/jdk/test/java/net/Authenticator/
H A DB6870935.java145 boolean isRequest, String userName, char[] password,
157 A1 = userName + ":" + realm + ":";
144 computeDigest( boolean isRequest, String userName, char[] password, String realm, String connMethod, String requestURI, String nonceString, String cnonce, String ncValue ) argument
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DDigestTest.java131 boolean isRequest, String userName, char[] password,
143 A1 = userName + ":" + realm + ":";
130 computeDigest( boolean isRequest, String userName, char[] password, String realm, String connMethod, String requestURI, String nonceString, String cnonce, String ncValue ) argument
/openjdk7/jdk/src/windows/native/com/sun/security/auth/module/
H A Dnt.c38 BOOL getUser(HANDLE tokenHandle, LPTSTR *userName,
67 LPTSTR userName = NULL; // user name local
97 (tokenHandle, &userName, &domainName, &userSid, &domainSid) == FALSE) {
117 fid = (*env)->GetFieldID(env, cls, "userName", "Ljava/lang/String;");
126 (*env)->ThrowNew(env, newExcCls, "invalid field: userName");
128 jstr = (*env)->NewStringUTF(env, userName);
242 if (userName != NULL) {
243 HeapFree(GetProcessHeap(), 0, userName); local
307 BOOL getUser(HANDLE tokenHandle, LPTSTR *userName, argument
346 // get userName
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DConnectDialog.java310 String userName = userNameTF.getText().trim();
311 userName = userName.equals("") ? null : userName;
317 jConsole.addUrl(url, userName, password, false);
330 jConsole.addHost(host, p, userName, password);
453 String userName,
465 userNameTF.setText((userName != null) ? userName : "");
450 setConnectionParameters(String url, String host, int port, String userName, String password, String msg) argument
H A DVMPanel.java52 private String userName; field in class:VMPanel
100 this.userName = proxyClient.getUserName();
616 return userName;
H A DJConsole.java471 String userName, String password) {
472 addHost(hostName, port, userName, password, false);
497 final String userName,
503 addProxyClient(ProxyClient.getProxyClient(url, userName, password),
506 failed(ex, url, userName, password);
508 failed(ex, url, userName, password);
510 failed(ex, url, userName, password);
519 final String userName, final String password,
525 userName, password),
532 userName, passwor
470 addHost(String hostName, int port, String userName, String password) argument
496 addUrl(final String url, final String userName, final String password, final boolean tile) argument
518 addHost(final String hostName, final int port, final String userName, final String password, final boolean tile) argument
562 failed(final Exception ex, final String url, final String userName, final String password) argument
609 showConnectDialog(String url, String hostName, int port, String userName, String password, String msg) argument
[all...]
H A DProxyClient.java63 private String userName = null; field in class:ProxyClient
110 String userName, String password) throws IOException {
111 this.connectionName = getConnectionName(hostName, port, userName);
123 setParameters(url, userName, password);
132 String userName, String password) throws IOException {
134 this.connectionName = getConnectionName(url, userName);
136 setParameters(new JMXServiceURL(url), userName, password);
145 private void setParameters(JMXServiceURL url, String userName, String password) { argument
149 this.userName = userName;
109 ProxyClient(String hostName, int port, String userName, String password) argument
131 ProxyClient(String url, String userName, String password) argument
446 getProxyClient(String url, String userName, String password) argument
458 getConnectionName(String url, String userName) argument
467 getCacheKey(String url, String userName, String password) argument
477 getProxyClient(String hostName, int port, String userName, String password) argument
489 getConnectionName(String hostName, int port, String userName) argument
499 getCacheKey(String hostName, int port, String userName, String password) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DDigestAuthentication.java431 boolean isRequest, String userName, char[] password,
446 String s = userName + ":" + realm + ":";
453 A1 = userName + ":" + realm + ":";
430 computeDigest( boolean isRequest, String userName, char[] password, String realm, String connMethod, String requestURI, String nonceString, String cnonce, String ncValue ) argument
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...

Completed in 78 milliseconds