| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.
|
com.squareup.okhttp.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String[] authNames,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(com.squareup.okhttp.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and
the Content-Type response header.
|
File |
ApiClient.downloadFileFromResponse(com.squareup.okhttp.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(com.squareup.okhttp.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(com.squareup.okhttp.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
com.squareup.okhttp.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's
class and the request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
GetAccessTokenByRefreshTokenResponse |
DevelopersApi.getAccessTokenByRefreshToken(GetAccessTokenByRefreshTokenParams body,
String authorization,
String authorizationOxdId)
Get Access Token By Refresh Token
Get Access Token By Refresh Token
|
com.squareup.okhttp.Call |
DevelopersApi.getAccessTokenByRefreshTokenAsync(GetAccessTokenByRefreshTokenParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetAccessTokenByRefreshTokenResponse> callback)
Get Access Token By Refresh Token (asynchronously)
Get Access Token By Refresh Token
|
com.squareup.okhttp.Call |
DevelopersApi.getAccessTokenByRefreshTokenCall(GetAccessTokenByRefreshTokenParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAccessTokenByRefreshToken
|
ApiResponse<GetAccessTokenByRefreshTokenResponse> |
DevelopersApi.getAccessTokenByRefreshTokenWithHttpInfo(GetAccessTokenByRefreshTokenParams body,
String authorization,
String authorizationOxdId)
Get Access Token By Refresh Token
Get Access Token By Refresh Token
|
GetAuthorizationUrlResponse |
DevelopersApi.getAuthorizationUrl(GetAuthorizationUrlParams body,
String authorization,
String authorizationOxdId)
Get Authorization Url
Gets authorization url
|
com.squareup.okhttp.Call |
DevelopersApi.getAuthorizationUrlAsync(GetAuthorizationUrlParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetAuthorizationUrlResponse> callback)
Get Authorization Url (asynchronously)
Gets authorization url
|
com.squareup.okhttp.Call |
DevelopersApi.getAuthorizationUrlCall(GetAuthorizationUrlParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthorizationUrl
|
ApiResponse<GetAuthorizationUrlResponse> |
DevelopersApi.getAuthorizationUrlWithHttpInfo(GetAuthorizationUrlParams body,
String authorization,
String authorizationOxdId)
Get Authorization Url
Gets authorization url
|
GetClientTokenResponse |
DevelopersApi.getClientToken(GetClientTokenParams body)
Get Client Token
Gets Client Token
|
com.squareup.okhttp.Call |
DevelopersApi.getClientTokenAsync(GetClientTokenParams body,
ApiCallback<GetClientTokenResponse> callback)
Get Client Token (asynchronously)
Gets Client Token
|
com.squareup.okhttp.Call |
DevelopersApi.getClientTokenCall(GetClientTokenParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClientToken
|
ApiResponse<GetClientTokenResponse> |
DevelopersApi.getClientTokenWithHttpInfo(GetClientTokenParams body)
Get Client Token
Gets Client Token
|
GetDiscoveryResponse |
DevelopersApi.getDiscovery(GetDiscoveryParams body)
Get OP Discovery Configuration
Get OP Discovery Configuration
|
com.squareup.okhttp.Call |
DevelopersApi.getDiscoveryAsync(GetDiscoveryParams body,
ApiCallback<GetDiscoveryResponse> callback)
Get OP Discovery Configuration (asynchronously)
Get OP Discovery Configuration
|
com.squareup.okhttp.Call |
DevelopersApi.getDiscoveryCall(GetDiscoveryParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDiscovery
|
ApiResponse<GetDiscoveryResponse> |
DevelopersApi.getDiscoveryWithHttpInfo(GetDiscoveryParams body)
Get OP Discovery Configuration
Get OP Discovery Configuration
|
GetIssuerResponse |
DevelopersApi.getIssuer(GetIssuerParams body)
Get Issuer
Get Issuer
|
com.squareup.okhttp.Call |
DevelopersApi.getIssuerAsync(GetIssuerParams body,
ApiCallback<GetIssuerResponse> callback)
Get Issuer (asynchronously)
Get Issuer
|
com.squareup.okhttp.Call |
DevelopersApi.getIssuerCall(GetIssuerParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getIssuer
|
ApiResponse<GetIssuerResponse> |
DevelopersApi.getIssuerWithHttpInfo(GetIssuerParams body)
Get Issuer
Get Issuer
|
GetJwksResponse |
DevelopersApi.getJsonWebKeySet(GetJwksParams body,
String authorization,
String authorizationOxdId)
Get JSON Web Key Set
Get JSON Web Key Set
|
com.squareup.okhttp.Call |
DevelopersApi.getJsonWebKeySetAsync(GetJwksParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetJwksResponse> callback)
Get JSON Web Key Set (asynchronously)
Get JSON Web Key Set
|
com.squareup.okhttp.Call |
DevelopersApi.getJsonWebKeySetCall(GetJwksParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getJsonWebKeySet
|
ApiResponse<GetJwksResponse> |
DevelopersApi.getJsonWebKeySetWithHttpInfo(GetJwksParams body,
String authorization,
String authorizationOxdId)
Get JSON Web Key Set
Get JSON Web Key Set
|
GetLogoutUriResponse |
DevelopersApi.getLogoutUri(GetLogoutUriParams body,
String authorization,
String authorizationOxdId)
Get Logout URL
Get Logout URL
|
com.squareup.okhttp.Call |
DevelopersApi.getLogoutUriAsync(GetLogoutUriParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetLogoutUriResponse> callback)
Get Logout URL (asynchronously)
Get Logout URL
|
com.squareup.okhttp.Call |
DevelopersApi.getLogoutUriCall(GetLogoutUriParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLogoutUri
|
ApiResponse<GetLogoutUriResponse> |
DevelopersApi.getLogoutUriWithHttpInfo(GetLogoutUriParams body,
String authorization,
String authorizationOxdId)
Get Logout URL
Get Logout URL
|
String |
DevelopersApi.getRequestObject(String requestObjectId)
Get Request Object
Get Request Object
|
com.squareup.okhttp.Call |
DevelopersApi.getRequestObjectAsync(String requestObjectId,
ApiCallback<String> callback)
Get Request Object (asynchronously)
Get Request Object
|
com.squareup.okhttp.Call |
DevelopersApi.getRequestObjectCall(String requestObjectId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRequestObject
|
GetRequestObjectUriResponse |
DevelopersApi.getRequestObjectUri(GetRequestObjectUriParams body,
String authorization,
String authorizationOxdId)
Get Request Object Uri
Get Request Object Uri
|
com.squareup.okhttp.Call |
DevelopersApi.getRequestObjectUriAsync(GetRequestObjectUriParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetRequestObjectUriResponse> callback)
Get Request Object Uri (asynchronously)
Get Request Object Uri
|
com.squareup.okhttp.Call |
DevelopersApi.getRequestObjectUriCall(GetRequestObjectUriParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRequestObjectUri
|
ApiResponse<GetRequestObjectUriResponse> |
DevelopersApi.getRequestObjectUriWithHttpInfo(GetRequestObjectUriParams body,
String authorization,
String authorizationOxdId)
Get Request Object Uri
Get Request Object Uri
|
ApiResponse<String> |
DevelopersApi.getRequestObjectWithHttpInfo(String requestObjectId)
Get Request Object
Get Request Object
|
GetRpJwksResponse |
DevelopersApi.getRpJwks()
Get Rp JWKS
Get Rp JWKS
|
com.squareup.okhttp.Call |
DevelopersApi.getRpJwksAsync(ApiCallback<GetRpJwksResponse> callback)
Get Rp JWKS (asynchronously)
Get Rp JWKS
|
com.squareup.okhttp.Call |
DevelopersApi.getRpJwksCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getRpJwks
|
ApiResponse<GetRpJwksResponse> |
DevelopersApi.getRpJwksWithHttpInfo()
Get Rp JWKS
Get Rp JWKS
|
GetTokensByCodeResponse |
DevelopersApi.getTokensByCode(GetTokensByCodeParams body,
String authorization,
String authorizationOxdId)
Get Tokens By Code
Get tokens by code
|
com.squareup.okhttp.Call |
DevelopersApi.getTokensByCodeAsync(GetTokensByCodeParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetTokensByCodeResponse> callback)
Get Tokens By Code (asynchronously)
Get tokens by code
|
com.squareup.okhttp.Call |
DevelopersApi.getTokensByCodeCall(GetTokensByCodeParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTokensByCode
|
ApiResponse<GetTokensByCodeResponse> |
DevelopersApi.getTokensByCodeWithHttpInfo(GetTokensByCodeParams body,
String authorization,
String authorizationOxdId)
Get Tokens By Code
Get tokens by code
|
Map<String,Object> |
DevelopersApi.getUserInfo(GetUserInfoParams body,
String authorization,
String authorizationOxdId)
Get User Info
Get User Info
|
com.squareup.okhttp.Call |
DevelopersApi.getUserInfoAsync(GetUserInfoParams body,
String authorization,
String authorizationOxdId,
ApiCallback<Map<String,Object>> callback)
Get User Info (asynchronously)
Get User Info
|
com.squareup.okhttp.Call |
DevelopersApi.getUserInfoCall(GetUserInfoParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserInfo
|
ApiResponse<Map<String,Object>> |
DevelopersApi.getUserInfoWithHttpInfo(GetUserInfoParams body,
String authorization,
String authorizationOxdId)
Get User Info
Get User Info
|
void |
DevelopersApi.healthCheck()
Health Check
Health Check endpoint is for quick check whether oxd-server is alive.
|
com.squareup.okhttp.Call |
DevelopersApi.healthCheckAsync(ApiCallback<Void> callback)
Health Check (asynchronously)
Health Check endpoint is for quick check whether oxd-server is alive.
|
com.squareup.okhttp.Call |
DevelopersApi.healthCheckCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for healthCheck
|
ApiResponse<Void> |
DevelopersApi.healthCheckWithHttpInfo()
Health Check
Health Check endpoint is for quick check whether oxd-server is alive.
|
IntrospectAccessTokenResponse |
DevelopersApi.introspectAccessToken(IntrospectAccessTokenParams body,
String authorization,
String authorizationOxdId)
Introspect Access Token
Introspect Access Token
|
com.squareup.okhttp.Call |
DevelopersApi.introspectAccessTokenAsync(IntrospectAccessTokenParams body,
String authorization,
String authorizationOxdId,
ApiCallback<IntrospectAccessTokenResponse> callback)
Introspect Access Token (asynchronously)
Introspect Access Token
|
com.squareup.okhttp.Call |
DevelopersApi.introspectAccessTokenCall(IntrospectAccessTokenParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for introspectAccessToken
|
ApiResponse<IntrospectAccessTokenResponse> |
DevelopersApi.introspectAccessTokenWithHttpInfo(IntrospectAccessTokenParams body,
String authorization,
String authorizationOxdId)
Introspect Access Token
Introspect Access Token
|
IntrospectRptResponse |
DevelopersApi.introspectRpt(IntrospectRptParams body,
String authorization,
String authorizationOxdId)
Introspect RPT
Introspect RPT
|
com.squareup.okhttp.Call |
DevelopersApi.introspectRptAsync(IntrospectRptParams body,
String authorization,
String authorizationOxdId,
ApiCallback<IntrospectRptResponse> callback)
Introspect RPT (asynchronously)
Introspect RPT
|
com.squareup.okhttp.Call |
DevelopersApi.introspectRptCall(IntrospectRptParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for introspectRpt
|
ApiResponse<IntrospectRptResponse> |
DevelopersApi.introspectRptWithHttpInfo(IntrospectRptParams body,
String authorization,
String authorizationOxdId)
Introspect RPT
Introspect RPT
|
RegisterSiteResponse |
DevelopersApi.registerSite(RegisterSiteParams body)
Register Site
Registers site at oxd-server
|
com.squareup.okhttp.Call |
DevelopersApi.registerSiteAsync(RegisterSiteParams body,
ApiCallback<RegisterSiteResponse> callback)
Register Site (asynchronously)
Registers site at oxd-server
|
com.squareup.okhttp.Call |
DevelopersApi.registerSiteCall(RegisterSiteParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for registerSite
|
ApiResponse<RegisterSiteResponse> |
DevelopersApi.registerSiteWithHttpInfo(RegisterSiteParams body)
Register Site
Registers site at oxd-server
|
RemoveSiteResponse |
DevelopersApi.removeSite(RemoveSiteParams body,
String authorization,
String authorizationOxdId)
Remove Site
Removes site from oxd-server
|
com.squareup.okhttp.Call |
DevelopersApi.removeSiteAsync(RemoveSiteParams body,
String authorization,
String authorizationOxdId,
ApiCallback<RemoveSiteResponse> callback)
Remove Site (asynchronously)
Removes site from oxd-server
|
com.squareup.okhttp.Call |
DevelopersApi.removeSiteCall(RemoveSiteParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeSite
|
ApiResponse<RemoveSiteResponse> |
DevelopersApi.removeSiteWithHttpInfo(RemoveSiteParams body,
String authorization,
String authorizationOxdId)
Remove Site
Removes site from oxd-server
|
UmaRpGetClaimsGatheringUrlResponse |
DevelopersApi.umaRpGetClaimsGatheringUrl(UmaRpGetClaimsGatheringUrlParams body,
String authorization,
String authorizationOxdId)
UMA RP Get Claims Gathering URL
UMA RP Get Claims Gathering URL
|
com.squareup.okhttp.Call |
DevelopersApi.umaRpGetClaimsGatheringUrlAsync(UmaRpGetClaimsGatheringUrlParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRpGetClaimsGatheringUrlResponse> callback)
UMA RP Get Claims Gathering URL (asynchronously)
UMA RP Get Claims Gathering URL
|
com.squareup.okhttp.Call |
DevelopersApi.umaRpGetClaimsGatheringUrlCall(UmaRpGetClaimsGatheringUrlParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRpGetClaimsGatheringUrl
|
ApiResponse<UmaRpGetClaimsGatheringUrlResponse> |
DevelopersApi.umaRpGetClaimsGatheringUrlWithHttpInfo(UmaRpGetClaimsGatheringUrlParams body,
String authorization,
String authorizationOxdId)
UMA RP Get Claims Gathering URL
UMA RP Get Claims Gathering URL
|
UmaRpGetRptResponse |
DevelopersApi.umaRpGetRpt(UmaRpGetRptParams body,
String authorization,
String authorizationOxdId)
UMA RP Get RPT
UMA RP Get RPT
|
com.squareup.okhttp.Call |
DevelopersApi.umaRpGetRptAsync(UmaRpGetRptParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRpGetRptResponse> callback)
UMA RP Get RPT (asynchronously)
UMA RP Get RPT
|
com.squareup.okhttp.Call |
DevelopersApi.umaRpGetRptCall(UmaRpGetRptParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRpGetRpt
|
ApiResponse<UmaRpGetRptResponse> |
DevelopersApi.umaRpGetRptWithHttpInfo(UmaRpGetRptParams body,
String authorization,
String authorizationOxdId)
UMA RP Get RPT
UMA RP Get RPT
|
UmaRsCheckAccessResponse |
DevelopersApi.umaRsCheckAccess(UmaRsCheckAccessParams body,
String authorization,
String authorizationOxdId)
UMA RS Check Access
UMA RS Check Access
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsCheckAccessAsync(UmaRsCheckAccessParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRsCheckAccessResponse> callback)
UMA RS Check Access (asynchronously)
UMA RS Check Access
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsCheckAccessCall(UmaRsCheckAccessParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRsCheckAccess
|
ApiResponse<UmaRsCheckAccessResponse> |
DevelopersApi.umaRsCheckAccessWithHttpInfo(UmaRsCheckAccessParams body,
String authorization,
String authorizationOxdId)
UMA RS Check Access
UMA RS Check Access
|
UmaRsModifyResponse |
DevelopersApi.umaRsModify(UmaRsModifyParams body,
String authorization,
String authorizationOxdId)
UMA RS Modify Resources
UMA RS Modify Resource.
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsModifyAsync(UmaRsModifyParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRsModifyResponse> callback)
UMA RS Modify Resources (asynchronously)
UMA RS Modify Resource.
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsModifyCall(UmaRsModifyParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRsModify
|
ApiResponse<UmaRsModifyResponse> |
DevelopersApi.umaRsModifyWithHttpInfo(UmaRsModifyParams body,
String authorization,
String authorizationOxdId)
UMA RS Modify Resources
UMA RS Modify Resource.
|
UmaRsProtectResponse |
DevelopersApi.umaRsProtect(UmaRsProtectParams body,
String authorization,
String authorizationOxdId)
UMA RS Protect Resources
UMA RS Protect Resources.
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsProtectAsync(UmaRsProtectParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRsProtectResponse> callback)
UMA RS Protect Resources (asynchronously)
UMA RS Protect Resources.
|
com.squareup.okhttp.Call |
DevelopersApi.umaRsProtectCall(UmaRsProtectParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRsProtect
|
ApiResponse<UmaRsProtectResponse> |
DevelopersApi.umaRsProtectWithHttpInfo(UmaRsProtectParams body,
String authorization,
String authorizationOxdId)
UMA RS Protect Resources
UMA RS Protect Resources.
|
UpdateSiteResponse |
DevelopersApi.updateSite(UpdateSiteParams body,
String authorization,
String authorizationOxdId)
Update Site
Updates site at oxd-server.
|
com.squareup.okhttp.Call |
DevelopersApi.updateSiteAsync(UpdateSiteParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UpdateSiteResponse> callback)
Update Site (asynchronously)
Updates site at oxd-server.
|
com.squareup.okhttp.Call |
DevelopersApi.updateSiteCall(UpdateSiteParams body,
String authorization,
String authorizationOxdId,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSite
|
ApiResponse<UpdateSiteResponse> |
DevelopersApi.updateSiteWithHttpInfo(UpdateSiteParams body,
String authorization,
String authorizationOxdId)
Update Site
Updates site at oxd-server.
|
Copyright © 2021. All rights reserved.