Uses of Class
com.docusign.esign.model.SocialAuthentication
-
Packages that use SocialAuthentication Package Description com.docusign.esign.model -
-
Uses of SocialAuthentication in com.docusign.esign.model
Methods in com.docusign.esign.model that return SocialAuthentication Modifier and Type Method Description SocialAuthentication
SocialAuthentication. authentication(String authentication)
authentication.Methods in com.docusign.esign.model that return types with arguments of type SocialAuthentication Modifier and Type Method Description List<SocialAuthentication>
Agent. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
BulkSendingCopyRecipient. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
CarbonCopy. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
CertifiedDelivery. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
Editor. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
InPersonSigner. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
Intermediary. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
NotaryHost. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
NotaryRecipient. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
Participant. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
SealSign. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
Signer. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..List<SocialAuthentication>
Witness. getSocialAuthentications()
Lists the social ID type that can be used for recipient authentication..Methods in com.docusign.esign.model with parameters of type SocialAuthentication Modifier and Type Method Description Agent
Agent. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.BulkSendingCopyRecipient
BulkSendingCopyRecipient. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.CarbonCopy
CarbonCopy. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.CertifiedDelivery
CertifiedDelivery. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.Editor
Editor. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.InPersonSigner
InPersonSigner. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.Intermediary
Intermediary. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.NotaryHost
NotaryHost. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.NotaryRecipient
NotaryRecipient. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.Participant
Participant. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.SealSign
SealSign. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.Signer
Signer. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.Witness
Witness. addSocialAuthenticationsItem(SocialAuthentication socialAuthenticationsItem)
addSocialAuthenticationsItem.Method parameters in com.docusign.esign.model with type arguments of type SocialAuthentication Modifier and Type Method Description void
Agent. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
BulkSendingCopyRecipient. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
CarbonCopy. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
CertifiedDelivery. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
Editor. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
InPersonSigner. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
Intermediary. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
NotaryHost. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
NotaryRecipient. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
Participant. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
SealSign. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
Signer. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.void
Witness. setSocialAuthentications(List<SocialAuthentication> socialAuthentications)
setSocialAuthentications.Agent
Agent. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.BulkSendingCopyRecipient
BulkSendingCopyRecipient. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.CarbonCopy
CarbonCopy. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.CertifiedDelivery
CertifiedDelivery. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.Editor
Editor. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.InPersonSigner
InPersonSigner. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.Intermediary
Intermediary. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.NotaryHost
NotaryHost. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.NotaryRecipient
NotaryRecipient. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.Participant
Participant. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.SealSign
SealSign. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.Signer
Signer. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.Witness
Witness. socialAuthentications(List<SocialAuthentication> socialAuthentications)
socialAuthentications.
-