Uses of Interface
de.xima.fc.api.rest.pub.client.generic.auth.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in de.xima.fc.api.rest.pub.client.generic
Fields in de.xima.fc.api.rest.pub.client.generic with type parameters of type AuthenticationMethods in de.xima.fc.api.rest.pub.client.generic that return AuthenticationModifier and TypeMethodDescriptionApiClientConfig.authentication(String authName) Get authentication for the given name.Methods in de.xima.fc.api.rest.pub.client.generic that return types with arguments of type AuthenticationModifier and TypeMethodDescriptionApiCall.authentications()ApiClientConfig.authentications()Get authentications (key: authentication name, value: authentication).Methods in de.xima.fc.api.rest.pub.client.generic with parameters of type AuthenticationModifier and TypeMethodDescriptionApiCall.authentication(Authentication authentication) Adds an authentication to the existing local authentications.Method parameters in de.xima.fc.api.rest.pub.client.generic with type arguments of type Authentication -
Uses of Authentication in de.xima.fc.api.rest.pub.client.generic.auth
Classes in de.xima.fc.api.rest.pub.client.generic.auth that implement AuthenticationModifier and TypeClassDescriptionfinal classAn authentication that uses a given API key for authentication.final classApplies HTTP basic authentication with a username and password to a request.final classAn authentication that uses a given bearer token for authentication.