AppserverIo\Appserver\Core\Api\Node\SecurityConstraintNode::getDisplayName PHP Method

getDisplayName() public method

Return's the display name of the security constraint.
public getDisplayName ( ) : DisplayNameNode
return DisplayNameNode The display name
    public function getDisplayName()
    {
        return $this->displayName;
    }