| Package | Description |
|---|---|
| com.vmware.nsx.model | |
| com.vmware.nsx.trust_management.oidc_uris |
| Modifier and Type | Method and Description |
|---|---|
static OidcEndPointHealthStatus |
OidcEndPointHealthStatus._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 OidcEndPointHealthStatus |
OidcEndPointHealthStatus._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
OidcEndPointHealthStatus |
OidcEndPointHealthStatus.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
OidcEndPointHealthStatus |
HealthStub.get(java.lang.String id) |
OidcEndPointHealthStatus |
Health.get(java.lang.String id)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
OidcEndPointHealthStatus |
HealthStub.get(java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
OidcEndPointHealthStatus |
Health.get(java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HealthStub.get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback) |
void |
Health.get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|
void |
HealthStub.get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) |
void |
Health.get(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointHealthStatus> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Connect to the OpenID Connect end-point and verify that it appears to be
functioning properly.
|