public interface  org.apache.shiro.authc.Authenticator extends java.lang.Object
{
public abstract org.apache.shiro.authc.AuthenticationInfo authenticate(org.apache.shiro.authc.AuthenticationToken) throws org.apache.shiro.authc.AuthenticationException;
}