AppserverIo\Appserver\ServletEngine\Security\Mapping::getHttpMethodOmissions PHP Метод

getHttpMethodOmissions() публичный Метод

Return's the HTTP methods that has to b omissed from authentication
public getHttpMethodOmissions ( ) : array
Результат array The HTTP methods
    public function getHttpMethodOmissions()
    {
        return $this->httpMethodOmissions;
    }