Namespaces |
namespace | util |
Classes |
class | Error |
| The Error error describes thefields common to all standard errors. More...
|
class | InvalidGrant |
| The InvalidGrant error 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. More...
|
class | InvalidRequest |
| The InvalidRequest error indicates that TokenExchange.ExchangeSpec is missing a required parameter, includes an unsupported parameter value (other than TokenExchange.ExchangeSpec.grantType ) More...
|
class | InvalidScope |
| The InvalidScope error indicates requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner. More...
|
class | StructDefinitions |
| Defines the type descriptors for the top-level types in com.vmware.vcenter.tokenservice package. More...
|
interface | TokenExchange |
| The TokenExchange interface provides possibility to exchange between different tokens types. More...
|
class | TokenExchangeDefinitions |
| Defines the type descriptors for the TokenExchange API service. More...
|
class | TokenExchangeStub |
| Remote stub implementation of the TokenExchange API service. More...
|
class | TokenExchangeTypes |
| Defines the data types of the TokenExchange API service. More...
|