Package | Description |
---|---|
com.vmware.vcenter.tokenservice |
The
com.vmware.vcenter.tokenservice package provides Token interfaces. |
Class and Description |
---|
Error
The
Error exception describes theproperties common to all standard
exceptions. |
Error.Builder
Builder class for
Error . |
InvalidGrant
The
InvalidGrant exception indicates that provided authorization grant
(e.g., authorization code, resource owner credentials) or refresh token is
invalid, expired, revoked, does not match the redirection URI used in the
authorization request, or was issued to another client. |
InvalidGrant.Builder
Builder class for
InvalidGrant . |
InvalidRequest
The
InvalidRequest exception indicates that TokenExchangeTypes.ExchangeSpec is missing a
required parameter, includes an unsupported parameter value (other than TokenExchangeTypes.ExchangeSpec.getGrantType() ) |
InvalidRequest.Builder
Builder class for
InvalidRequest . |
InvalidScope
The
InvalidScope exception indicates requested scope is invalid,
unknown, malformed, or exceeds the scope granted by the resource owner. |
InvalidScope.Builder
Builder class for
InvalidScope . |
TokenExchange
Deprecated.
As of release vSphere API 7.0.2.0.
|
TokenExchangeTypes
Deprecated.
As of release vSphere API 7.0.2.0.
|
TokenExchangeTypes.ExchangeSpec
Deprecated.
|
TokenExchangeTypes.ExchangeSpec.Builder
Deprecated.
Builder class for
TokenExchangeTypes.ExchangeSpec . |
TokenExchangeTypes.Info
Deprecated.
|
TokenExchangeTypes.Info.Builder
Deprecated.
Builder class for
TokenExchangeTypes.Info . |
TokenserviceFactory
TokenserviceFactory is responsible for creating instances of services
contained inside the com.vmware.vcenter.tokenservice package and also has the subpackages reference
to access respective subpackage services. |