Interface AbstractTransportConnector.AuthenticationConsumer

Enclosing class:
AbstractTransportConnector

public static interface AbstractTransportConnector.AuthenticationConsumer
Consumes token authentication data.
Author:
Holger Eichelberger, SSE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(String user, String password, String pwdEncAlg)
    Accepts a user name and a password.
  • Method Details

    • accept

      boolean accept(String user, String password, String pwdEncAlg)
      Accepts a user name and a password.
      Parameters:
      user - the user name
      password - the password
      pwdEncAlg - the name of the password encryption algorithm, e.g., UTF-8 for plaintext
      Returns:
      true for applied, false for ignored (shall be logged)