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

setIdpConfig(SamlIdpConfig $idpConfig)

No description

getIdpConfig()

No description

setName($name)

No description

string
getName()

No description

setSpConfig(SamlSpConfig $spConfig)

No description

getSpConfig()

No description

Details

setCustomer($customer)

No description

Parameters

$customer

string getCustomer()

No description

Return Value

string

setDisplayName($displayName)

No description

Parameters

$displayName

string getDisplayName()

No description

Return Value

string

setIdpConfig(SamlIdpConfig $idpConfig)

No description

Parameters

SamlIdpConfig $idpConfig

SamlIdpConfig getIdpConfig()

No description

Return Value

SamlIdpConfig

setName($name)

No description

Parameters

$name

string getName()

No description

Return Value

string

setSpConfig(SamlSpConfig $spConfig)

No description

Parameters

SamlSpConfig $spConfig

SamlSpConfig getSpConfig()

No description

Return Value

SamlSpConfig