A B C F G H I Q T V 
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

cookie - io.quarkiverse.openapi.generator.providers.ApiKeyIn
 

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

header - io.quarkiverse.openapi.generator.providers.ApiKeyIn
 

I

io.quarkiverse.openapi.generator.annotations - package io.quarkiverse.openapi.generator.annotations
 
io.quarkiverse.openapi.generator.providers - package io.quarkiverse.openapi.generator.providers
 

Q

query - io.quarkiverse.openapi.generator.providers.ApiKeyIn
 

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.
A B C F G H I Q T V 
All Classes All Packages