function getAuthenticator() {
		if (!isSet($this->authenticator)) $this->initAuthenticator();
		return $this->authenticator;
	}