Uses of Interface
org.apache.camel.component.torchserve.client.inference.invoker.auth.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in org.apache.camel.component.torchserve.client.inference.invoker
Methods in org.apache.camel.component.torchserve.client.inference.invoker that return AuthenticationModifier and TypeMethodDescriptionApiClient.getAuthentication(String authName) Get authentication for the given name.Methods in org.apache.camel.component.torchserve.client.inference.invoker that return types with arguments of type AuthenticationModifier and TypeMethodDescriptionApiClient.getAuthentications()Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in org.apache.camel.component.torchserve.client.inference.invoker.auth
Classes in org.apache.camel.component.torchserve.client.inference.invoker.auth that implement Authentication