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