public abstract class APISecuritySchemeModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessTokenUri |
protected String |
authorizationUri |
protected List<APIParameterModel> |
customHeaders |
protected List<APIParameterModel> |
customQueryParams |
protected String |
name |
protected List<String> |
scopes |
protected Class<? extends ConnectorSecurityScheme> |
securitySchemeClass |
| Constructor and Description |
|---|
APISecuritySchemeModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessTokenUri() |
String |
getAuthorizationUri() |
List<APIParameterModel> |
getCustomHeaders() |
List<APIParameterModel> |
getCustomQueryParams() |
String |
getName() |
List<String> |
getScopes() |
Class<? extends ConnectorSecurityScheme> |
getSecuritySchemeClass() |
protected String name
protected Class<? extends ConnectorSecurityScheme> securitySchemeClass
protected List<APIParameterModel> customQueryParams
protected List<APIParameterModel> customHeaders
protected String authorizationUri
protected String accessTokenUri
public String getName()
public Class<? extends ConnectorSecurityScheme> getSecuritySchemeClass()
public List<APIParameterModel> getCustomQueryParams()
public List<APIParameterModel> getCustomHeaders()
public String getAuthorizationUri()
public String getAccessTokenUri()
Copyright © 2020. All rights reserved.