/** Initialize the authenticator. Override this method to * initialize it to an authenticator that actually does authentication */ function initAuthenticator() { Gen::includeClass('PntNoAuthenticator', 'pnt/secu'); $this->authenticator = new PntNoAuthenticator($this->baseUrl, $this->tokenSalt); } |