AppserverIo\Appserver\ServletEngine\Authenticator\AuthenticatorInterface::authenticate PHP 메소드

authenticate() 공개 메소드

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
리턴 boolean TRUE if authentication has already been processed on a request before, else FALSE
    public function authenticate(HttpServletRequestInterface $servletRequest, HttpServletResponseInterface $servletResponse);