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

getHttpMethods() public méthode

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