Interface NetworkAuthenticator

  • All Known Implementing Classes:
    SimpleNetworkAuthenticator

    public interface NetworkAuthenticator
    A NetworkAuthenticator allows connector developers to provide authentication credentials for network connections. The runtime Authenticator instance will delegate password authentication requests to implementations provided by the connector. Connectors can implement NetworkAuthenticatorConnector, instead of Connector, to provide a network authenticator that will only be used for that connector. The NetworkAuthenticatorContext is used to provide the context of the authentication request in order to support credential management in the authenticator implementation.