AppserverIo\Appserver\ServletEngine\Authenticator\AuthenticatorInterface::authenticate PHP Method

authenticate() public method

Try to authenticate against the configured adapter.
public authenticate ( AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface $servletRequest, AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface $servletResponse ) : boolean
$servletRequest AppserverIo\Psr\Servlet\Http\HttpServletRequestInterface The servlet request instance
$servletResponse AppserverIo\Psr\Servlet\Http\HttpServletResponseInterface The servlet response instance
return boolean TRUE if authentication has already been processed on a request before, else FALSE
    public function authenticate(HttpServletRequestInterface $servletRequest, HttpServletResponseInterface $servletResponse);