public class ThumbprintStub extends com.vmware.vapi.internal.bindings.Stub implements Thumbprint
Thumbprint
API service.
WARNING: Internal class, subject to change in future versions.
ThumbprintTypes.RemoteSpec| Constructor and Description |
|---|
ThumbprintStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ThumbprintStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(ThumbprintTypes.RemoteSpec spec)
Gets the SHA1 thumbprint of the remote PSC.
|
void |
get(ThumbprintTypes.RemoteSpec spec,
AsyncCallback<java.lang.String> asyncCallback)
Gets the SHA1 thumbprint of the remote PSC.
|
void |
get(ThumbprintTypes.RemoteSpec spec,
AsyncCallback<java.lang.String> asyncCallback,
InvocationConfig invocationConfig)
Gets the SHA1 thumbprint of the remote PSC.
|
java.lang.String |
get(ThumbprintTypes.RemoteSpec spec,
InvocationConfig invocationConfig)
Gets the SHA1 thumbprint of the remote PSC.
|
public ThumbprintStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ThumbprintStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.lang.String get(ThumbprintTypes.RemoteSpec spec)
ThumbprintSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Thumbprintspec - Information used to connect to the remote PSC.public java.lang.String get(ThumbprintTypes.RemoteSpec spec, InvocationConfig invocationConfig)
ThumbprintSynchronous 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 Thumbprintspec - Information used to connect to the remote PSC.invocationConfig - Configuration for the method invocation.public void get(ThumbprintTypes.RemoteSpec spec, AsyncCallback<java.lang.String> asyncCallback)
ThumbprintAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Operation Result:
The thumbprint of the specified remote PSC
Operation Errors:
Unauthenticated - if the caller is not authenticated.
Error - on exception.
get in interface Thumbprintspec - Information used to connect to the remote PSC.asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(ThumbprintTypes.RemoteSpec spec, AsyncCallback<java.lang.String> asyncCallback, InvocationConfig invocationConfig)
ThumbprintAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Operation Result:
The thumbprint of the specified remote PSC
Operation Errors:
Unauthenticated - if the caller is not authenticated.
Error - on exception.
get in interface Thumbprintspec - Information used to connect to the remote PSC.asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.