AppserverIo\Appserver\ServletEngine\Authenticator\FormAuthenticator::getPassword PHP 메소드

getPassword() 공개 메소드

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