Class Sha512CredentialsMatcher

  • All Implemented Interfaces:
    CredentialsMatcher

    public class Sha512CredentialsMatcher
    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-512 hashed.
    Since:
    0.9
    • Constructor Detail

      • Sha512CredentialsMatcher

        public Sha512CredentialsMatcher()
        Deprecated.