Searched defs:userName (Results 1 – 7 of 7) 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()
44 int userId, String userName, boolean aboveSystem) { in UserSwitchingDialog()
18842 String userName; in switchUser() local18861 private void showUserSwitchDialog(int userId, String userName) { in showUserSwitchDialog()
134 final String userName = userInfo.name; in queryForUserInformation() local