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
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
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)
Thumbprint
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface Thumbprint
spec
- Information used to connect to the remote PSC.public java.lang.String get(ThumbprintTypes.RemoteSpec spec, InvocationConfig invocationConfig)
Thumbprint
Synchronous 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 Thumbprint
spec
- 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)
Thumbprint
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
The thumbprint of the specified remote PSC
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
Error
- on exception.
get
in interface Thumbprint
spec
- 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)
Thumbprint
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:
The thumbprint of the specified remote PSC
Operation Errors:
Unauthenticated
- if the caller is not authenticated.
Error
- on exception.
get
in interface Thumbprint
spec
- 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.