Class CodegenSecurity

java.lang.Object
io.swagger.codegen.v3.CodegenObject
io.swagger.codegen.v3.CodegenSecurity
All Implemented Interfaces:
VendorExtendable

public class CodegenSecurity extends CodegenObject
  • Field Details

    • name

      public String name
    • type

      public String type
    • keyParamName

      public String keyParamName
    • flow

      public String flow
    • authorizationUrl

      public String authorizationUrl
    • tokenUrl

      public String tokenUrl
    • scopes

      public io.swagger.v3.oas.models.security.Scopes scopes
  • Constructor Details

    • CodegenSecurity

      public CodegenSecurity()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getName

      public String getName()
    • getType

      public String getType()
    • getKeyParamName

      public String getKeyParamName()
    • getFlow

      public String getFlow()
    • getAuthorizationUrl

      public String getAuthorizationUrl()
    • getTokenUrl

      public String getTokenUrl()
    • getScopes

      public io.swagger.v3.oas.models.security.Scopes getScopes()
    • getHasScopes

      public Boolean getHasScopes()
    • getIsBasic

      public Boolean getIsBasic()
    • getIsBearer

      public Boolean getIsBearer()
    • getIsOAuth

      public Boolean getIsOAuth()
    • getIsApiKey

      public Boolean getIsApiKey()
    • getIsKeyInQuery

      public Boolean getIsKeyInQuery()
    • getIsKeyInHeader

      public Boolean getIsKeyInHeader()
    • getIsCode

      public Boolean getIsCode()
    • getIsPassword

      public Boolean getIsPassword()
    • getIsApplication

      public Boolean getIsApplication()
    • getIsImplicit

      public Boolean getIsImplicit()