public class IssueSecuritySchemesApi extends Object
| Constructor and Description |
|---|
IssueSecuritySchemesApi(org.everit.http.restclient.RestClient restClient) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<SecurityScheme> |
getIssueSecurityScheme(Long id,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue security scheme
Returns an issue security scheme along with its security levels.
|
io.reactivex.Single<SecuritySchemes> |
getIssueSecuritySchemes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get issue security schemes
Returns all [issue security schemes](https://confluence.atlassian.com/x/J4lKLg).
|
public IssueSecuritySchemesApi(org.everit.http.restclient.RestClient restClient)
public io.reactivex.Single<SecurityScheme> getIssueSecurityScheme(Long id, Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
id - The ID of the issue security scheme. Use the [Get issue security schemes](#api-rest-api-2-issuesecurityschemes-get) operation to get a list of issue security scheme IDs. (required)restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
public io.reactivex.Single<SecuritySchemes> getIssueSecuritySchemes(Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
restRequestEnhancer - Adds the possibility to modify the rest request before sending out. This can be useful to add authorizations tokens for example.
Copyright © 2011–2021 Everit Kft.. All rights reserved.