A B C F G H I Q T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCompositeAuthenticationProvider - Class in io.quarkiverse.openapi.generator.providers
-
Composition of supported
ClientRequestFilter
defined by a given OpenAPI interface. - AbstractCompositeAuthenticationProvider() - Constructor for class io.quarkiverse.openapi.generator.providers.AbstractCompositeAuthenticationProvider
- addAuthenticationProvider(ClientRequestFilter) - Method in class io.quarkiverse.openapi.generator.providers.AbstractCompositeAuthenticationProvider
- ApiKeyAuthenticationProvider - Class in io.quarkiverse.openapi.generator.providers
-
Provider for API Key authentication.
- ApiKeyAuthenticationProvider(String, ApiKeyIn, String, AuthProvidersConfig) - Constructor for class io.quarkiverse.openapi.generator.providers.ApiKeyAuthenticationProvider
- ApiKeyIn - Enum in io.quarkiverse.openapi.generator.providers
- auth() - Method in interface io.quarkiverse.openapi.generator.providers.AuthProvidersConfig
- AuthProvidersConfig - Interface in io.quarkiverse.openapi.generator.providers
-
Base interface for configuration of authentication providers.
- authTokenOrBearer(String, String) - Static method in class io.quarkiverse.openapi.generator.providers.AuthUtils
- AuthUtils - Class in io.quarkiverse.openapi.generator.providers
B
- basicAuthAccessToken(String, String) - Static method in class io.quarkiverse.openapi.generator.providers.AuthUtils
- BasicAuthenticationProvider - Class in io.quarkiverse.openapi.generator.providers
-
Provider for Basic Authentication.
- BasicAuthenticationProvider(String, AuthProvidersConfig) - Constructor for class io.quarkiverse.openapi.generator.providers.BasicAuthenticationProvider
- BearerAuthenticationProvider - Class in io.quarkiverse.openapi.generator.providers
-
Provides bearer token authentication or any other valid scheme.
- BearerAuthenticationProvider(String, String, AuthProvidersConfig) - Constructor for class io.quarkiverse.openapi.generator.providers.BearerAuthenticationProvider
C
F
- filter(ClientRequestContext) - Method in class io.quarkiverse.openapi.generator.providers.AbstractCompositeAuthenticationProvider
- filter(ClientRequestContext) - Method in class io.quarkiverse.openapi.generator.providers.ApiKeyAuthenticationProvider
- filter(ClientRequestContext) - Method in class io.quarkiverse.openapi.generator.providers.BasicAuthenticationProvider
- filter(ClientRequestContext) - Method in class io.quarkiverse.openapi.generator.providers.BearerAuthenticationProvider
G
- GeneratedClass - Annotation Type in io.quarkiverse.openapi.generator.annotations
- GeneratedMethod - Annotation Type in io.quarkiverse.openapi.generator.annotations
- GeneratedParam - Annotation Type in io.quarkiverse.openapi.generator.annotations
H
I
- io.quarkiverse.openapi.generator.annotations - package io.quarkiverse.openapi.generator.annotations
- io.quarkiverse.openapi.generator.providers - package io.quarkiverse.openapi.generator.providers
Q
T
- tag() - Method in annotation type io.quarkiverse.openapi.generator.annotations.GeneratedClass
V
- value() - Method in annotation type io.quarkiverse.openapi.generator.annotations.GeneratedClass
- value() - Method in annotation type io.quarkiverse.openapi.generator.annotations.GeneratedMethod
-
Operation id
- value() - Method in annotation type io.quarkiverse.openapi.generator.annotations.GeneratedParam
- valueOf(String) - Static method in enum io.quarkiverse.openapi.generator.providers.ApiKeyIn
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.quarkiverse.openapi.generator.providers.ApiKeyIn
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages