Uses of Interface
io.quarkiverse.openapi.generator.providers.AuthProvider
Packages that use AuthProvider
-
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.classMethods in io.quarkiverse.openapi.generator.providers that return AuthProviderModifier and TypeMethodDescriptionAbstractAuthProvider.addOperation(OperationAuthInfo operationAuthInfo) AuthProvider.addOperation(OperationAuthInfo operationAuthInfo) Methods in io.quarkiverse.openapi.generator.providers that return types with arguments of type AuthProviderModifier and TypeMethodDescriptionfinal List<AuthProvider>AbstractCompositeAuthenticationProvider.getAuthenticationProviders()Methods in io.quarkiverse.openapi.generator.providers with parameters of type AuthProviderModifier and TypeMethodDescriptionfinal voidAbstractCompositeAuthenticationProvider.addAuthenticationProvider(AuthProvider authProvider)