Searched defs:userName (Results 1 – 9 of 9) sorted by relevance
114 byte[] onAuthenticationResponse(byte[] userName); in onAuthenticationResponse()
53 public PasswordAuthentication(final byte[] userName, final byte[] password) { in PasswordAuthentication()
258 public void onAuthenticationFailure(byte[] userName) { in onAuthenticationFailure()
81 public byte[] onAuthenticationResponse(byte[] userName) { in onAuthenticationResponse()
53 int userId, String userName, boolean aboveSystem) { in UserSwitchingDialog()
19731 String userName; in switchUser() local19750 private void showUserSwitchDialog(int userId, String userName) { in showUserSwitchDialog()
134 final String userName = userInfo.name; in queryForUserInformation() local
48 EAPMethod eapMethod, String userName, String password, in Credential()
571 String userName = getString(unNode.getChild(TAG_Username)); in buildCredential() local