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

getRoleNames() public method

Return's the role names.
public getRoleNames ( ) : array
return array The role names
    public function getRoleNames()
    {
        return $this->roleNames;
    }