Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DAuthenticatorFactory.java47 auth = loadAuthenticators(authScheme); in getAuthenticator()
55 private static Authenticator loadAuthenticators(String authScheme) { in loadAuthenticators() method in AuthenticatorFactory