AppserverIo\Appserver\ServletEngine\Security\Mapping::getHttpMethods PHP Method

getHttpMethods() public method

Return's the HTTP methods that has to be authenticated.
public getHttpMethods ( ) : array
return array The HTTP methods
    public function getHttpMethods()
    {
        return $this->httpMethods;
    }