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;
    }