Uses of Interface
io.swagger.models.auth.SecuritySchemeDefinition
-
Packages that use SecuritySchemeDefinition Package Description io.swagger.models io.swagger.models.auth -
-
Uses of SecuritySchemeDefinition in io.swagger.models
Fields in io.swagger.models with type parameters of type SecuritySchemeDefinition Modifier and Type Field Description protected Map<String,SecuritySchemeDefinition>Swagger. securityDefinitionsMethods in io.swagger.models that return types with arguments of type SecuritySchemeDefinition Modifier and Type Method Description Map<String,SecuritySchemeDefinition>Swagger. getSecurityDefinitions()Methods in io.swagger.models with parameters of type SecuritySchemeDefinition Modifier and Type Method Description voidSwagger. addSecurityDefinition(String name, SecuritySchemeDefinition securityDefinition)SwaggerSwagger. securityDefinition(String name, SecuritySchemeDefinition securityDefinition)Method parameters in io.swagger.models with type arguments of type SecuritySchemeDefinition Modifier and Type Method Description voidSwagger. setSecurityDefinitions(Map<String,SecuritySchemeDefinition> securityDefinitions) -
Uses of SecuritySchemeDefinition in io.swagger.models.auth
Classes in io.swagger.models.auth that implement SecuritySchemeDefinition Modifier and Type Class Description classAbstractSecuritySchemeDefinitionclassApiKeyAuthDefinitionclassBasicAuthDefinitionclassOAuth2Definition
-