Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DBasicAuthenticator.java46 String userPass = userName + ":" + password; in getAuthorization() local
56 String base64 = Base64.getEncoder().encodeToString(userPass.getBytes(charset)); in getAuthorization()