Class CustomSecuritySchema
java.lang.Object
digital.nedra.commons.starter.swagger.config.security.schema.CustomSecuritySchema
- Direct Known Subclasses:
AuthorizationCodeSchema,ImplicitSchema
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomSecuritySchema(digital.nedra.commons.starter.common.config.properties.SwaggerProperties.SecuritySchemaFlow flow) -
Method Summary
-
Constructor Details
-
CustomSecuritySchema
protected CustomSecuritySchema(digital.nedra.commons.starter.common.config.properties.SwaggerProperties.SecuritySchemaFlow flow)
-
-
Method Details
-
getFlow
public digital.nedra.commons.starter.common.config.properties.SwaggerProperties.SecuritySchemaFlow getFlow() -
build
public abstract io.swagger.v3.oas.models.security.SecurityScheme build()
-