InboundSamlSsoProfile
class InboundSamlSsoProfile extends Model (View source)
Properties
string | $customer | ||
string | $displayName | ||
protected | $idpConfigType | ||
protected | $idpConfigDataType | ||
string | $name | ||
protected | $spConfigType | ||
protected | $spConfigDataType |
Methods
setCustomer($customer)
No description
string
getCustomer()
No description
setDisplayName($displayName)
No description
string
getDisplayName()
No description
getIdpConfig()
No description
setName($name)
No description
string
getName()
No description
getSpConfig()
No description
Details
setCustomer($customer)
No description
string
getCustomer()
No description
setDisplayName($displayName)
No description
string
getDisplayName()
No description
setIdpConfig(SamlIdpConfig $idpConfig)
No description
SamlIdpConfig
getIdpConfig()
No description
setName($name)
No description
string
getName()
No description
setSpConfig(SamlSpConfig $spConfig)
No description
SamlSpConfig
getSpConfig()
No description