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

getPassword() public method

Returns the parsed password.
public getPassword ( ) : AppserverIo\Lang\String
return AppserverIo\Lang\String The password
    public function getPassword()
    {
        return $this->password ? $this->password : null;
    }