Interface HttpClientConnector.HttpAuthenticationHandler
-
- All Superinterfaces:
AuthenticationHandler<AuthenticationChallenge,java.lang.String>,java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
HttpClientConnector.HttpBasicAuthentication,HttpClientConnector.NegotiateAuthentication
- Enclosing class:
- HttpClientConnector
private static interface HttpClientConnector.HttpAuthenticationHandler extends AuthenticationHandler<AuthenticationChallenge,java.lang.String>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()
-