Package | Description |
---|---|
io.swagger.models | |
io.swagger.models.auth | |
io.swagger.util |
Modifier and Type | Field and Description |
---|---|
protected Map<String,SecuritySchemeDefinition> |
Swagger.securityDefinitions |
Modifier and Type | Method and Description |
---|---|
Map<String,SecuritySchemeDefinition> |
Swagger.getSecurityDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
Swagger.addSecurityDefinition(String name,
SecuritySchemeDefinition securityDefinition) |
Swagger |
Swagger.securityDefinition(String name,
SecuritySchemeDefinition securityDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
Swagger.setSecurityDefinitions(Map<String,SecuritySchemeDefinition> securityDefinitions) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSecuritySchemeDefinition |
class |
ApiKeyAuthDefinition |
class |
BasicAuthDefinition |
class |
OAuth2Definition |
Modifier and Type | Method and Description |
---|---|
SecuritySchemeDefinition |
SecurityDefinitionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2018. All rights reserved.