Uses of Interface
com.onlinepayments.authentication.Authenticator
Packages that use Authenticator
-
Uses of Authenticator in com.onlinepayments
Methods in com.onlinepayments with parameters of type AuthenticatorModifier and TypeMethodDescriptionstatic ClientInterfaceFactory.createClient(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aClientbased on the passed parameters.static CommunicatorFactory.createCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider) Creates aCommunicatorbased on the passed parameters.CommunicatorBuilder.withAuthenticator(Authenticator authenticator) Sets theAuthenticatorto use.Constructors in com.onlinepayments with parameters of type AuthenticatorModifierConstructorDescriptionDefaultCommunicator(URI apiEndpoint, Connection connection, Authenticator authenticator, MetadataProvider metadataProvider, Marshaller marshaller) -
Uses of Authenticator in com.onlinepayments.authentication
Classes in com.onlinepayments.authentication that implement Authenticator