org.qi4j.library.shiro.authc
Class SecureHashCredentialsMatcher

java.lang.Object
  extended by org.qi4j.library.shiro.authc.SecureHashCredentialsMatcher
All Implemented Interfaces:
org.apache.shiro.authc.credential.CredentialsMatcher

public final class SecureHashCredentialsMatcher
extends Object
implements org.apache.shiro.authc.credential.CredentialsMatcher


Constructor Summary
SecureHashCredentialsMatcher()
           
 
Method Summary
 boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token, org.apache.shiro.authc.AuthenticationInfo info)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureHashCredentialsMatcher

public SecureHashCredentialsMatcher()
Method Detail

doCredentialsMatch

public boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken token,
                                  org.apache.shiro.authc.AuthenticationInfo info)
Specified by:
doCredentialsMatch in interface org.apache.shiro.authc.credential.CredentialsMatcher