Uses of Interface
com.fifa.connectservicebus.sdk.authentication.AuthenticationService
-
Packages that use AuthenticationService Package Description com.fifa.connectservicebus.sdk com.fifa.connectservicebus.sdk.authentication -
-
Uses of AuthenticationService in com.fifa.connectservicebus.sdk
Methods in com.fifa.connectservicebus.sdk with parameters of type AuthenticationService Modifier and Type Method Description protected retrofit2.RetrofitBaseFifaConnectServiceBusClient. ConfigureRetrofit(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, ProxySettings proxySettings)Constructors in com.fifa.connectservicebus.sdk with parameters of type AuthenticationService Constructor Description FifaConnectServiceBusCertificateClientImpl(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, Logger logger)FifaConnectServiceBusCertificateClientImpl(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, Logger logger, ProxySettings proxySettings)FifaConnectServiceBusClientImpl(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, MessageCryptographyService cryptographyService, Logger logger)FifaConnectServiceBusClientImpl(ConnectServiceBusEnvironment environment, AuthenticationService authenticationService, MessageCryptographyService cryptographyService, Logger logger, ProxySettings proxySettings) -
Uses of AuthenticationService in com.fifa.connectservicebus.sdk.authentication
Classes in com.fifa.connectservicebus.sdk.authentication that implement AuthenticationService Modifier and Type Class Description classAuthenticationServiceImplConstructors in com.fifa.connectservicebus.sdk.authentication with parameters of type AuthenticationService Constructor Description AuthenticationInterceptor(AuthenticationService authenticationService)
-