AppserverIo\Appserver\Core\Api\Node\AuthConstraintNode::getRoleNames PHP Method

getRoleNames() public method

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