class IdentityServiceAuthMethod extends Model (View source)

Properties

protected $azureadConfigType
protected $azureadConfigDataType
protected $googleConfigType
protected $googleConfigDataType
protected $ldapConfigType
protected $ldapConfigDataType
string $name
protected $oidcConfigType
protected $oidcConfigDataType
string $proxy
protected $samlConfigType
protected $samlConfigDataType

Methods

setAzureadConfig(IdentityServiceAzureADConfig $azureadConfig)

No description

setGoogleConfig(IdentityServiceGoogleConfig $googleConfig)

No description

setLdapConfig(IdentityServiceLdapConfig $ldapConfig)

No description

setName($name)

No description

string
getName()

No description

setOidcConfig(IdentityServiceOidcConfig $oidcConfig)

No description

setProxy($proxy)

No description

string
getProxy()

No description

setSamlConfig(IdentityServiceSamlConfig $samlConfig)

No description

Details

setAzureadConfig(IdentityServiceAzureADConfig $azureadConfig)

No description

Parameters

IdentityServiceAzureADConfig $azureadConfig

IdentityServiceAzureADConfig getAzureadConfig()

No description

setGoogleConfig(IdentityServiceGoogleConfig $googleConfig)

No description

Parameters

IdentityServiceGoogleConfig $googleConfig

IdentityServiceGoogleConfig getGoogleConfig()

No description

setLdapConfig(IdentityServiceLdapConfig $ldapConfig)

No description

Parameters

IdentityServiceLdapConfig $ldapConfig

IdentityServiceLdapConfig getLdapConfig()

No description

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setOidcConfig(IdentityServiceOidcConfig $oidcConfig)

No description

Parameters

IdentityServiceOidcConfig $oidcConfig

IdentityServiceOidcConfig getOidcConfig()

No description

setProxy($proxy)

No description

Parameters

$proxy

string getProxy()

No description

Return Value

string

setSamlConfig(IdentityServiceSamlConfig $samlConfig)

No description

Parameters

IdentityServiceSamlConfig $samlConfig

IdentityServiceSamlConfig getSamlConfig()

No description