Uses of Interface
esendex.sdk.java.service.auth.Authenticator
Packages that use Authenticator
Package
Description
-
Uses of Authenticator in esendex.sdk.java
Fields in esendex.sdk.java declared as AuthenticatorConstructors in esendex.sdk.java with parameters of type AuthenticatorModifierConstructorDescriptionprotected
ServiceFactory
(Authenticator authenticator) Instantiates a new service factory. -
Uses of Authenticator in esendex.sdk.java.http
Methods in esendex.sdk.java.http with parameters of type AuthenticatorModifier and TypeMethodDescriptionHttpConnector.connect
(URL url, HttpRequestMethod method, String data, Authenticator authenticator) Connects to a URL and obtains a response.HttpConnectorImpl.connect
(URL url, HttpRequestMethod method, String data, Authenticator authenticator) Connect. -
Uses of Authenticator in esendex.sdk.java.service.auth
Classes in esendex.sdk.java.service.auth that implement AuthenticatorModifier and TypeClassDescriptionclass
An AbstractAuthenticator is a base class for Authenticators.class
A (RFC2617) Basic authenticator that writes out the Http header to authenticate a request with the UserPassword credentials provided.class
A (RFC2617) Basic authenticator that writes out the Http header to authenticate a request. -
Uses of Authenticator in esendex.sdk.java.service.impl
Fields in esendex.sdk.java.service.impl declared as AuthenticatorConstructors in esendex.sdk.java.service.impl with parameters of type AuthenticatorModifierConstructorDescriptionAbstractService
(Authenticator authenticator) Instantiates a new abstract service.ContactServiceImpl
(Authenticator authenticator) Instantiates a new contact service.InboxServiceImpl
(Authenticator authenticator) Instantiates a new inbox serviceMessagingServiceImpl
(Authenticator authenticator) Instantiates a new messaging service.OptOutServiceImpl
(Authenticator authenticator) Instantiates a new opt outs service.SentServiceImpl
(Authenticator authenticator) Instantiates a new sent serviceSurveyReportServiceImpl
(Authenticator authenticator) SurveySendServiceImpl
(Authenticator authenticator) -
Uses of Authenticator in esendex.sdk.java.service.resource.access
Constructors in esendex.sdk.java.service.resource.access with parameters of type AuthenticatorModifierConstructorDescriptionAccessCheckResource
(Authenticator auth, String account) Instantiates a new access check resource. -
Uses of Authenticator in esendex.sdk.java.service.resource.base
Constructors in esendex.sdk.java.service.resource.base with parameters of type AuthenticatorModifierConstructorDescriptionBaseSurveysResource
(Authenticator auth, String id, HttpQuery query, String version) Resource
(Authenticator auth, String id, HttpQuery query, String version, String domain, boolean secure) Resource
(Authenticator auth, String account, String id, HttpQuery query) Create a Resource service with optional account, id and/or query.XmlRequesterResource
(Authenticator auth, String account, String id, HttpQuery query) Instantiates a new xml requester resource.XmlRequesterResource
(Authenticator auth, String account, String id, HttpQuery query, String version) XmlRequesterResponderResource
(Authenticator auth, String account, String id, HttpQuery query) XmlRequesterResponderResource
(Authenticator auth, String account, String id, HttpQuery query, String version) Instantiates a new xml requester responder resource.XmlResponderResource
(Authenticator auth, String id, HttpQuery query, String version, String domain, boolean secure) XmlResponderResource
(Authenticator auth, String account, String id, HttpQuery query) Instantiates a new xml responder resource.XmlResponderResource
(Authenticator auth, String account, String id, HttpQuery query, String version) -
Uses of Authenticator in esendex.sdk.java.service.resource.contact
Constructors in esendex.sdk.java.service.resource.contact with parameters of type AuthenticatorModifierConstructorDescriptionInstantiates a new creates the contact resource.DeleteContactResource
(Authenticator auth, String id) Instantiates a new delete contact resource.RetrieveContactResource
(Authenticator auth, String id) Instantiates a new retrieve contact resource.RetrieveContactsResource
(Authenticator auth, HttpQuery query) Instantiates a new retrieve contacts resource.UpdateContactResource
(Authenticator auth, String id) Instantiates a new update contact resource. -
Uses of Authenticator in esendex.sdk.java.service.resource.message
Constructors in esendex.sdk.java.service.resource.message with parameters of type AuthenticatorModifierConstructorDescriptionDeleteInboxMessageResource
(Authenticator auth, String id) Instantiates a new delete inbox message resource.Instantiates a new message dispatcher resource.RetrieveInboxMessagesForOneAccountResource
(Authenticator auth, String account) Instantiates a new retrieve inbox messages for one account resource.RetrieveInboxMessagesForOneAccountResource
(Authenticator auth, String account, HttpQuery query) Instantiates a new retrieve inbox messages for one account resource.Instantiates a new retrieve inbox messages resource.RetrieveInboxMessagesResource
(Authenticator auth, HttpQuery query) Instantiates a new retrieve inbox messages resource.Instantiates a new retrieve individual message resource.RetrieveSentMessagesResource
(Authenticator auth, HttpQuery query) Instantiates a new retrieve sent messages resource.UpdateMessageStatusResource
(Authenticator auth, String id, HttpQuery query) Instantiates a new update message status resource. -
Uses of Authenticator in esendex.sdk.java.service.resource.optout
Constructors in esendex.sdk.java.service.resource.optout with parameters of type AuthenticatorModifierConstructorDescriptionRetrieveOptOutResource
(Authenticator auth, String id) Instantiates a new retrieve contact resource.RetrieveOptOutsResource
(Authenticator auth, HttpQuery query) Instantiates a new retrieve contact resource. -
Uses of Authenticator in esendex.sdk.java.service.resource.surveys
Constructors in esendex.sdk.java.service.resource.surveys with parameters of type AuthenticatorModifierConstructorDescriptionSurveyReportResource
(Authenticator auth, String id, HttpQuery query) SurveySendResource
(Authenticator auth, String id) Instantiates a new creates the contact resource.