Uses of Interface
app.sdkgen.client.AuthenticatorInterface
-
Packages that use AuthenticatorInterface Package Description app.sdkgen.client app.sdkgen.client.Authenticator -
-
Uses of AuthenticatorInterface in app.sdkgen.client
Fields in app.sdkgen.client declared as AuthenticatorInterface Modifier and Type Field Description protected AuthenticatorInterfaceClientAbstract. authenticatorMethods in app.sdkgen.client that return AuthenticatorInterface Modifier and Type Method Description static AuthenticatorInterfaceAuthenticatorFactory. factory(CredentialsInterface credentials)AuthenticatorInterfaceClientAbstract. getAuthenticator()Constructors in app.sdkgen.client with parameters of type AuthenticatorInterface Constructor Description HttpClientFactory(AuthenticatorInterface authenticator)HttpClientFactory(AuthenticatorInterface authenticator, java.lang.String version) -
Uses of AuthenticatorInterface in app.sdkgen.client.Authenticator
Classes in app.sdkgen.client.Authenticator that implement AuthenticatorInterface Modifier and Type Class Description classAnonymousAuthenticatorclassApiKeyAuthenticatorclassHttpBasicAuthenticatorclassHttpBearerAuthenticatorclassOAuth2Authenticator
-