Provides Authenticator instances to be used when connecting to a host.

Abstract
This class is abstract

Constructor

new

AuthProvider

()

Methods

newAuthenticator

(String endpoint, String name)

Returns an Authenticator instance to be used when connecting to a host.

Abstract
This function is abstract
Parameters:
Name Type Description
endpoint String

The ip address and port number in the format ip:port

name String

Authenticator name

Returns:
Type Description
Authenticator