Package | Description |
---|---|
com.vmware.vapi.metadata.privilege |
The
com.vmware.vapi.metadata.privilege package provides interfaces that
expose privilege 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 privilege 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 privilege 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 privilege information.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.get(java.lang.String serviceId,
com.vmware.vapi.bindings.client.AsyncCallback<ServiceInfo> asyncCallback)
Retrieves privilege 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 privilege 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 privilege information.
|
Constructor and Description |
---|
Builder(java.util.List<java.lang.String> privileges,
java.util.Map<java.lang.String,ServiceInfo> services)
Constructor with parameters for the required properties of
PackageInfo . |