Class PasswordVerifier
java.lang.Object
com.google.gerrit.server.account.externalids.PasswordVerifier
Checks if a given username and password match a user's external IDs.
-
Constructor Summary
ConstructorsConstructorDescriptionPasswordVerifier
(ExternalIdKeyFactory externalIdKeyFactory, AuthConfig authConfig) -
Method Summary
Modifier and TypeMethodDescriptionboolean
checkPassword
(Collection<ExternalId> externalIds, String username, String password) Returnstrue
if there is an external ID matching both the username and password.
-
Constructor Details
-
PasswordVerifier
-
-
Method Details
-
checkPassword
Returnstrue
if there is an external ID matching both the username and password.
-