public class DevelopersApi extends Object
| Constructor and Description |
|---|
DevelopersApi() |
DevelopersApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
GetAccessTokenByRefreshTokenResponse |
getAccessTokenByRefreshToken(String authorization,
GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams)
Get Access Token By Refresh Token
Get Access Token By Refresh Token
|
com.squareup.okhttp.Call |
getAccessTokenByRefreshTokenAsync(String authorization,
GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams,
ApiCallback<GetAccessTokenByRefreshTokenResponse> callback)
Get Access Token By Refresh Token (asynchronously)
Get Access Token By Refresh Token
|
com.squareup.okhttp.Call |
getAccessTokenByRefreshTokenCall(String authorization,
GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAccessTokenByRefreshToken
|
ApiResponse<GetAccessTokenByRefreshTokenResponse> |
getAccessTokenByRefreshTokenWithHttpInfo(String authorization,
GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams)
Get Access Token By Refresh Token
Get Access Token By Refresh Token
|
ApiClient |
getApiClient() |
GetAuthorizationUrlResponse |
getAuthorizationUrl(String authorization,
GetAuthorizationUrlParams getAuthorizationUrlParams)
Get Authorization Url
Gets authorization url
|
com.squareup.okhttp.Call |
getAuthorizationUrlAsync(String authorization,
GetAuthorizationUrlParams getAuthorizationUrlParams,
ApiCallback<GetAuthorizationUrlResponse> callback)
Get Authorization Url (asynchronously)
Gets authorization url
|
com.squareup.okhttp.Call |
getAuthorizationUrlCall(String authorization,
GetAuthorizationUrlParams getAuthorizationUrlParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getAuthorizationUrl
|
ApiResponse<GetAuthorizationUrlResponse> |
getAuthorizationUrlWithHttpInfo(String authorization,
GetAuthorizationUrlParams getAuthorizationUrlParams)
Get Authorization Url
Gets authorization url
|
GetClientTokenResponse |
getClientToken(GetClientTokenParams getClientTokenParams)
Get Client Token
Gets Client Token
|
com.squareup.okhttp.Call |
getClientTokenAsync(GetClientTokenParams getClientTokenParams,
ApiCallback<GetClientTokenResponse> callback)
Get Client Token (asynchronously)
Gets Client Token
|
com.squareup.okhttp.Call |
getClientTokenCall(GetClientTokenParams getClientTokenParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getClientToken
|
ApiResponse<GetClientTokenResponse> |
getClientTokenWithHttpInfo(GetClientTokenParams getClientTokenParams)
Get Client Token
Gets Client Token
|
GetDiscoveryResponse |
getDiscovery(GetDiscoveryParams getDiscoveryParams)
Get OP Discovery Configuration
Get OP Discovery Configuration
|
com.squareup.okhttp.Call |
getDiscoveryAsync(GetDiscoveryParams getDiscoveryParams,
ApiCallback<GetDiscoveryResponse> callback)
Get OP Discovery Configuration (asynchronously)
Get OP Discovery Configuration
|
com.squareup.okhttp.Call |
getDiscoveryCall(GetDiscoveryParams getDiscoveryParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getDiscovery
|
ApiResponse<GetDiscoveryResponse> |
getDiscoveryWithHttpInfo(GetDiscoveryParams getDiscoveryParams)
Get OP Discovery Configuration
Get OP Discovery Configuration
|
GetJwksResponse |
getJsonWebKeySet(String authorization,
GetJwksParams getJwksParams)
Get JSON Web Key Set
Get JSON Web Key Set
|
com.squareup.okhttp.Call |
getJsonWebKeySetAsync(String authorization,
GetJwksParams getJwksParams,
ApiCallback<GetJwksResponse> callback)
Get JSON Web Key Set (asynchronously)
Get JSON Web Key Set
|
com.squareup.okhttp.Call |
getJsonWebKeySetCall(String authorization,
GetJwksParams getJwksParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getJsonWebKeySet
|
ApiResponse<GetJwksResponse> |
getJsonWebKeySetWithHttpInfo(String authorization,
GetJwksParams getJwksParams)
Get JSON Web Key Set
Get JSON Web Key Set
|
GetLogoutUriResponse |
getLogoutUri(String authorization,
GetLogoutUriParams getLogoutUriParams)
Get Logout URL
Get Logout URL
|
com.squareup.okhttp.Call |
getLogoutUriAsync(String authorization,
GetLogoutUriParams getLogoutUriParams,
ApiCallback<GetLogoutUriResponse> callback)
Get Logout URL (asynchronously)
Get Logout URL
|
com.squareup.okhttp.Call |
getLogoutUriCall(String authorization,
GetLogoutUriParams getLogoutUriParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getLogoutUri
|
ApiResponse<GetLogoutUriResponse> |
getLogoutUriWithHttpInfo(String authorization,
GetLogoutUriParams getLogoutUriParams)
Get Logout URL
Get Logout URL
|
GetTokensByCodeResponse |
getTokensByCode(String authorization,
GetTokensByCodeParams getTokensByCodeParams)
Get Tokens By Code
Get tokens by code
|
com.squareup.okhttp.Call |
getTokensByCodeAsync(String authorization,
GetTokensByCodeParams getTokensByCodeParams,
ApiCallback<GetTokensByCodeResponse> callback)
Get Tokens By Code (asynchronously)
Get tokens by code
|
com.squareup.okhttp.Call |
getTokensByCodeCall(String authorization,
GetTokensByCodeParams getTokensByCodeParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getTokensByCode
|
ApiResponse<GetTokensByCodeResponse> |
getTokensByCodeWithHttpInfo(String authorization,
GetTokensByCodeParams getTokensByCodeParams)
Get Tokens By Code
Get tokens by code
|
Map<String,Object> |
getUserInfo(String authorization,
GetUserInfoParams getUserInfoParams)
Get User Info
Get User Info
|
com.squareup.okhttp.Call |
getUserInfoAsync(String authorization,
GetUserInfoParams getUserInfoParams,
ApiCallback<Map<String,Object>> callback)
Get User Info (asynchronously)
Get User Info
|
com.squareup.okhttp.Call |
getUserInfoCall(String authorization,
GetUserInfoParams getUserInfoParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for getUserInfo
|
ApiResponse<Map<String,Object>> |
getUserInfoWithHttpInfo(String authorization,
GetUserInfoParams getUserInfoParams)
Get User Info
Get User Info
|
void |
healthCheck()
Health Check
Health Check endpoint is for quick check whether oxd-server is alive.
|
com.squareup.okhttp.Call |
healthCheckAsync(ApiCallback<Void> callback)
Health Check (asynchronously)
Health Check endpoint is for quick check whether oxd-server is alive.
|
com.squareup.okhttp.Call |
healthCheckCall(ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for healthCheck
|
ApiResponse<Void> |
healthCheckWithHttpInfo()
Health Check
Health Check endpoint is for quick check whether oxd-server is alive.
|
IntrospectAccessTokenResponse |
introspectAccessToken(String authorization,
IntrospectAccessTokenParams introspectAccessTokenParams)
Introspect Access Token
Introspect Access Token
|
com.squareup.okhttp.Call |
introspectAccessTokenAsync(String authorization,
IntrospectAccessTokenParams introspectAccessTokenParams,
ApiCallback<IntrospectAccessTokenResponse> callback)
Introspect Access Token (asynchronously)
Introspect Access Token
|
com.squareup.okhttp.Call |
introspectAccessTokenCall(String authorization,
IntrospectAccessTokenParams introspectAccessTokenParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for introspectAccessToken
|
ApiResponse<IntrospectAccessTokenResponse> |
introspectAccessTokenWithHttpInfo(String authorization,
IntrospectAccessTokenParams introspectAccessTokenParams)
Introspect Access Token
Introspect Access Token
|
IntrospectRptResponse |
introspectRpt(String authorization,
IntrospectRptParams introspectRptParams)
Introspect RPT
Introspect RPT
|
com.squareup.okhttp.Call |
introspectRptAsync(String authorization,
IntrospectRptParams introspectRptParams,
ApiCallback<IntrospectRptResponse> callback)
Introspect RPT (asynchronously)
Introspect RPT
|
com.squareup.okhttp.Call |
introspectRptCall(String authorization,
IntrospectRptParams introspectRptParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for introspectRpt
|
ApiResponse<IntrospectRptResponse> |
introspectRptWithHttpInfo(String authorization,
IntrospectRptParams introspectRptParams)
Introspect RPT
Introspect RPT
|
RegisterSiteResponse |
registerSite(RegisterSiteParams registerSiteParams)
Register Site
Registers site at oxd-server
|
com.squareup.okhttp.Call |
registerSiteAsync(RegisterSiteParams registerSiteParams,
ApiCallback<RegisterSiteResponse> callback)
Register Site (asynchronously)
Registers site at oxd-server
|
com.squareup.okhttp.Call |
registerSiteCall(RegisterSiteParams registerSiteParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for registerSite
|
ApiResponse<RegisterSiteResponse> |
registerSiteWithHttpInfo(RegisterSiteParams registerSiteParams)
Register Site
Registers site at oxd-server
|
UpdateSiteResponse |
removeSite(String authorization,
RemoveSiteParams removeSiteParams)
Remove Site
Removes site from oxd-server
|
com.squareup.okhttp.Call |
removeSiteAsync(String authorization,
RemoveSiteParams removeSiteParams,
ApiCallback<UpdateSiteResponse> callback)
Remove Site (asynchronously)
Removes site from oxd-server
|
com.squareup.okhttp.Call |
removeSiteCall(String authorization,
RemoveSiteParams removeSiteParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for removeSite
|
ApiResponse<UpdateSiteResponse> |
removeSiteWithHttpInfo(String authorization,
RemoveSiteParams removeSiteParams)
Remove Site
Removes site from oxd-server
|
void |
setApiClient(ApiClient apiClient) |
UmaRpGetClaimsGatheringUrlResponse |
umaRpGetClaimsGatheringUrl(String authorization,
UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams)
UMA RP Get Claims Gathering URL
UMA RP Get Claims Gathering URL
|
com.squareup.okhttp.Call |
umaRpGetClaimsGatheringUrlAsync(String authorization,
UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams,
ApiCallback<UmaRpGetClaimsGatheringUrlResponse> callback)
UMA RP Get Claims Gathering URL (asynchronously)
UMA RP Get Claims Gathering URL
|
com.squareup.okhttp.Call |
umaRpGetClaimsGatheringUrlCall(String authorization,
UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRpGetClaimsGatheringUrl
|
ApiResponse<UmaRpGetClaimsGatheringUrlResponse> |
umaRpGetClaimsGatheringUrlWithHttpInfo(String authorization,
UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams)
UMA RP Get Claims Gathering URL
UMA RP Get Claims Gathering URL
|
UmaRpGetRptResponse |
umaRpGetRpt(String authorization,
UmaRpGetRptParams umaRpGetRptParams)
UMA RP Get RPT
UMA RP Get RPT
|
com.squareup.okhttp.Call |
umaRpGetRptAsync(String authorization,
UmaRpGetRptParams umaRpGetRptParams,
ApiCallback<UmaRpGetRptResponse> callback)
UMA RP Get RPT (asynchronously)
UMA RP Get RPT
|
com.squareup.okhttp.Call |
umaRpGetRptCall(String authorization,
UmaRpGetRptParams umaRpGetRptParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRpGetRpt
|
ApiResponse<UmaRpGetRptResponse> |
umaRpGetRptWithHttpInfo(String authorization,
UmaRpGetRptParams umaRpGetRptParams)
UMA RP Get RPT
UMA RP Get RPT
|
UmaRsCheckAccessResponse |
umaRsCheckAccess(String authorization,
UmaRsCheckAccessParams umaRsCheckAccessParams)
UMA RS Check Access
UMA RS Check Access
|
com.squareup.okhttp.Call |
umaRsCheckAccessAsync(String authorization,
UmaRsCheckAccessParams umaRsCheckAccessParams,
ApiCallback<UmaRsCheckAccessResponse> callback)
UMA RS Check Access (asynchronously)
UMA RS Check Access
|
com.squareup.okhttp.Call |
umaRsCheckAccessCall(String authorization,
UmaRsCheckAccessParams umaRsCheckAccessParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRsCheckAccess
|
ApiResponse<UmaRsCheckAccessResponse> |
umaRsCheckAccessWithHttpInfo(String authorization,
UmaRsCheckAccessParams umaRsCheckAccessParams)
UMA RS Check Access
UMA RS Check Access
|
UmaRsProtectResponse |
umaRsProtect(String authorization,
UmaRsProtectParams umaRsProtectParams)
UMA RS Protect Resources
UMA RS Protect Resources.
|
com.squareup.okhttp.Call |
umaRsProtectAsync(String authorization,
UmaRsProtectParams umaRsProtectParams,
ApiCallback<UmaRsProtectResponse> callback)
UMA RS Protect Resources (asynchronously)
UMA RS Protect Resources.
|
com.squareup.okhttp.Call |
umaRsProtectCall(String authorization,
UmaRsProtectParams umaRsProtectParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for umaRsProtect
|
ApiResponse<UmaRsProtectResponse> |
umaRsProtectWithHttpInfo(String authorization,
UmaRsProtectParams umaRsProtectParams)
UMA RS Protect Resources
UMA RS Protect Resources.
|
UpdateSiteResponse |
updateSite(String authorization,
UpdateSiteParams updateSiteParams)
Update Site
Updates site at oxd-server.
|
com.squareup.okhttp.Call |
updateSiteAsync(String authorization,
UpdateSiteParams updateSiteParams,
ApiCallback<UpdateSiteResponse> callback)
Update Site (asynchronously)
Updates site at oxd-server.
|
com.squareup.okhttp.Call |
updateSiteCall(String authorization,
UpdateSiteParams updateSiteParams,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateSite
|
ApiResponse<UpdateSiteResponse> |
updateSiteWithHttpInfo(String authorization,
UpdateSiteParams updateSiteParams)
Update Site
Updates site at oxd-server.
|
public DevelopersApi()
public DevelopersApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call getAccessTokenByRefreshTokenCall(String authorization, GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)getAccessTokenByRefreshTokenParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetAccessTokenByRefreshTokenResponse getAccessTokenByRefreshToken(String authorization, GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams) throws ApiException
authorization - (optional)getAccessTokenByRefreshTokenParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetAccessTokenByRefreshTokenResponse> getAccessTokenByRefreshTokenWithHttpInfo(String authorization, GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams) throws ApiException
authorization - (optional)getAccessTokenByRefreshTokenParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAccessTokenByRefreshTokenAsync(String authorization, GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams, ApiCallback<GetAccessTokenByRefreshTokenResponse> callback) throws ApiException
authorization - (optional)getAccessTokenByRefreshTokenParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getAuthorizationUrlCall(String authorization, GetAuthorizationUrlParams getAuthorizationUrlParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)getAuthorizationUrlParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetAuthorizationUrlResponse getAuthorizationUrl(String authorization, GetAuthorizationUrlParams getAuthorizationUrlParams) throws ApiException
authorization - (optional)getAuthorizationUrlParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetAuthorizationUrlResponse> getAuthorizationUrlWithHttpInfo(String authorization, GetAuthorizationUrlParams getAuthorizationUrlParams) throws ApiException
authorization - (optional)getAuthorizationUrlParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getAuthorizationUrlAsync(String authorization, GetAuthorizationUrlParams getAuthorizationUrlParams, ApiCallback<GetAuthorizationUrlResponse> callback) throws ApiException
authorization - (optional)getAuthorizationUrlParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getClientTokenCall(GetClientTokenParams getClientTokenParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
getClientTokenParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetClientTokenResponse getClientToken(GetClientTokenParams getClientTokenParams) throws ApiException
getClientTokenParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetClientTokenResponse> getClientTokenWithHttpInfo(GetClientTokenParams getClientTokenParams) throws ApiException
getClientTokenParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getClientTokenAsync(GetClientTokenParams getClientTokenParams, ApiCallback<GetClientTokenResponse> callback) throws ApiException
getClientTokenParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getDiscoveryCall(GetDiscoveryParams getDiscoveryParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
getDiscoveryParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetDiscoveryResponse getDiscovery(GetDiscoveryParams getDiscoveryParams) throws ApiException
getDiscoveryParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetDiscoveryResponse> getDiscoveryWithHttpInfo(GetDiscoveryParams getDiscoveryParams) throws ApiException
getDiscoveryParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getDiscoveryAsync(GetDiscoveryParams getDiscoveryParams, ApiCallback<GetDiscoveryResponse> callback) throws ApiException
getDiscoveryParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getJsonWebKeySetCall(String authorization, GetJwksParams getJwksParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)getJwksParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetJwksResponse getJsonWebKeySet(String authorization, GetJwksParams getJwksParams) throws ApiException
authorization - (optional)getJwksParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetJwksResponse> getJsonWebKeySetWithHttpInfo(String authorization, GetJwksParams getJwksParams) throws ApiException
authorization - (optional)getJwksParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getJsonWebKeySetAsync(String authorization, GetJwksParams getJwksParams, ApiCallback<GetJwksResponse> callback) throws ApiException
authorization - (optional)getJwksParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getLogoutUriCall(String authorization, GetLogoutUriParams getLogoutUriParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)getLogoutUriParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetLogoutUriResponse getLogoutUri(String authorization, GetLogoutUriParams getLogoutUriParams) throws ApiException
authorization - (optional)getLogoutUriParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetLogoutUriResponse> getLogoutUriWithHttpInfo(String authorization, GetLogoutUriParams getLogoutUriParams) throws ApiException
authorization - (optional)getLogoutUriParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getLogoutUriAsync(String authorization, GetLogoutUriParams getLogoutUriParams, ApiCallback<GetLogoutUriResponse> callback) throws ApiException
authorization - (optional)getLogoutUriParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getTokensByCodeCall(String authorization, GetTokensByCodeParams getTokensByCodeParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)getTokensByCodeParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic GetTokensByCodeResponse getTokensByCode(String authorization, GetTokensByCodeParams getTokensByCodeParams) throws ApiException
authorization - (optional)getTokensByCodeParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<GetTokensByCodeResponse> getTokensByCodeWithHttpInfo(String authorization, GetTokensByCodeParams getTokensByCodeParams) throws ApiException
authorization - (optional)getTokensByCodeParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getTokensByCodeAsync(String authorization, GetTokensByCodeParams getTokensByCodeParams, ApiCallback<GetTokensByCodeResponse> callback) throws ApiException
authorization - (optional)getTokensByCodeParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call getUserInfoCall(String authorization, GetUserInfoParams getUserInfoParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)getUserInfoParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic Map<String,Object> getUserInfo(String authorization, GetUserInfoParams getUserInfoParams) throws ApiException
authorization - (optional)getUserInfoParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Map<String,Object>> getUserInfoWithHttpInfo(String authorization, GetUserInfoParams getUserInfoParams) throws ApiException
authorization - (optional)getUserInfoParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call getUserInfoAsync(String authorization, GetUserInfoParams getUserInfoParams, ApiCallback<Map<String,Object>> callback) throws ApiException
authorization - (optional)getUserInfoParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call healthCheckCall(ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic void healthCheck()
throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<Void> healthCheckWithHttpInfo() throws ApiException
ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call healthCheckAsync(ApiCallback<Void> callback) throws ApiException
callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call introspectAccessTokenCall(String authorization, IntrospectAccessTokenParams introspectAccessTokenParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)introspectAccessTokenParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic IntrospectAccessTokenResponse introspectAccessToken(String authorization, IntrospectAccessTokenParams introspectAccessTokenParams) throws ApiException
authorization - (optional)introspectAccessTokenParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IntrospectAccessTokenResponse> introspectAccessTokenWithHttpInfo(String authorization, IntrospectAccessTokenParams introspectAccessTokenParams) throws ApiException
authorization - (optional)introspectAccessTokenParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call introspectAccessTokenAsync(String authorization, IntrospectAccessTokenParams introspectAccessTokenParams, ApiCallback<IntrospectAccessTokenResponse> callback) throws ApiException
authorization - (optional)introspectAccessTokenParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call introspectRptCall(String authorization, IntrospectRptParams introspectRptParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)introspectRptParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic IntrospectRptResponse introspectRpt(String authorization, IntrospectRptParams introspectRptParams) throws ApiException
authorization - (optional)introspectRptParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<IntrospectRptResponse> introspectRptWithHttpInfo(String authorization, IntrospectRptParams introspectRptParams) throws ApiException
authorization - (optional)introspectRptParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call introspectRptAsync(String authorization, IntrospectRptParams introspectRptParams, ApiCallback<IntrospectRptResponse> callback) throws ApiException
authorization - (optional)introspectRptParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call registerSiteCall(RegisterSiteParams registerSiteParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
registerSiteParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic RegisterSiteResponse registerSite(RegisterSiteParams registerSiteParams) throws ApiException
registerSiteParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<RegisterSiteResponse> registerSiteWithHttpInfo(RegisterSiteParams registerSiteParams) throws ApiException
registerSiteParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call registerSiteAsync(RegisterSiteParams registerSiteParams, ApiCallback<RegisterSiteResponse> callback) throws ApiException
registerSiteParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call removeSiteCall(String authorization, RemoveSiteParams removeSiteParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)removeSiteParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UpdateSiteResponse removeSite(String authorization, RemoveSiteParams removeSiteParams) throws ApiException
authorization - (optional)removeSiteParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UpdateSiteResponse> removeSiteWithHttpInfo(String authorization, RemoveSiteParams removeSiteParams) throws ApiException
authorization - (optional)removeSiteParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call removeSiteAsync(String authorization, RemoveSiteParams removeSiteParams, ApiCallback<UpdateSiteResponse> callback) throws ApiException
authorization - (optional)removeSiteParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call umaRpGetClaimsGatheringUrlCall(String authorization, UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)umaRpGetClaimsGatheringUrlParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UmaRpGetClaimsGatheringUrlResponse umaRpGetClaimsGatheringUrl(String authorization, UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams) throws ApiException
authorization - (optional)umaRpGetClaimsGatheringUrlParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UmaRpGetClaimsGatheringUrlResponse> umaRpGetClaimsGatheringUrlWithHttpInfo(String authorization, UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams) throws ApiException
authorization - (optional)umaRpGetClaimsGatheringUrlParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call umaRpGetClaimsGatheringUrlAsync(String authorization, UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams, ApiCallback<UmaRpGetClaimsGatheringUrlResponse> callback) throws ApiException
authorization - (optional)umaRpGetClaimsGatheringUrlParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call umaRpGetRptCall(String authorization, UmaRpGetRptParams umaRpGetRptParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)umaRpGetRptParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UmaRpGetRptResponse umaRpGetRpt(String authorization, UmaRpGetRptParams umaRpGetRptParams) throws ApiException
authorization - (optional)umaRpGetRptParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UmaRpGetRptResponse> umaRpGetRptWithHttpInfo(String authorization, UmaRpGetRptParams umaRpGetRptParams) throws ApiException
authorization - (optional)umaRpGetRptParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call umaRpGetRptAsync(String authorization, UmaRpGetRptParams umaRpGetRptParams, ApiCallback<UmaRpGetRptResponse> callback) throws ApiException
authorization - (optional)umaRpGetRptParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call umaRsCheckAccessCall(String authorization, UmaRsCheckAccessParams umaRsCheckAccessParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)umaRsCheckAccessParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UmaRsCheckAccessResponse umaRsCheckAccess(String authorization, UmaRsCheckAccessParams umaRsCheckAccessParams) throws ApiException
authorization - (optional)umaRsCheckAccessParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UmaRsCheckAccessResponse> umaRsCheckAccessWithHttpInfo(String authorization, UmaRsCheckAccessParams umaRsCheckAccessParams) throws ApiException
authorization - (optional)umaRsCheckAccessParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call umaRsCheckAccessAsync(String authorization, UmaRsCheckAccessParams umaRsCheckAccessParams, ApiCallback<UmaRsCheckAccessResponse> callback) throws ApiException
authorization - (optional)umaRsCheckAccessParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call umaRsProtectCall(String authorization, UmaRsProtectParams umaRsProtectParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)umaRsProtectParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UmaRsProtectResponse umaRsProtect(String authorization, UmaRsProtectParams umaRsProtectParams) throws ApiException
authorization - (optional)umaRsProtectParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UmaRsProtectResponse> umaRsProtectWithHttpInfo(String authorization, UmaRsProtectParams umaRsProtectParams) throws ApiException
authorization - (optional)umaRsProtectParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call umaRsProtectAsync(String authorization, UmaRsProtectParams umaRsProtectParams, ApiCallback<UmaRsProtectResponse> callback) throws ApiException
authorization - (optional)umaRsProtectParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectpublic com.squareup.okhttp.Call updateSiteCall(String authorization, UpdateSiteParams updateSiteParams, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
authorization - (optional)updateSiteParams - (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic UpdateSiteResponse updateSite(String authorization, UpdateSiteParams updateSiteParams) throws ApiException
authorization - (optional)updateSiteParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic ApiResponse<UpdateSiteResponse> updateSiteWithHttpInfo(String authorization, UpdateSiteParams updateSiteParams) throws ApiException
authorization - (optional)updateSiteParams - (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response bodypublic com.squareup.okhttp.Call updateSiteAsync(String authorization, UpdateSiteParams updateSiteParams, ApiCallback<UpdateSiteResponse> callback) throws ApiException
authorization - (optional)updateSiteParams - (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2021. All rights reserved.