AppserverIo\Appserver\ServletEngine\Security\Auth\Spi\AbstractLoginModule::getUseFirstPass PHP Метод

getUseFirstPass() публичный Метод

Flag that the shared state credential should be used.
public getUseFirstPass ( ) : boolean
Результат boolean TRUE if the shared state credential should be used, else FALSE
    public function getUseFirstPass()
    {
        return $this->useFirstPass;
    }