java.lang.Object
digital.nedra.commons.starter.swagger.config.security.schema.CustomSecuritySchema
Direct Known Subclasses:
AuthorizationCodeSchema, ImplicitSchema

public abstract class CustomSecuritySchema extends Object
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    CustomSecuritySchema(digital.nedra.commons.starter.common.config.properties.SwaggerProperties.SecuritySchemaFlow flow)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract io.swagger.v3.oas.models.security.SecurityScheme
     
    digital.nedra.commons.starter.common.config.properties.SwaggerProperties.SecuritySchemaFlow
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()