AppserverIo\Appserver\ServletEngine\Security\GenericPrincipal::getUsername PHP Method

getUsername() public method

Return's the principal's username.
public getUsername ( ) : the
return the \AppserverIo\Lang\String The username
    public function getUsername()
    {
        return $this->username;
    }