Class PasswordVerifier

java.lang.Object
com.google.gerrit.server.account.externalids.PasswordVerifier

public class PasswordVerifier extends Object
Checks if a given username and password match a user's external IDs.
  • Constructor Details

  • Method Details

    • checkPassword

      public boolean checkPassword(Collection<ExternalId> externalIds, String username, String password)
      Returns true if there is an external ID matching both the username and password.