- oauth2RedirectUrl - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth redirect URL.
- oauthAdditionalQueryStringParams - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth additional query parameters added to authorizationUrl and tokenUrl - Used in the initOAuth method.
- oauthAppName - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth application name, displayed in authorization popup - Used in the initOAuth method.
- oauthClientId - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth default clientId - Used in the initOAuth method.
- oauthClientSecret - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth default clientSecret - Used in the initOAuth method.
- oauthRealm - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth1 Realm query parameter added to authorizationUrl and tokenUrl - Used in the initOAuth method.
- oauthScopes - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth Scopes, separated using the oauthScopeSeparator - Used in the initOAuth method.
- oauthScopeSeparator - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth scope separator for passing scopes - Used in the initOAuth method.
- oauthUseBasicAuthenticationWithAccessCodeGrant - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth only activated for the accessCode flow.
- oauthUsePkceWithAuthorizationCodeGrant - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
OAuth only applies to authorizatonCode flows.
- onComplete - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Provides a mechanism to be notified when Swagger UI has finished rendering a newly provided definition.
- operationsSorter - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Apply a sort to the operation list of each API.
- parameterMacro - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Function to set default value to parameters.
- path - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
The path where Swagger UI is available.
- persistAuthorization - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
If set to true, it persists authorization data and it would not be lost on browser close/refresh
- plugins - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
A list of plugin functions to use in Swagger UI.
- preauthorizeApiKeyApiKeyValue - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Pre-authorize ApiKey Auth, programmatically set ApiKeyValue for an API key or Bearer authorization scheme - Used in the
preauthorizeApiKey method.
- preauthorizeApiKeyAuthDefinitionKey - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Pre-authorize ApiKey Auth, programmatically set DefinitionKey for an API key or Bearer authorization scheme - Used in the
preauthorizeApiKey method.
- preauthorizeBasicAuthDefinitionKey - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Pre-authorize Basic Auth, programmatically set DefinitionKey for a Basic authorization scheme - Used in the
preauthorizeBasic method.
- preauthorizeBasicPassword - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Pre-authorize Basic Auth, programmatically set Password for a Basic authorization scheme - Used in the preauthorizeBasic
method.
- preauthorizeBasicUsername - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
Pre-authorize Basic Auth, programmatically set Username for a Basic authorization scheme - Used in the preauthorizeBasic
method.
- presets - Variable in class io.quarkus.swaggerui.deployment.SwaggerUiConfig
-
A list of presets to use in Swagger UI.