Home
last modified time | relevance | path

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

/unit/src/java/nginx/unit/websocket/
H A DAuthenticatorFactory.java42 case DigestAuthenticator.schemeName: in getAuthenticator()
43 auth = new DigestAuthenticator(); in getAuthenticator()
H A DDigestAuthenticator.java30 public class DigestAuthenticator extends Authenticator { class
/unit/auto/modules/
H A Djava419 src/java/nginx/unit/websocket/DigestAuthenticator.java \