Uses of Interface
de.xima.fc.api.rest.pub.client.form.auth.Authentication
Packages that use Authentication
-
Uses of Authentication in de.xima.fc.api.rest.pub.client.form
Fields in de.xima.fc.api.rest.pub.client.form with type parameters of type AuthenticationMethods in de.xima.fc.api.rest.pub.client.form that return AuthenticationModifier and TypeMethodDescriptionApiClientConfig.authentication(String authName) Get authentication for the given name.Methods in de.xima.fc.api.rest.pub.client.form 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.form 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.form with type arguments of type Authentication -
Uses of Authentication in de.xima.fc.api.rest.pub.client.form.auth
Classes in de.xima.fc.api.rest.pub.client.form.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.