Class Sha256CredentialsMatcher

  • All Implemented Interfaces:
    CredentialsMatcher

    public class Sha256CredentialsMatcher
    extends HashedCredentialsMatcher
    Deprecated.
    since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
    HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA-256 hashed.
    Since:
    0.9
    • Constructor Detail

      • Sha256CredentialsMatcher

        public Sha256CredentialsMatcher()
        Deprecated.