Uses of Class
org.apache.shiro.authc.credential.HashedCredentialsMatcher

Packages that use HashedCredentialsMatcher
org.apache.shiro.authc.credential Support for validating credentials (such as passwords or X509 certificates) during authentication via the CredentialsMatcher interface and its supporting implementations. 
 

Uses of HashedCredentialsMatcher in org.apache.shiro.authc.credential
 

Subclasses of HashedCredentialsMatcher in org.apache.shiro.authc.credential
 class Md2CredentialsMatcher
          Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
 class Md5CredentialsMatcher
          Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
 class Sha1CredentialsMatcher
          Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
 class Sha256CredentialsMatcher
          Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
 class Sha384CredentialsMatcher
          Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
 class Sha512CredentialsMatcher
          Deprecated. since 1.1 - use the HashedCredentialsMatcher directly and set its hashAlgorithmName property.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.