AppserverIo\Appserver\ServletEngine\Security\Auth\Spi\AbstractLoginModule::getUseFirstPass PHP Method

getUseFirstPass() public method

Flag that the shared state credential should be used.
public getUseFirstPass ( ) : boolean
return boolean TRUE if the shared state credential should be used, else FALSE
    public function getUseFirstPass()
    {
        return $this->useFirstPass;
    }