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 ServiceInfo |
ServiceInfo._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 ServiceInfo |
ServiceInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ServiceInfo |
ServiceInfo.Builder.build() |
ServiceInfo |
Service.get(java.lang.String serviceId)
Retrieves authentication information about the service element corresponding to
serviceId . |
ServiceInfo |
ServiceStub.get(java.lang.String serviceId) |
ServiceInfo |
Service.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves authentication information about the service element corresponding to
serviceId . |
ServiceInfo |
ServiceStub.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,ServiceInfo> |
PackageInfo.getServices()
Information about all service elements contained in this package element that
contain authentication information.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInfo> asyncCallback)
Retrieves authentication information about the service element corresponding to
serviceId . |
void |
ServiceStub.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInfo> asyncCallback) |
void |
Service.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Retrieves authentication information about the service element corresponding to
serviceId . |
void |
ServiceStub.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
PackageInfo.setServices(java.util.Map<java.lang.String,ServiceInfo> services)
Information about all service elements contained in this package element that
contain authentication information.
|
Constructor and Description |
---|
Builder(java.util.List<AuthenticationInfo> schemes,
java.util.Map<java.lang.String,ServiceInfo> services)
Constructor with parameters for the required properties of
PackageInfo . |