Package io.quarkiverse.openapi.generator
Class SpecItemConfig
- java.lang.Object
-
- io.quarkiverse.openapi.generator.SpecItemConfig
-
public class SpecItemConfig extends Object
This class represents the runtime authentication related configurations for the individual OpenApi spec definitions, i.e. the provided files.
-
-
Field Summary
Fields Modifier and Type Field Description AuthsConfig
auth
Authentication related configurations for the different securitySchemes present on a given OpenApi spec definition file.
-
Constructor Summary
Constructors Constructor Description SpecItemConfig()
-
-
-
Field Detail
-
auth
@ConfigItem public AuthsConfig auth
Authentication related configurations for the different securitySchemes present on a given OpenApi spec definition file.For example, given a file named petstore.json, the following prefix must be used to configure the authentication related information quarkus.openapi-generator.petstore_json.auth
- See Also:
AuthsConfig
-
-
Method Detail
-
getAuth
public Optional<AuthsConfig> getAuth()
-
-