A B C D E F G H I O S 
All Classes All Packages

A

AutoBasicSecurityFilter - Class in io.quarkus.smallrye.openapi.runtime.filter
Add Basic Authentication security automatically based on the added security extensions
AutoBasicSecurityFilter() - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoBasicSecurityFilter
 
AutoBasicSecurityFilter(String, String, String) - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoBasicSecurityFilter
 
AutoJWTSecurityFilter - Class in io.quarkus.smallrye.openapi.runtime.filter
Add JWT Authentication security automatically based on the added security extensions
AutoJWTSecurityFilter() - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
AutoJWTSecurityFilter(String, String, String, String) - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
AutoSecurityFilter - Class in io.quarkus.smallrye.openapi.runtime.filter
Auto add security
AutoSecurityFilter() - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
AutoSecurityFilter(String, String) - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
autoSecurityFilterSupplier(OASFilter) - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiRecorder
 
AutoUrl - Class in io.quarkus.smallrye.openapi.runtime.filter
Create a URL from a config, or a default value
AutoUrl() - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
AutoUrl(String, String, String) - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 

B

BASE_NAME - Static variable in class io.quarkus.smallrye.openapi.runtime.OpenApiConstants
 

C

classLoader - Static variable in class io.quarkus.smallrye.openapi.runtime.OpenApiConstants
 
classLoaderHack() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiRecorder
ClassLoader hack to work around reactive streams API issue see https://github.com/eclipse/microprofile-open-api/pull/470
configuration - Variable in class io.quarkus.smallrye.openapi.runtime.OpenApiRecorder
 
corsEnabled - Variable in class io.quarkus.smallrye.openapi.runtime.OpenApiHandler
 

D

DynamicDocument(Config, OASFilter) - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.DynamicDocument
 

E

enable - Variable in class io.quarkus.smallrye.openapi.runtime.OpenApiRuntimeConfig
Enable the openapi endpoint.

F

filterOpenAPI(OpenAPI) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 

G

GENERATED_DOC_BASE - Static variable in class io.quarkus.smallrye.openapi.runtime.OpenApiConstants
 
getAuthorizationUrl() - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
getBasicSecuritySchemeValue() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoBasicSecurityFilter
 
getConfigKey() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
getDefaultValue() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
getDocument(Format) - Method in interface io.quarkus.smallrye.openapi.runtime.OpenApiDocumentHolder
 
getFinalUrlValue() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
getJsonDocument() - Method in interface io.quarkus.smallrye.openapi.runtime.OpenApiDocumentHolder
 
getJsonDocument() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.DynamicDocument
 
getJsonDocument() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService
 
getJsonDocument() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.StaticDocument
 
getJwtBearerFormat() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
getJwtSecuritySchemeValue() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
getPath() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
getRefreshUrl() - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
getSecurityScheme() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoBasicSecurityFilter
 
getSecurityScheme() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
getSecurityScheme() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
getSecurityScheme() - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
getSecuritySchemeDescription() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
getSecuritySchemeName() - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
getTokenUrl() - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
getUrl(String, String, String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
getYamlDocument() - Method in interface io.quarkus.smallrye.openapi.runtime.OpenApiDocumentHolder
 
getYamlDocument() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.DynamicDocument
 
getYamlDocument() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService
 
getYamlDocument() - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.StaticDocument
 

H

handle(RoutingContext) - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiHandler
 
handle(RoutingContext) - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiNotFoundHandler
 
handler(OpenApiRuntimeConfig) - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiRecorder
 

I

io.quarkus.smallrye.openapi.runtime - package io.quarkus.smallrye.openapi.runtime
 
io.quarkus.smallrye.openapi.runtime.filter - package io.quarkus.smallrye.openapi.runtime.filter
 

O

OpenApiConstants - Class in io.quarkus.smallrye.openapi.runtime
 
OpenApiDocumentHolder - Interface in io.quarkus.smallrye.openapi.runtime
Holds instances of the OpenAPI Document
OpenApiDocumentService - Class in io.quarkus.smallrye.openapi.runtime
Loads the document and make it available
OpenApiDocumentService(OASFilter, Config) - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService
 
OpenApiDocumentService.DynamicDocument - Class in io.quarkus.smallrye.openapi.runtime
Generate the document on every request.
OpenApiDocumentService.StaticDocument - Class in io.quarkus.smallrye.openapi.runtime
Generate the document once on creation.
OpenApiHandler - Class in io.quarkus.smallrye.openapi.runtime
Handler that serve the OpenAPI document in either json or yaml format
OpenApiHandler(boolean) - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiHandler
 
OpenApiNotFoundHandler - Class in io.quarkus.smallrye.openapi.runtime
Handling not found when disabled
OpenApiNotFoundHandler() - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiNotFoundHandler
 
OpenApiRecorder - Class in io.quarkus.smallrye.openapi.runtime
 
OpenApiRecorder(RuntimeValue<HttpConfiguration>) - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiRecorder
 
OpenApiRuntimeConfig - Class in io.quarkus.smallrye.openapi.runtime
 
OpenApiRuntimeConfig() - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiRuntimeConfig
 
OpenIDConnectSecurityFilter - Class in io.quarkus.smallrye.openapi.runtime.filter
Add OAuth 2 (Implicit) Authentication security automatically based on the added security extensions
OpenIDConnectSecurityFilter() - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
OpenIDConnectSecurityFilter(String, String, AutoUrl, AutoUrl, AutoUrl) - Constructor for class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 

S

setAuthorizationUrl(AutoUrl) - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
setBasicSecuritySchemeValue(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoBasicSecurityFilter
 
setConfigKey(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
setDefaultValue(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
setJwtBearerFormat(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
setJwtSecuritySchemeValue(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoJWTSecurityFilter
 
setPath(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoUrl
 
setRefreshUrl(AutoUrl) - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
setSecuritySchemeDescription(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
setSecuritySchemeName(String) - Method in class io.quarkus.smallrye.openapi.runtime.filter.AutoSecurityFilter
 
setTokenUrl(AutoUrl) - Method in class io.quarkus.smallrye.openapi.runtime.filter.OpenIDConnectSecurityFilter
 
setupClDevMode(ShutdownContext) - Method in class io.quarkus.smallrye.openapi.runtime.OpenApiRecorder
 
StaticDocument(Config, OASFilter) - Constructor for class io.quarkus.smallrye.openapi.runtime.OpenApiDocumentService.StaticDocument
 
A B C D E F G H I O S 
All Classes All Packages