Uses of Interface
io.quarkiverse.openapi.generator.providers.AuthProvider
Packages that use AuthProvider
-
Uses of AuthProvider in io.quarkiverse.openapi.generator
Methods in io.quarkiverse.openapi.generator that return types with arguments of type AuthProviderModifier and TypeMethodDescriptionFunction<io.quarkus.arc.SyntheticCreationalContext<AuthProvider>,AuthProvider> AuthenticationRecorder.recordApiKeyAuthProvider(String name, String openApiSpecId, ApiKeyIn apiKeyIn, String apiKeyName, List<OperationAuthInfo> operations) Function<io.quarkus.arc.SyntheticCreationalContext<AuthProvider>,AuthProvider> AuthenticationRecorder.recordApiKeyAuthProvider(String name, String openApiSpecId, ApiKeyIn apiKeyIn, String apiKeyName, List<OperationAuthInfo> operations) Function<io.quarkus.arc.SyntheticCreationalContext<AuthProvider>,AuthProvider> AuthenticationRecorder.recordBasicAuthProvider(String name, String openApiSpecId, List<OperationAuthInfo> operations) Function<io.quarkus.arc.SyntheticCreationalContext<AuthProvider>,AuthProvider> AuthenticationRecorder.recordBasicAuthProvider(String name, String openApiSpecId, List<OperationAuthInfo> operations) Function<io.quarkus.arc.SyntheticCreationalContext<AuthProvider>,AuthProvider> AuthenticationRecorder.recordBearerAuthProvider(String name, String scheme, String openApiSpecId, List<OperationAuthInfo> operations) Function<io.quarkus.arc.SyntheticCreationalContext<AuthProvider>,AuthProvider> AuthenticationRecorder.recordBearerAuthProvider(String name, String scheme, String openApiSpecId, List<OperationAuthInfo> operations) -
Uses of AuthProvider in io.quarkiverse.openapi.generator.providers
Classes in io.quarkiverse.openapi.generator.providers that implement AuthProviderModifier and TypeClassDescriptionclassclassProvider for API Key authentication.classProvider for Basic Authentication.classProvides bearer token authentication or any other valid scheme.Methods in io.quarkiverse.openapi.generator.providers that return types with arguments of type AuthProviderModifier and TypeMethodDescriptionfinal List<AuthProvider>BaseCompositeAuthenticationProvider.getAuthenticationProviders()Constructor parameters in io.quarkiverse.openapi.generator.providers with type arguments of type AuthProviderModifierConstructorDescriptionBaseCompositeAuthenticationProvider(List<AuthProvider> authProviders)