public interface  org.apache.shiro.authc.credential.CredentialsMatcher extends java.lang.Object
{
public abstract boolean doCredentialsMatch(org.apache.shiro.authc.AuthenticationToken, org.apache.shiro.authc.AuthenticationInfo);
}