azureadConfig = $azureadConfig; } /** * @return IdentityServiceAzureADConfig */ public function getAzureadConfig() { return $this->azureadConfig; } /** * @param IdentityServiceGoogleConfig */ public function setGoogleConfig(IdentityServiceGoogleConfig $googleConfig) { $this->googleConfig = $googleConfig; } /** * @return IdentityServiceGoogleConfig */ public function getGoogleConfig() { return $this->googleConfig; } /** * @param IdentityServiceLdapConfig */ public function setLdapConfig(IdentityServiceLdapConfig $ldapConfig) { $this->ldapConfig = $ldapConfig; } /** * @return IdentityServiceLdapConfig */ public function getLdapConfig() { return $this->ldapConfig; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param IdentityServiceOidcConfig */ public function setOidcConfig(IdentityServiceOidcConfig $oidcConfig) { $this->oidcConfig = $oidcConfig; } /** * @return IdentityServiceOidcConfig */ public function getOidcConfig() { return $this->oidcConfig; } /** * @param string */ public function setProxy($proxy) { $this->proxy = $proxy; } /** * @return string */ public function getProxy() { return $this->proxy; } /** * @param IdentityServiceSamlConfig */ public function setSamlConfig(IdentityServiceSamlConfig $samlConfig) { $this->samlConfig = $samlConfig; } /** * @return IdentityServiceSamlConfig */ public function getSamlConfig() { return $this->samlConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IdentityServiceAuthMethod::class, 'Google_Service_GKEHub_IdentityServiceAuthMethod');