AppserverIo\Appserver\ServletEngine\Authenticator\BasicAuthenticator::getPassword PHP Method

getPassword() public method

Returns the parsed password
public getPassword ( ) : string
return string
    public function getPassword()
    {
        return isset($this->password) ? $this->password : null;
    }