public class PrivilegeFactory
extends java.lang.Object
PrivilegeFactory
is responsible for creating instances of services
contained inside the com.vmware.vapi.metadata.privilege package and also has the subpackages reference
to access respective subpackage services.
Modifier and Type | Method and Description |
---|---|
Component |
componentService()
Returns an instance of class
Component |
static PrivilegeFactory |
getFactory(StubFactory stubFactory,
StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|
Package |
package_Service()
Returns an instance of class
Package |
ServiceFactory |
service()
The
com.vmware.vapi.metadata.privilege.service package provides
interfaces to retrieve privilege information for operation elements. |
Service |
serviceService()
Returns an instance of class
Service |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static PrivilegeFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestPrivilegeFactory
factory instancepublic ServiceFactory service()
com.vmware.vapi.metadata.privilege.service
package provides
interfaces to retrieve privilege information for operation elements.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)