Package | Description |
---|---|
com.vmware.oauth2 |
The
com.vmware.oauth2 package contains classes for reuse by OAuth2 API
definitions. |
com.vmware.vcenter.authentication |
The
com.vmware.vcenter.authentication package provides authentication
interfaces specific to the com.vmware.vcenter package. |
Modifier and Type | Method and Description |
---|---|
static TokenInfo |
TokenInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static TokenInfo |
TokenInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
TokenInfo |
TokenInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
TokenInfo |
Token.issue(TokenTypes.IssueSpec spec)
Provides a token endpoint as defined in RFC 6749.
|
TokenInfo |
TokenStub.issue(TokenTypes.IssueSpec spec) |
TokenInfo |
Token.issue(TokenTypes.IssueSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provides a token endpoint as defined in RFC 6749.
|
TokenInfo |
TokenStub.issue(TokenTypes.IssueSpec spec,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
Token.issue(TokenTypes.IssueSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback)
Provides a token endpoint as defined in RFC 6749.
|
void |
TokenStub.issue(TokenTypes.IssueSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback) |
void |
Token.issue(TokenTypes.IssueSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provides a token endpoint as defined in RFC 6749.
|
void |
TokenStub.issue(TokenTypes.IssueSpec spec,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |