public class PrincipalIdentitiesStub extends com.vmware.vapi.internal.bindings.Stub implements PrincipalIdentities
PrincipalIdentities
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
PrincipalIdentitiesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
PrincipalIdentitiesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
PrincipalIdentity |
create(PrincipalIdentity principalIdentity)
Associates a principal's name with a certificate that is used to authenticate.
|
void |
create(PrincipalIdentity principalIdentity,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
Associates a principal's name with a certificate that is used to authenticate.
|
void |
create(PrincipalIdentity principalIdentity,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Associates a principal's name with a certificate that is used to authenticate.
|
PrincipalIdentity |
create(PrincipalIdentity principalIdentity,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Associates a principal's name with a certificate that is used to authenticate.
|
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
|
public PrincipalIdentitiesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PrincipalIdentitiesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public PrincipalIdentity create(PrincipalIdentity principalIdentity)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be reported as a method return value.
create in interface PrincipalIdentitiesprincipalIdentity - (required)public PrincipalIdentity create(PrincipalIdentity principalIdentity, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
create in interface PrincipalIdentitiesprincipalIdentity - (required)invocationConfig - Configuration for the method invocation.public void create(PrincipalIdentity principalIdentity, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
PrincipalIdentitiesAsynchronous 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
create in interface PrincipalIdentitiesprincipalIdentity - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void create(PrincipalIdentity principalIdentity, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesAsynchronous 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
create in interface PrincipalIdentitiesprincipalIdentity - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public void delete(java.lang.String principalIdentityId)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be reported as a method return value.
delete in interface PrincipalIdentitiesprincipalIdentityId - Unique id of the principal identity to delete (required)public void delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
delete in interface PrincipalIdentitiesprincipalIdentityId - Unique id of the principal identity to delete (required)invocationConfig - Configuration for the method invocation.public void delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
PrincipalIdentitiesAsynchronous 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
delete in interface PrincipalIdentitiesprincipalIdentityId - Unique id of the principal identity to delete (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void delete(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesAsynchronous 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
delete in interface PrincipalIdentitiesprincipalIdentityId - 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.public PrincipalIdentity get(java.lang.String principalIdentityId)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface PrincipalIdentitiesprincipalIdentityId - ID of the principal identity to get (required)public PrincipalIdentity get(java.lang.String principalIdentityId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface PrincipalIdentitiesprincipalIdentityId - ID of the principal identity to get (required)invocationConfig - Configuration for the method invocation.public void get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
PrincipalIdentitiesAsynchronous 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
get in interface PrincipalIdentitiesprincipalIdentityId - ID of the principal identity to get (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(java.lang.String principalIdentityId,
com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesAsynchronous 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
get in interface PrincipalIdentitiesprincipalIdentityId - 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.public PrincipalIdentityList list()
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be reported as a method return value.
list in interface PrincipalIdentitiespublic PrincipalIdentityList list(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
list in interface PrincipalIdentitiesinvocationConfig - Configuration for the method invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentityList> asyncCallback)
PrincipalIdentitiesAsynchronous 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
list in interface PrincipalIdentitiesasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void list(com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentityList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesAsynchronous 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
list in interface PrincipalIdentitiesasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public PrincipalIdentity updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be reported as a method return value.
updatecertificate in interface PrincipalIdentitiesupdatePrincipalIdentityCertificateRequest - (required)public PrincipalIdentity updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
updatecertificate in interface PrincipalIdentitiesupdatePrincipalIdentityCertificateRequest - (required)invocationConfig - Configuration for the method invocation.public void updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback)
PrincipalIdentitiesAsynchronous 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
updatecertificate in interface PrincipalIdentitiesupdatePrincipalIdentityCertificateRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void updatecertificate(UpdatePrincipalIdentityCertificateRequest updatePrincipalIdentityCertificateRequest, com.vmware.vapi.bindings.client.AsyncCallback<PrincipalIdentity> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
PrincipalIdentitiesAsynchronous 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
updatecertificate in interface PrincipalIdentitiesupdatePrincipalIdentityCertificateRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.