Class PasswordVerifier


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

      • PasswordVerifier

        public PasswordVerifier()
    • Method Detail

      • checkPassword

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