@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-01-28T11:18:17.901-05:00") public class SecurityApi extends Object
| Constructor and Description |
|---|
SecurityApi() |
SecurityApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
SuccessResponse |
v1CompanycertCreatePost(String sessionToken,
CompanyCert cert)
Create a company trusted or untrusted certificate
|
SuccessResponse |
v1CompanycertDeletePost(String sessionToken,
StringId fingerPrint)
Delete a company certificate
|
CompanyCertDetail |
v1CompanycertFingerPrintGetGet(String fingerPrint,
String sessionToken)
Get the details of a company certificate
|
CompanyCertInfoList |
v1CompanycertFingerPrintIssuedByGet(String fingerPrint,
String sessionToken)
Return a list of all certificates which were verified to the cert whose fingerprint is passed.
|
SuccessResponse |
v1CompanycertFingerPrintUpdatePost(String fingerPrint,
String sessionToken,
CompanyCertAttributes certAttributes)
Update a company certificate
|
CompanyCertInfoList |
v1CompanycertListGet(String sessionToken,
Integer skip,
Integer limit)
List all trusted certs
|
CompanyCertInfoList |
v1CompanycertPodmanagedListGet(String sessionToken,
Integer skip,
Integer limit)
List all trusted certs
|
CompanyCertInfoList |
v1CompanycertTypeListPost(CompanyCertTypeList typeIdList,
String sessionToken,
Integer skip,
Integer limit)
List all certs of the given types
|
CompanyCertDetail |
v2CompanycertCreatePost(String sessionToken,
CompanyCert cert)
Create a company trusted or untrusted certificate.
|
public SecurityApi()
public SecurityApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public SuccessResponse v1CompanycertCreatePost(String sessionToken, CompanyCert cert) throws ApiException
sessionToken - Session authentication token. (required)cert - (required)ApiException - if fails to make API callpublic SuccessResponse v1CompanycertDeletePost(String sessionToken, StringId fingerPrint) throws ApiException
sessionToken - Session authentication token. (required)fingerPrint - (required)ApiException - if fails to make API callpublic CompanyCertDetail v1CompanycertFingerPrintGetGet(String fingerPrint, String sessionToken) throws ApiException
fingerPrint - Certificate fingerPrint (ID) (required)sessionToken - Session authentication token. (required)ApiException - if fails to make API callpublic CompanyCertInfoList v1CompanycertFingerPrintIssuedByGet(String fingerPrint, String sessionToken) throws ApiException
fingerPrint - Certificate fingerPrint (ID) (required)sessionToken - Session authentication token. (required)ApiException - if fails to make API callpublic SuccessResponse v1CompanycertFingerPrintUpdatePost(String fingerPrint, String sessionToken, CompanyCertAttributes certAttributes) throws ApiException
fingerPrint - Certificate fingerPrint (ID) (required)sessionToken - Session authentication token. (required)certAttributes - (required)ApiException - if fails to make API callpublic CompanyCertInfoList v1CompanycertListGet(String sessionToken, Integer skip, Integer limit) throws ApiException
sessionToken - Session authentication token. (required)skip - Pagination start (optional)limit - Row limit (optional)ApiException - if fails to make API callpublic CompanyCertInfoList v1CompanycertPodmanagedListGet(String sessionToken, Integer skip, Integer limit) throws ApiException
sessionToken - Session authentication token. (required)skip - Pagination start (optional)limit - Row limit (optional)ApiException - if fails to make API callpublic CompanyCertInfoList v1CompanycertTypeListPost(CompanyCertTypeList typeIdList, String sessionToken, Integer skip, Integer limit) throws ApiException
typeIdList - Certificate type list (required)sessionToken - Session authentication token. (required)skip - Pagination start (optional)limit - Row limit (optional)ApiException - if fails to make API callpublic CompanyCertDetail v2CompanycertCreatePost(String sessionToken, CompanyCert cert) throws ApiException
sessionToken - Session authentication token. (required)cert - (required)ApiException - if fails to make API callCopyright © 2018 Symphony Software Foundation. All rights reserved.