Searched refs:username (Results 226 - 250 of 351) sorted by relevance

1234567891011>>

/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/
H A DUserCommandHandlerTest.groovy50 // Will return OK, even if username is not recognized
99 userAccount = new UserAccount(username: USERNAME, homeDirectory: HOME_DIRECTORY)
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/
H A DFakeFtpServer.java66 * // Create UserAccount with username, password, home-directory
105 * // Create UserAccount with username, password, home-directory
237 public UserAccount getUserAccount(String username) { argument
238 return (UserAccount) userAccounts.get(username);
253 * Add a single UserAccount. If an account with the same <code>username</code> already exists,
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy91 userAccount.username = 'user'
H A DUserCommandHandlerTest.groovy50 // Will return OK, even if username is not recognized
99 userAccount = new UserAccount(username: USERNAME, homeDirectory: HOME_DIRECTORY)
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/
H A DFakeFtpServer.java66 * // Create UserAccount with username, password, home-directory
105 * // Create UserAccount with username, password, home-directory
237 public UserAccount getUserAccount(String username) { argument
238 return (UserAccount) userAccounts.get(username);
253 * Add a single UserAccount. If an account with the same <code>username</code> already exists,
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerTest.groovy60 def userAccount = new UserAccount(username: 'abc')
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy91 userAccount.username = 'user'
H A DUserCommandHandlerTest.groovy50 // Will return OK, even if username is not recognized
99 userAccount = new UserAccount(username: USERNAME, homeDirectory: HOME_DIRECTORY)
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/
H A DFakeFtpServer.java66 * // Create UserAccount with username, password, home-directory
105 * // Create UserAccount with username, password, home-directory
239 public UserAccount getUserAccount(String username) { argument
240 return (UserAccount) userAccounts.get(username);
255 * Add a single UserAccount. If an account with the same <code>username</code> already exists,
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerTest.groovy60 def userAccount = new UserAccount(username: 'abc')
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy91 userAccount.username = 'user'
H A DUserCommandHandlerTest.groovy50 // Will return OK, even if username is not recognized
99 userAccount = new UserAccount(username: USERNAME, homeDirectory: HOME_DIRECTORY)
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/
H A DFakeFtpServer.java66 * // Create UserAccount with username, password, home-directory
105 * // Create UserAccount with username, password, home-directory
239 public UserAccount getUserAccount(String username) { argument
240 return (UserAccount) userAccounts.get(username);
255 * Add a single UserAccount. If an account with the same <code>username</code> already exists,
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerTest.groovy60 def userAccount = new UserAccount(username: 'abc')
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy91 userAccount.username = 'user'
H A DUserCommandHandlerTest.groovy50 // Will return OK, even if username is not recognized
99 userAccount = new UserAccount(username: USERNAME, homeDirectory: HOME_DIRECTORY)
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/
H A DFakeFtpServer.java66 * // Create UserAccount with username, password, home-directory
105 * // Create UserAccount with username, password, home-directory
239 public UserAccount getUserAccount(String username) { argument
240 return (UserAccount) userAccounts.get(username);
255 * Add a single UserAccount. If an account with the same <code>username</code> already exists,
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
H A DFakeFtpServerTest.groovy60 def userAccount = new UserAccount(username: 'abc')
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/
H A DCwdCommandHandlerTest.groovy91 userAccount.username = 'user'
H A DUserCommandHandlerTest.groovy50 // Will return OK, even if username is not recognized
99 userAccount = new UserAccount(username: USERNAME, homeDirectory: HOME_DIRECTORY)
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/
H A DPassCommandHandlerTest.groovy94 userAccount.username = USERNAME
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_mschapv2.c502 /* TODO: prevent retries using same username/password */
516 const u8 *username, *password, *new_password; local
523 username = eap_get_config_identity(sm, &username_len);
526 if (username == NULL || password == NULL || new_password == NULL)
529 username = mschapv2_remove_domain(username, &username_len);
589 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username",
590 username, username_len);
594 username, username_len,
605 username, username_le
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_mschapv2.c502 /* TODO: prevent retries using same username/password */
516 const u8 *username, *password, *new_password; local
523 username = eap_get_config_identity(sm, &username_len);
526 if (username == NULL || password == NULL || new_password == NULL)
529 username = mschapv2_remove_domain(username, &username_len);
589 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username",
590 username, username_len);
594 username, username_len,
605 username, username_le
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_mschapv2.c502 /* TODO: prevent retries using same username/password */
516 const u8 *username, *password, *new_password; local
523 username = eap_get_config_identity(sm, &username_len);
526 if (username == NULL || password == NULL || new_password == NULL)
529 username = mschapv2_remove_domain(username, &username_len);
589 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username",
590 username, username_len);
594 username, username_len,
605 username, username_le
[all...]
/external/jetty/src/java/org/eclipse/jetty/server/
H A DServletRequestHttpWrapper.java198 public void login(String username, String password) throws ServletException argument

Completed in 7266 milliseconds

1234567891011>>