public interface Authenticator
Modifier and Type | Method and Description |
---|---|
boolean |
authenticate(org.apache.hc.core5.net.URIAuthority authority,
String requestUri,
String credentials) |
String |
getRealm(org.apache.hc.core5.net.URIAuthority authority,
String requestUri) |
default AuthResult |
perform(org.apache.hc.core5.net.URIAuthority authority,
String requestUri,
String credentials) |
default AuthResult perform(org.apache.hc.core5.net.URIAuthority authority, String requestUri, String credentials)
boolean authenticate(org.apache.hc.core5.net.URIAuthority authority, String requestUri, String credentials)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.