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 Detail

      • authenticate

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