Class PasswordMatcher

  • All Implemented Interfaces:
    CredentialsMatcher

    public class PasswordMatcher
    extends Object
    implements CredentialsMatcher
    A CredentialsMatcher that employs best-practices comparisons for hashed text passwords.

    This implementation delegates to an internal PasswordService to perform the actual password comparison. This class is essentially a bridge between the generic CredentialsMatcher interface and the more specific PasswordService component.

    Since:
    1.2