Class PasswordVerifier


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

      • 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.