public class CodegenSecurity extends CodegenObject
| Modifier and Type | Field and Description |
|---|---|
String |
authorizationUrl |
String |
flow |
String |
keyParamName |
String |
name |
io.swagger.v3.oas.models.security.Scopes |
scopes |
String |
tokenUrl |
String |
type |
vendorExtensionsPREFIX_HAS, PREFIX_IS| Constructor and Description |
|---|
CodegenSecurity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAuthorizationUrl() |
String |
getFlow() |
Boolean |
getHasScopes() |
Boolean |
getIsApiKey() |
Boolean |
getIsApplication() |
Boolean |
getIsBasic() |
Boolean |
getIsBearer() |
Boolean |
getIsCode() |
Boolean |
getIsImplicit() |
Boolean |
getIsKeyInHeader() |
Boolean |
getIsKeyInQuery() |
Boolean |
getIsOAuth() |
Boolean |
getIsPassword() |
String |
getKeyParamName() |
String |
getName() |
io.swagger.v3.oas.models.security.Scopes |
getScopes() |
String |
getTokenUrl() |
String |
getType() |
int |
hashCode() |
String |
toString() |
getBooleanValue, getHasHeaders, getHasMore, getIsAlias, getIsArrayModel, getIsBinary, getIsBoolean, getIsByteArray, getIsCollectionFormatMulti, getIsContainer, getIsDate, getIsDateTime, getIsDefault, getIsDouble, getIsEnum, getIsFile, getIsFloat, getIsInteger, getIsListContainer, getIsLong, getIsMapContainer, getIsMultipart, getIsNotContainer, getIsNumber, getIsNumeric, getIsPrimitiveType, getIsReadOnly, getIsResponseBinary, getIsResponseFile, getIsString, getIsUuid, getVendorExtensions, setVendorExtensionspublic String name
public String type
public String keyParamName
public String flow
public String authorizationUrl
public String tokenUrl
public io.swagger.v3.oas.models.security.Scopes scopes
public String getName()
public String getType()
public String getKeyParamName()
public String getFlow()
public String getAuthorizationUrl()
public String getTokenUrl()
public io.swagger.v3.oas.models.security.Scopes getScopes()
public Boolean getHasScopes()
public Boolean getIsBasic()
public Boolean getIsBearer()
public Boolean getIsOAuth()
public Boolean getIsApiKey()
public Boolean getIsKeyInQuery()
public Boolean getIsKeyInHeader()
public Boolean getIsCode()
public Boolean getIsPassword()
public Boolean getIsApplication()
public Boolean getIsImplicit()
Copyright © 2019. All rights reserved.