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

Packages that use SimpleCredentialsMatcher
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 SimpleCredentialsMatcher in org.apache.shiro.authc.credential
 

Subclasses of SimpleCredentialsMatcher in org.apache.shiro.authc.credential
 class HashedCredentialsMatcher
          A HashedCredentialMatcher provides support for hashing of supplied AuthenticationToken credentials before being compared to those in the AuthenticationInfo from the data store.
 class Md2CredentialsMatcher
          HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be MD2 hashed.
 class Md5CredentialsMatcher
          HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be MD5 hashed.
 class Sha1CredentialsMatcher
          HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA hashed.
 class Sha256CredentialsMatcher
          HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA-256 hashed.
 class Sha384CredentialsMatcher
          HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA-384 hashed.
 class Sha512CredentialsMatcher
          HashedCredentialsMatcher implementation that expects the stored AuthenticationInfo credentials to be SHA-512 hashed.
 



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