Searched defs:AuthenticationHandler (Results 1 – 2 of 2) sorted by relevance
15 class AuthenticationHandler extends Authenticator { class35 AuthenticationHandler() {} in AuthenticationHandler() method in AuthenticationHandler37 AuthenticationHandler(RequestAuthenticator auth) { in AuthenticationHandler() method in AuthenticationHandler76 Authenticator.setDefault(new AuthenticationHandler()); in Authenticator.setDefault()
51 public interface AuthenticationHandler { interface