Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DAuthenticatorFactory.java35 Authenticator auth = null; in getAuthenticator() local
39 auth = new BasicAuthenticator(); in getAuthenticator()
43 auth = new DigestAuthenticator(); in getAuthenticator()
47 auth = loadAuthenticators(authScheme); in getAuthenticator()
51 return auth; in getAuthenticator()
60 Authenticator auth = auths.next(); in loadAuthenticators() local
61 if (auth.getSchemeName().equalsIgnoreCase(authScheme)) in loadAuthenticators()
62 return auth; in loadAuthenticators()
H A DWsWebSocketContainer.java419 Authenticator auth = AuthenticatorFactory.getAuthenticator(authScheme); in connectToServerRecursive() local
421 if (auth == null) { in connectToServerRecursive()
427 userProperties.put(Constants.AUTHORIZATION_HEADER_NAME, auth.getAuthorization( in connectToServerRecursive()
/unit/test/
H A Dtest_php_application.py556 def check_auth(auth): argument
560 'Authorization': auth,