public class mps_ssl_certkey extends base_resource
SESSION_NOT_EXISTS| Constructor and Description |
|---|
mps_ssl_certkey() |
| Modifier and Type | Method and Description |
|---|---|
static mps_ssl_certkey |
add(nitro_service client,
mps_ssl_certkey resource)
Use this operation to install certificate on Management Service.
|
static mps_ssl_certkey[] |
add(nitro_service client,
mps_ssl_certkey[] resources)
Use this operation to install certificate on Management Service in bulk.
|
static long |
count_filtered(nitro_service service,
filtervalue[] filter)
Use this API to count the filtered set of mps_ssl_certkey resources.
|
static long |
count_filtered(nitro_service service,
String filter)
Use this API to count the filtered set of mps_ssl_certkey resources.
|
static long |
count(nitro_service service)
Use this API to count the mps_ssl_certkey resources configured on NetScaler SDX.
|
String |
get_cert_format()
Certificate Format
|
Integer |
get_days_to_expiry()
Days before SSL certificate expires
|
static mps_ssl_certkey[] |
get_filtered(nitro_service service,
filtervalue[] filter)
Use this API to fetch filtered set of mps_ssl_certkey resources.
|
static mps_ssl_certkey[] |
get_filtered(nitro_service service,
String filter)
Use this API to fetch filtered set of mps_ssl_certkey resources.
|
String |
get_issuer()
Issuer
|
protected base_resource[] |
get_nitro_bulk_response(nitro_service service,
String response)
Converts API response of bulk operation into object and returns the object array in case of get request.
|
protected base_resource[] |
get_nitro_response(nitro_service service,
String response)
Converts API response into object and returns the object array in case of get request.
|
protected String |
get_object_id()
Returns the value of object identifier argument.
|
protected String |
get_object_type()
Gets the resource type.
|
String |
get_password()
The pass-phrase that was used to encrypt the private-key.
|
String |
get_public_key_algorithm()
Public Key Algorithm
|
Integer |
get_public_key_size()
Public Key Size
|
Boolean |
get_reboot()
Reboot the Management Service immediately after installing certificate.
|
Integer |
get_serial_number()
Serial Number
|
String |
get_signature_algorithm()
Signature Algorithm
|
String |
get_ssl_certificate()
Certificate
|
String |
get_ssl_key()
Key
|
String |
get_status()
Tells whether the certificate is still valid or not
|
String |
get_subject()
Subject
|
String |
get_valid_from()
Valid From
|
String |
get_valid_to()
Valid To
|
String |
get_version()
Version
|
static mps_ssl_certkey[] |
get(nitro_service client)
Use this operation to get certificate on Management Service.
|
void |
set_cert_format(String cert_format)
Certificate Format
|
void |
set_password(String password)
The pass-phrase that was used to encrypt the private-key.
|
void |
set_reboot(Boolean reboot)
Reboot the Management Service immediately after installing certificate.
|
void |
set_ssl_certificate(String ssl_certificate)
Certificate
|
void |
set_ssl_key(String ssl_key)
Key
|
protected void |
validate(String operationType)
Performs generic data validation for the operation to be performed
|
add_resource, add_resource, delete_bulk_request, delete_resource, get_resource, get_resource, get_resources, get_resources, getfiltered, perform_operation_bulk_request, perform_operation, perform_operation, perform_operation, resource_to_string, resource_to_string, update_bulk_request, update_resource, update_resourceprotected String get_object_type()
base_resourceget_object_type in class base_resourceprotected String get_object_id()
get_object_id in class base_resourcepublic String get_valid_to()
Valid To
public Integer get_serial_number()
Serial Number
public void set_reboot(Boolean reboot)
Reboot the Management Service immediately after installing certificate.
public Boolean get_reboot()
Reboot the Management Service immediately after installing certificate.
public String get_signature_algorithm()
Signature Algorithm
public String get_subject()
Subject
public String get_valid_from()
Valid From
public String get_version()
Version
public String get_status()
Tells whether the certificate is still valid or not
public String get_public_key_algorithm()
Public Key Algorithm
public String get_issuer()
Issuer
public Integer get_days_to_expiry()
Days before SSL certificate expires
public void set_ssl_certificate(String ssl_certificate)
Certificate
public String get_ssl_certificate()
Certificate
public Integer get_public_key_size()
Public Key Size
public void set_password(String password)
The pass-phrase that was used to encrypt the private-key.
public String get_password()
The pass-phrase that was used to encrypt the private-key.
public void set_ssl_key(String ssl_key)
Key
public String get_ssl_key()
Key
public void set_cert_format(String cert_format)
Certificate Format
public String get_cert_format()
Certificate Format
public static mps_ssl_certkey add(nitro_service client, mps_ssl_certkey resource) throws Exception
Use this operation to install certificate on Management Service.
Exceptionpublic static mps_ssl_certkey[] add(nitro_service client, mps_ssl_certkey[] resources) throws Exception
Use this operation to install certificate on Management Service in bulk.
Exceptionpublic static mps_ssl_certkey[] get(nitro_service client) throws Exception
Use this operation to get certificate on Management Service.
Exceptionpublic static mps_ssl_certkey[] get_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static mps_ssl_certkey[] get_filtered(nitro_service service, filtervalue[] filter) throws Exception
Exceptionpublic static long count(nitro_service service) throws Exception
Exceptionpublic static long count_filtered(nitro_service service, String filter) throws Exception
Exceptionpublic static long count_filtered(nitro_service service, filtervalue[] filter) throws Exception
Exceptionprotected base_resource[] get_nitro_response(nitro_service service, String response) throws Exception
Converts API response into object and returns the object array in case of get request.
get_nitro_response in class base_resourceExceptionprotected base_resource[] get_nitro_bulk_response(nitro_service service, String response) throws Exception
Converts API response of bulk operation into object and returns the object array in case of get request.
get_nitro_bulk_response in class base_resourceExceptionprotected void validate(String operationType) throws Exception
Performs generic data validation for the operation to be performed
validate in class base_resourceoperationType - : add,delete,modify,get etc.ExceptionCopyright © 2013 Citrix Systems, Inc.. All Rights Reserved.