com.vmware.vcenter.tokenservice
package provides Token interfaces.See: Description
Interface | Description |
---|---|
TokenExchange |
The
TokenExchange interface provides possibility to exchange between
different tokens types. |
TokenExchangeTypes |
Defines the data types of the
TokenExchange
API service. |
Class | Description |
---|---|
Error.Builder |
Builder class for
Error . |
InvalidGrant.Builder |
Builder class for
InvalidGrant . |
InvalidRequest.Builder |
Builder class for
InvalidRequest . |
InvalidScope.Builder |
Builder class for
InvalidScope . |
StructDefinitions |
Defines the type descriptors for the top-level types in
com.vmware.vcenter.tokenservice package. |
TokenExchangeDefinitions |
Defines the type descriptors for the
TokenExchange
API service. |
TokenExchangeStub |
Remote stub implementation of the
TokenExchange
API service. |
TokenExchangeTypes.ExchangeSpec |
The
ExchangeSpec class contains arguments required for token exchange. |
TokenExchangeTypes.ExchangeSpec.Builder |
Builder class for
TokenExchangeTypes.ExchangeSpec . |
TokenExchangeTypes.Info |
The
Info class contains data that represents successful token exchange
response. |
TokenExchangeTypes.Info.Builder |
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. |
Exception | Description |
---|---|
Error |
The
Error exception describes theproperties common to all standard
exceptions. |
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. |
InvalidRequest |
The
InvalidRequest exception indicates that TokenExchangeTypes.ExchangeSpec is missing a
required parameter, includes an unsupported parameter value (other than TokenExchangeTypes.ExchangeSpec.getGrantType() ) |
InvalidScope |
The
InvalidScope exception indicates requested scope is invalid,
unknown, malformed, or exceeds the scope granted by the resource owner. |
com.vmware.vcenter.tokenservice
package provides Token interfaces.