public class AuthenticationFactory
extends java.lang.Object
AuthenticationFactory
is responsible for creating instances of services
contained inside the com.vmware.vapi.metadata.authentication 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 AuthenticationFactory |
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.authentication.service package provides
interfaces to retrieve authentication information for operation elements. |
Service |
serviceService()
Returns an instance of class
Service |
void |
updateStubConfiguration(StubFactory stubFactory,
StubConfiguration stubConfig) |
public static AuthenticationFactory getFactory(StubFactory stubFactory, StubConfiguration stubConfig)
stubFactory
- StubFactory
instance is responsible for creating stubsstubConfig
- StubConfiguration
instance is required to authenticate the requestAuthenticationFactory
factory instancepublic ServiceFactory service()
com.vmware.vapi.metadata.authentication.service
package provides
interfaces to retrieve authentication information for operation elements.public void updateStubConfiguration(StubFactory stubFactory, StubConfiguration stubConfig)