Searched refs:userPass (Results 1 – 1 of 1) sorted by relevance
46 String userPass = userName + ":" + password; in getAuthorization() local56 String base64 = Base64.getEncoder().encodeToString(userPass.getBytes(charset)); in getAuthorization()