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;
    }