AppserverIo\Appserver\ServletEngine\Security\Mapping::getHttpMethodOmissions PHP Méthode

getHttpMethodOmissions() public méthode

Return's the HTTP methods that has to b omissed from authentication
public getHttpMethodOmissions ( ) : array
Résultat array The HTTP methods
    public function getHttpMethodOmissions()
    {
        return $this->httpMethodOmissions;
    }