AppserverIo\Appserver\ServletEngine\Security\AnybodyPrincipal::__toString PHP Method

__toString() public method

Returns the principals name as string.
public __toString ( ) : string
return string The principal's name
    public function __toString()
    {
        return $this->getName();
    }