Package | Description |
---|---|
com.vmware.oauth2 |
The
com.vmware.oauth2 package contains classes for reuse by OAuth2 API
definitions. |
com.vmware.oauth2.errors |
The
com.vmware.oauth2.errors package provides the OAuth 2.0 exceptions
that can be included in the list of exceptions in the specification of OAuth 2.0
methods to indicate that the method might report those exceptions. |
Modifier and Type | Method and Description |
---|---|
ErrorsFactory |
Oauth2Factory.errors()
The
com.vmware.oauth2.errors package provides the OAuth 2.0 exceptions
that can be included in the list of exceptions in the specification of OAuth 2.0
methods to indicate that the method might report those exceptions. |
Modifier and Type | Method and Description |
---|---|
static ErrorsFactory |
ErrorsFactory.getFactory(com.vmware.vapi.bindings.StubFactory stubFactory,
com.vmware.vapi.bindings.StubConfiguration stubConfig)
Creates the new instance of this class with provided configuration
|