Class DeleteIdpSettingsJson

  • All Implemented Interfaces:
    Serializable

    public class DeleteIdpSettingsJson
    extends BaseJson
    A list of IDP settings to remove from the organization.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeleteIdpSettingsJson

        public DeleteIdpSettingsJson()
    • Method Detail

      • getClientIds

        public Set<String> getClientIds()
        Ids of the associated clients
        Returns:
        Ids of the associated clients
      • setClientIds

        public void setClientIds​(Set<String> clientIds)
        Ids of the associated clients
        Parameters:
        clientIds - Ids of the associated clients
      • getIdentityProviderId

        public Integer getIdentityProviderId()
        Id of the identity provider
        Returns:
        Id of the identity provider
      • setIdentityProviderId

        public void setIdentityProviderId​(Integer identityProviderId)
        Id of the identity provider
        Parameters:
        identityProviderId - Id of the identity provider