public interface PrincipalIdentities extends com.vmware.vapi.bindings.Service, PrincipalIdentitiesTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
PrincipalIdentity |
create(PrincipalIdentity principalIdentity)
Deprecated.
|
void |
create(PrincipalIdentity principalIdentity,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Deprecated.
|
void |
create(PrincipalIdentity principalIdentity,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
PrincipalIdentity |
create(PrincipalIdentity principalIdentity,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String principalIdentityId)
Delete a principal identity.
|
void |
delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete a principal identity.
|
void |
delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a principal identity.
|
void |
delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete a principal identity.
|
PrincipalIdentity |
get(java.lang.String principalIdentityId)
Get a stored principal identity
|
void |
get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Get a stored principal identity
|
void |
get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a stored principal identity
|
PrincipalIdentity |
get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get a stored principal identity
|
PrincipalIdentityList |
list()
Returns the list of principals registered with a certificate.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentityList> asyncCallback)
Returns the list of principals registered with a certificate.
|
void |
list(com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentityList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of principals registered with a certificate.
|
PrincipalIdentityList |
list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the list of principals registered with a certificate.
|
PrincipalIdentity |
updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest)
Update a principal identity's certificate
|
void |
updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Update a principal identity's certificate
|
void |
updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a principal identity's certificate
|
PrincipalIdentity |
updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a principal identity's certificate
|
@Deprecated PrincipalIdentity create(PrincipalIdentity principalIdentity)
Synchronous method overload. Result of the invocation will be reported as a method return value.
principalIdentity - (required)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@Deprecated PrincipalIdentity create(PrincipalIdentity principalIdentity, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
principalIdentity - (required)invocationConfig - Configuration for the method invocation.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@Deprecated void create(PrincipalIdentity principalIdentity, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentity
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
principalIdentity - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void create(PrincipalIdentity principalIdentity, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentity
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
principalIdentity - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String principalIdentityId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
principalIdentityId - Unique id of the principal identity to delete (required)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 Foundvoid delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
principalIdentityId - Unique id of the principal identity to delete (required)invocationConfig - Configuration for the method invocation.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 Foundvoid delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
principalIdentityId - Unique id of the principal identity to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
principalIdentityId - Unique id of the principal identity to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.PrincipalIdentity get(java.lang.String principalIdentityId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
principalIdentityId - ID of the principal identity to get (required)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 FoundPrincipalIdentity get(java.lang.String principalIdentityId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
principalIdentityId - ID of the principal identity to get (required)invocationConfig - Configuration for the method invocation.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 Foundvoid get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentity
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
principalIdentityId - ID of the principal identity to get (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentity
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
principalIdentityId - ID of the principal identity to get (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.PrincipalIdentityList list()
Synchronous method overload. Result of the invocation will be reported as a method return value.
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 FoundPrincipalIdentityList list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.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 Foundvoid list(com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentityList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentityList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentityList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentityList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.PrincipalIdentity updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest)
Synchronous method overload. Result of the invocation will be reported as a method return value.
updatePrincipalIdentityCertificateRequest - (required)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 FoundPrincipalIdentity updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
updatePrincipalIdentityCertificateRequest - (required)invocationConfig - Configuration for the method invocation.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 Foundvoid updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentity
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
updatePrincipalIdentityCertificateRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.PrincipalIdentity
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
updatePrincipalIdentityCertificateRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.