Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DBasicAuthenticator.java36 String userName = (String) userProperties.get(Constants.WS_AUTHENTICATION_USER_NAME); in getAuthorization()
H A DConstants.java122 …public static final String WS_AUTHENTICATION_USER_NAME = "nginx.unit.websocket.WS_AUTHENTICATION_U… field in Constants
H A DDigestAuthenticator.java41 String userName = (String) userProperties.get(Constants.WS_AUTHENTICATION_USER_NAME); in getAuthorization()