Interface CsrsExtended
-
- All Superinterfaces:
CsrsExtendedTypes
,com.vmware.vapi.bindings.Service
- All Known Implementing Classes:
CsrsExtendedStub
public interface CsrsExtended extends com.vmware.vapi.bindings.Service, CsrsExtendedTypes
-
-
Field Summary
-
Fields inherited from interface com.vmware.nsx.trust_management.CsrsExtendedTypes
_VAPI_SERVICE_ID
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Csr
create(Csr csr)
Deprecated.void
create(Csr csr, com.vmware.vapi.bindings.client.AsyncCallback<Csr> asyncCallback)
Deprecated.void
create(Csr csr, com.vmware.vapi.bindings.client.AsyncCallback<Csr> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Csr
create(Csr csr, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
-
-
-
Method Detail
-
create
@Deprecated Csr create(Csr csr)
Deprecated.Creates a new certificate signing request (CSR) with selected extensions. A CSR is encrypted text that contains information about your organization (organization name, country, and so on), additional attributes as extensions, and your Web server's public key, which is a public certificate the is generated on the server that can be used to forward this request to a certificate authority (CA). A private key is also usually created at the same time as the CSR.
Deprecated in favor of POST /trust-management/csrs.Synchronous method overload. Result of the invocation will be reported as a method return value.
- Parameters:
csr
- (required)- Returns:
- com.vmware.nsx.model.Csr
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
create
@Deprecated Csr create(Csr csr, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Creates a new certificate signing request (CSR) with selected extensions. A CSR is encrypted text that contains information about your organization (organization name, country, and so on), additional attributes as extensions, and your Web server's public key, which is a public certificate the is generated on the server that can be used to forward this request to a certificate authority (CA). A private key is also usually created at the same time as the CSR.
Deprecated in favor of POST /trust-management/csrs.Synchronous method overload. Result of the invocation will be reported as a method return value. Use
invocationConfig
to specify configuration for this particular invocation.- Parameters:
csr
- (required)invocationConfig
- Configuration for the method invocation.- Returns:
- com.vmware.nsx.model.Csr
- Throws:
com.vmware.vapi.std.errors.InvalidRequest
- Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized
- Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable
- Service Unavailablecom.vmware.vapi.std.errors.InternalServerError
- Internal Server Errorcom.vmware.vapi.std.errors.NotFound
- Not Found
-
create
@Deprecated void create(Csr csr, com.vmware.vapi.bindings.client.AsyncCallback<Csr> asyncCallback)
Deprecated.Creates a new certificate signing request (CSR) with selected extensions. A CSR is encrypted text that contains information about your organization (organization name, country, and so on), additional attributes as extensions, and your Web server's public key, which is a public certificate the is generated on the server that can be used to forward this request to a certificate authority (CA). A private key is also usually created at the same time as the CSR.
Deprecated in favor of POST /trust-management/csrs.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
.Invocation Result:
com.vmware.nsx.model.CsrOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
csr
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.
-
create
@Deprecated void create(Csr csr, com.vmware.vapi.bindings.client.AsyncCallback<Csr> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.Creates a new certificate signing request (CSR) with selected extensions. A CSR is encrypted text that contains information about your organization (organization name, country, and so on), additional attributes as extensions, and your Web server's public key, which is a public certificate the is generated on the server that can be used to forward this request to a certificate authority (CA). A private key is also usually created at the same time as the CSR.
Deprecated in favor of POST /trust-management/csrs.Asynchronous method overload. Result of the invocation will be reported via the specified
asyncCallback
. UseinvocationConfig
to specify configuration for this particular invocation.Invocation Result:
com.vmware.nsx.model.CsrOperation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
- Parameters:
csr
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.
-
-