Interface CredentialsManager.AuthenticationCallback

Enclosing interface:
CredentialsManager

public static interface CredentialsManager.AuthenticationCallback
Component authentication callback.

The component provides the logic and the manager implementation calls it with the appropriate credentials.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    authenticate(String username, String password)
    Authentication logic.
  • Method Details

    • authenticate

      void authenticate(String username, String password)
      Authentication logic.
      Parameters:
      username - username
      password - password