Uses of Class
esendex.sdk.java.service.auth.UserPassword
Packages that use UserPassword
-
Uses of UserPassword in esendex.sdk.java
Methods in esendex.sdk.java with parameters of type UserPasswordModifier and TypeMethodDescriptionstatic BasicServiceFactory
ServiceFactory.createBasicAuthenticatingFactory
(UserPassword userPassword) Create a ServiceFactory whose services will connect using Basic authentication.static SessionServiceFactory
ServiceFactory.createSessionAuthenticatingFactory
(UserPassword userPassword) Create a ServiceFactory whose services will connect using Session authentication. -
Uses of UserPassword in esendex.sdk.java.service.auth
Methods in esendex.sdk.java.service.auth that return UserPasswordConstructors in esendex.sdk.java.service.auth with parameters of type UserPasswordModifierConstructorDescriptionAbstractAuthenticator
(UserPassword userPassword) BasicAuthenticator
(UserPassword userPassword) Create an authenticator for basic authentication with the supplied credentials.SessionAuthenticator
(UserPassword userPassword) Create an authenticator for session authentication. -
Uses of UserPassword in esendex.sdk.java.service.impl
Constructors in esendex.sdk.java.service.impl with parameters of type UserPasswordModifierConstructorDescriptionBasicServiceFactoryImpl
(UserPassword userPassword) Instantiates a new basic service factory impl.SessionServiceFactoryImpl
(UserPassword userPassword) Instantiates a new session service factory impl.