public final class

SamlProviderConfig

extends ProviderConfig
java.lang.Object
   ↳ com.google.firebase.auth.ProviderConfig
     ↳ com.google.firebase.auth.SamlProviderConfig

Class Overview

Contains metadata associated with a SAML Auth provider.

Instances of this class are immutable and thread safe.

Summary

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

Public Constructors

public SamlProviderConfig ()

Public Methods

public String getCallbackUrl ()

public String getIdpEntityId ()

public String getRpEntityId ()

public String getSsoUrl ()

public List<String> getX509Certificates ()

public SamlProviderConfig.UpdateRequest updateRequest ()

Returns a new SamlProviderConfig.UpdateRequest, which can be used to update the attributes of this provider config.

Returns