| java.lang.Object | ||
| ↳ | com.google.firebase.auth.ProviderConfig | |
| ↳ | com.google.firebase.auth.SamlProviderConfig | |
Contains metadata associated with a SAML Auth provider.
Instances of this class are immutable and thread safe.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | SamlProviderConfig.CreateRequest | A specification class for creating a new SAML Auth provider. | |||||||||
| class | SamlProviderConfig.UpdateRequest | A specification class for updating an existing SAML Auth provider. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SamlProviderConfig() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | getCallbackUrl() | ||||||||||
| String | getIdpEntityId() | ||||||||||
| String | getRpEntityId() | ||||||||||
| String | getSsoUrl() | ||||||||||
| List<String> | getX509Certificates() | ||||||||||
| SamlProviderConfig.UpdateRequest |
updateRequest()
Returns a new
SamlProviderConfig.UpdateRequest, which can be used to update the attributes of this
provider config. | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.firebase.auth.ProviderConfig
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns a new SamlProviderConfig.UpdateRequest, which can be used to update the attributes of this
provider config.
SamlProviderConfig.UpdateRequest instance.