Uses of Class
org.apache.shiro.authc.credential.HashedCredentialsMatcher
-
Packages that use HashedCredentialsMatcher Package Description org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via theCredentialsMatcherinterface and its supporting implementations. -
-
Uses of HashedCredentialsMatcher in org.apache.shiro.authc.credential
Subclasses of HashedCredentialsMatcher in org.apache.shiro.authc.credential Modifier and Type Class Description classMd2CredentialsMatcherDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classMd5CredentialsMatcherDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classSha1CredentialsMatcherDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classSha256CredentialsMatcherDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classSha384CredentialsMatcherDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.classSha512CredentialsMatcherDeprecated.since 1.1 - use the HashedCredentialsMatcher directly and set itshashAlgorithmNameproperty.
-