Home
last modified time | relevance | path

Searched refs:user (Results 1 – 20 of 20) sorted by relevance

/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpDirEntry.java57 private String user = null; field in FtpDirEntry
96 return user; in getUser()
107 public FtpDirEntry setUser(String user) { in setUser() argument
108 this.user = user; in setUser()
327 return name + " [" + type + "] (" + user + " / " + group + ") " + size; in toString()
329 …return name + " [" + type + "] (" + user + " / " + group + ") {" + size + "} " + java.text.DateFor… in toString()
DFtpClient.java273 …public abstract FtpClient login(String user, char[] password) throws FtpProtocolException, IOExcep… in login() argument
286 …public abstract FtpClient login(String user, char[] password, String account) throws FtpProtocolEx… in login() argument
/libcore/luni/src/test/java/libcore/java/nio/file/attribute/
DAclEntryTest.java38 UserPrincipal user = Files.getOwner(Paths.get(".")); in testGetters() local
42 .setPrincipal(user) in testGetters()
47 assertEquals(user, aclEntry.principal()); in testGetters()
61 UserPrincipal user = Files.getOwner(Paths.get(".")); in testBuilder() local
65 .setPrincipal(user) in testBuilder()
74 assertEquals(user, aclEntry.principal()); in testBuilder()
/libcore/ojluni/src/main/java/java/security/acl/
DGroup.java59 public boolean addMember(Principal user); in addMember() argument
69 public boolean removeMember(Principal user); in removeMember() argument
DAclEntry.java75 public boolean setPrincipal(Principal user); in setPrincipal() argument
DAcl.java206 public Enumeration<Permission> getPermissions(Principal user); in getPermissions() argument
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt115 # otherwise the user "nobody" is used
129 # Security mode. Most people will want user level security. See
131 security = user
238 # per user logon script
249 # UNC path specifying the network location of the user's home directory
303 # Specify a shell for all winbind user entries return by the
308 # for a Windows user. The default is DOMAIN\user, but many people
309 # prefer DOMAIN+user
330 # the default is to use the user's home directory
343 # Set public = yes to allow user 'guest account' to print
[all …]
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
DFtpURLConnection.java99 String user; field in FtpURLConnection
197 user = ParseUtil.decode(userInfo); in FtpURLConnection()
200 user = ParseUtil.decode(userInfo.substring(0, delimiter++)); in FtpURLConnection()
308 if (user == null) { in connect()
309 user = "anonymous"; in connect()
335 ftp.login(user, password == null ? null : password.toCharArray()); in connect()
/libcore/ojluni/src/main/java/javax/sql/
DConnectionPoolDataSource.java71 PooledConnection getPooledConnection(String user, String password) in getPooledConnection() argument
/libcore/luni/src/test/java/libcore/java/net/
DFtpURLConnectionTest.java111 private void checkInputUrl_invalidUserOrPassword(String user, String password) in checkInputUrl_invalidUserOrPassword() argument
113 URL fileUrl = getFileUrlWithCredentials(user, password, FILE_PATH); in checkInputUrl_invalidUserOrPassword()
306 private URL getFileUrlWithCredentials(String user, String password, String filePath) { in getFileUrlWithCredentials() argument
307 Objects.requireNonNull(user); in getFileUrlWithCredentials()
310 String credentials = user + (password == null ? "" : (":" + password)); in getFileUrlWithCredentials()
/libcore/ojluni/src/main/java/java/sql/
DDriverManager.java208 String user, String password) throws SQLException { in getConnection() argument
211 if (user != null) { in getConnection()
212 info.put("user", user); in getConnection()
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java1034 …private void tryLogin(String user, char[] password) throws sun.net.ftp.FtpProtocolException, IOExc… in tryLogin() argument
1035 issueCommandCheck("USER " + user); in tryLogin()
1055 …public sun.net.ftp.FtpClient login(String user, char[] password) throws sun.net.ftp.FtpProtocolExc… in login() argument
1059 if (user == null || user.length() == 0) { in login()
1062 tryLogin(user, password); in login()
1093 …public sun.net.ftp.FtpClient login(String user, char[] password, String account) throws sun.net.ft… in login() argument
1098 if (user == null || user.length() == 0) { in login()
1101 tryLogin(user, password); in login()
/libcore/ojluni/src/main/java/java/util/prefs/
DFileSystemPreferences.java463 private FileSystemPreferences(boolean user) { in FileSystemPreferences() argument
465 isUserNode = user; in FileSystemPreferences()
466 dir = (user ? userRootDir: systemRootDir); in FileSystemPreferences()
/libcore/ojluni/src/test/java/net/Socks/
DSocksServer.java500 public void addUser(String user, String passwd) { in addUser() argument
501 users.put(user, passwd); in addUser()
/libcore/ojluni/annotations/hiddenapi/sun/net/ftp/
DFtpClient.java83 public abstract sun.net.ftp.FtpClient login(java.lang.String user, char[] password) in login() argument
87 java.lang.String user, char[] password, java.lang.String account) in login() argument
/libcore/expectations/
Dknownfailures.txt1351 description: "java.util.logging: Android's user.home system property cannot be cleared",
1359 description: "java.util.logging: Android's user.home system property points to root (/) dir",
1364 …ts for FileHandler don't work on Android because they try to write to the read-only user.home dir",
1661 description: "libcore.java.io.OldFileTest#test_deleteOnExit fails on IRM05 mysid-user",
/libcore/ojluni/src/test/
DLICENSE109 these conditions, and telling the user how to view a copy of this
/libcore/ojluni/src/tools/
DLICENSE109 these conditions, and telling the user how to view a copy of this
/libcore/
DLICENSE104 the program under these conditions, and telling the user how to view a copy
/libcore/ojluni/src/main/
DLICENSE112 the program under these conditions, and telling the user how to view a copy