Package | Description |
---|---|
com.vmware.vapi.metadata.authentication |
The
com.vmware.vapi.metadata.authentication package provides interfaces
that expose authentication information for operation elements across all the
service elements. |
Modifier and Type | Method and Description |
---|---|
static ComponentData |
ComponentData._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ComponentData |
ComponentData._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ComponentData |
ComponentData.Builder.build() |
ComponentData |
Component.get(java.lang.String componentId)
Retrieves authentication information about the component element corresponding
to
componentId . |
ComponentData |
ComponentStub.get(java.lang.String componentId) |
ComponentData |
Component.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves authentication information about the component element corresponding
to
componentId . |
ComponentData |
ComponentStub.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Component.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback)
Retrieves authentication information about the component element corresponding
to
componentId . |
void |
ComponentStub.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback) |
void |
Component.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves authentication information about the component element corresponding
to
componentId . |
void |
ComponentStub.get(java.lang.String componentId,
com.vmware.vapi.bindings.client.AsyncCallback<ComponentData> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |