public interface OidcUris extends com.vmware.vapi.bindings.Service, OidcUrisTypes
_VAPI_SERVICE_ID, LIST_OIDC_TYPE_CSP, LIST_OIDC_TYPE_VCENTER, LIST_OIDC_TYPE_WS_ONE| Modifier and Type | Method and Description |
|---|---|
OidcEndPoint |
create(OidcEndPoint oidcEndPoint)
This request also fetches the issuer and jwks_uri meta-data from the OIDC
end-point and stores it.
|
void |
create(OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
This request also fetches the issuer and jwks_uri meta-data from the OIDC
end-point and stores it.
|
void |
create(OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This request also fetches the issuer and jwks_uri meta-data from the OIDC
end-point and stores it.
|
OidcEndPoint |
create(OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
This request also fetches the issuer and jwks_uri meta-data from the OIDC
end-point and stores it.
|
OidcEndPoint |
get(java.lang.String id,
java.lang.Boolean refresh)
When ?refresh=true is added to the request, the meta-data is newly fetched from
the OIDC end-point.
|
void |
get(java.lang.String id,
java.lang.Boolean refresh,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
When ?refresh=true is added to the request, the meta-data is newly fetched from
the OIDC end-point.
|
void |
get(java.lang.String id,
java.lang.Boolean refresh,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
When ?refresh=true is added to the request, the meta-data is newly fetched from
the OIDC end-point.
|
OidcEndPoint |
get(java.lang.String id,
java.lang.Boolean refresh,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
When ?refresh=true is added to the request, the meta-data is newly fetched from
the OIDC end-point.
|
OidcEndPointListResult |
list(java.lang.String oidcType)
Return the list of OpenID Connect end-points.
|
void |
list(java.lang.String oidcType,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointListResult> asyncCallback)
Return the list of OpenID Connect end-points.
|
void |
list(java.lang.String oidcType,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the list of OpenID Connect end-points.
|
OidcEndPointListResult |
list(java.lang.String oidcType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the list of OpenID Connect end-points.
|
OidcEndPoint |
refresh(java.lang.String id)
Refresh an OpenID Connect end-point by re-reading data from the OIDC URI.
|
void |
refresh(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Refresh an OpenID Connect end-point by re-reading data from the OIDC URI.
|
void |
refresh(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Refresh an OpenID Connect end-point by re-reading data from the OIDC URI.
|
OidcEndPoint |
refresh(java.lang.String id,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Refresh an OpenID Connect end-point by re-reading data from the OIDC URI.
|
OidcEndPoint |
update(java.lang.String id,
OidcEndPoint oidcEndPoint)
Update the properties of an OpenID Connect end-point.
|
void |
update(java.lang.String id,
OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Update the properties of an OpenID Connect end-point.
|
void |
update(java.lang.String id,
OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the properties of an OpenID Connect end-point.
|
OidcEndPoint |
update(java.lang.String id,
OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the properties of an OpenID Connect end-point.
|
OidcEndPoint |
updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest)
Update a OpenID Connect end-point's thumbprint used to connect to the oidc_uri
through SSL
|
void |
updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Update a OpenID Connect end-point's thumbprint used to connect to the oidc_uri
through SSL
|
void |
updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a OpenID Connect end-point's thumbprint used to connect to the oidc_uri
through SSL
|
OidcEndPoint |
updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update a OpenID Connect end-point's thumbprint used to connect to the oidc_uri
through SSL
|
OidcEndPoint create(OidcEndPoint oidcEndPoint)
Synchronous method overload. Result of the invocation will be reported as a method return value.
oidcEndPoint - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundOidcEndPoint create(OidcEndPoint oidcEndPoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
oidcEndPoint - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid create(OidcEndPoint oidcEndPoint, com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
oidcEndPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void create(OidcEndPoint oidcEndPoint, com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
oidcEndPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.OidcEndPoint get(java.lang.String id, java.lang.Boolean refresh)
Synchronous method overload. Result of the invocation will be reported as a method return value.
id - (required)refresh - Refresh meta-data (optional, default to false)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundOidcEndPoint get(java.lang.String id, java.lang.Boolean refresh, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
id - (required)refresh - Refresh meta-data (optional, default to false)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(java.lang.String id,
java.lang.Boolean refresh,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
id - (required)refresh - Refresh meta-data (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String id,
java.lang.Boolean refresh,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
id - (required)refresh - Refresh meta-data (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.OidcEndPointListResult list(java.lang.String oidcType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
oidcType - Type of OIDC endpoint to return (optional)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundOidcEndPointListResult list(java.lang.String oidcType, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
oidcType - Type of OIDC endpoint to return (optional)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid list(java.lang.String oidcType,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
oidcType - Type of OIDC endpoint to return (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String oidcType,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPointListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.OidcEndPointListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
oidcType - Type of OIDC endpoint to return (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.OidcEndPoint refresh(java.lang.String id)
Synchronous method overload. Result of the invocation will be reported as a method return value.
id - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundOidcEndPoint refresh(java.lang.String id, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
id - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid refresh(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
id - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void refresh(java.lang.String id,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
id - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.OidcEndPoint update(java.lang.String id, OidcEndPoint oidcEndPoint)
Synchronous method overload. Result of the invocation will be reported as a method return value.
id - (required)oidcEndPoint - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundOidcEndPoint update(java.lang.String id, OidcEndPoint oidcEndPoint, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
id - (required)oidcEndPoint - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid update(java.lang.String id,
OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
id - (required)oidcEndPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(java.lang.String id,
OidcEndPoint oidcEndPoint,
com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
id - (required)oidcEndPoint - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.OidcEndPoint updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest)
Synchronous method overload. Result of the invocation will be reported as a method return value.
updateOidcEndPointThumbprintRequest - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundOidcEndPoint updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
updateOidcEndPointThumbprintRequest - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
updateOidcEndPointThumbprintRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void updatethumbprint(UpdateOidcEndPointThumbprintRequest updateOidcEndPointThumbprintRequest, com.vmware.vapi.bindings.client.AsyncCallback<OidcEndPoint> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.OidcEndPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
updateOidcEndPointThumbprintRequest - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.