Package | Description |
---|---|
com.vmware.vcenter.identity.broker.tenants |
The
com.vmware.vcenter.identity.broker.tenants package provides
interfaces to manage external authentication broker tenant data. |
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() |
TokenInfo |
OperatorClient.get()
Return the operator client token info in Broker.
|
TokenInfo |
OperatorClientStub.get() |
TokenInfo |
OperatorClient.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the operator client token info in Broker.
|
TokenInfo |
OperatorClientStub.get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
TokenInfo |
AdminClient.get(java.lang.String tenant)
Returns the tenant admin client token info associated with pre-configured
tenant(s) owned by vcenter trustmanagment service.
|
TokenInfo |
AdminClientStub.get(java.lang.String tenant) |
TokenInfo |
AdminClient.get(java.lang.String tenant,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the tenant admin client token info associated with pre-configured
tenant(s) owned by vcenter trustmanagment service.
|
TokenInfo |
AdminClientStub.get(java.lang.String tenant,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
Modifier and Type | Method and Description |
---|---|
void |
OperatorClient.get(com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback)
Return the operator client token info in Broker.
|
void |
OperatorClientStub.get(com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback) |
void |
OperatorClient.get(com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the operator client token info in Broker.
|
void |
OperatorClientStub.get(com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
AdminClient.get(java.lang.String tenant,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback)
Returns the tenant admin client token info associated with pre-configured
tenant(s) owned by vcenter trustmanagment service.
|
void |
AdminClientStub.get(java.lang.String tenant,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback) |
void |
AdminClient.get(java.lang.String tenant,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Returns the tenant admin client token info associated with pre-configured
tenant(s) owned by vcenter trustmanagment service.
|
void |
AdminClientStub.get(java.lang.String tenant,
com.vmware.vapi.bindings.client.AsyncCallback<TokenInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |