SamlProviderConfig

public final class SamlProviderConfig extends ProviderConfig

Contains metadata associated with a SAML Auth provider.

Instances of this class are immutable and thread safe.

Nested Class Summary

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 Constructor Summary

Public Method Summary

String
String
String
String
List<String>
SamlProviderConfig.UpdateRequest
updateRequest()
Returns a new SamlProviderConfig.UpdateRequest, which can be used to update the attributes of this provider config.

Inherited Method Summary

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