Uses of Class
io.quarkus.smallrye.openapi.common.deployment.SmallRyeOpenApiConfig.SecurityScheme
-
-
Uses of SmallRyeOpenApiConfig.SecurityScheme in io.quarkus.smallrye.openapi.common.deployment
Fields in io.quarkus.smallrye.openapi.common.deployment with type parameters of type SmallRyeOpenApiConfig.SecurityScheme Modifier and Type Field Description Optional<SmallRyeOpenApiConfig.SecurityScheme>SmallRyeOpenApiConfig. securitySchemeAdd a certain SecurityScheme with configMethods in io.quarkus.smallrye.openapi.common.deployment that return SmallRyeOpenApiConfig.SecurityScheme Modifier and Type Method Description static SmallRyeOpenApiConfig.SecuritySchemeSmallRyeOpenApiConfig.SecurityScheme. valueOf(String name)Returns the enum constant of this type with the specified name.static SmallRyeOpenApiConfig.SecurityScheme[]SmallRyeOpenApiConfig.SecurityScheme. values()Returns an array containing the constants of this enum type, in the order they are declared.
-