| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(com.squareup.okhttp.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Modifier and Type | Method and Description |
|---|---|
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.getAuthorizationUrlAsync(GetAuthorizationUrlParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetAuthorizationUrlResponse> callback)
Get Authorization Url (asynchronously)
Gets authorization url
|
com.squareup.okhttp.Call |
DevelopersApi.getClientTokenAsync(GetClientTokenParams body,
ApiCallback<GetClientTokenResponse> callback)
Get Client Token (asynchronously)
Gets Client Token
|
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.getIssuerAsync(GetIssuerParams body,
ApiCallback<GetIssuerResponse> callback)
Get Issuer (asynchronously)
Get Issuer
|
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.getLogoutUriAsync(GetLogoutUriParams body,
String authorization,
String authorizationOxdId,
ApiCallback<GetLogoutUriResponse> callback)
Get Logout URL (asynchronously)
Get Logout URL
|
com.squareup.okhttp.Call |
DevelopersApi.getRequestObjectAsync(String requestObjectId,
ApiCallback<String> callback)
Get Request Object (asynchronously)
Get Request Object
|
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.getRpJwksAsync(ApiCallback<GetRpJwksResponse> callback)
Get Rp JWKS (asynchronously)
Get Rp JWKS
|
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.getUserInfoAsync(GetUserInfoParams body,
String authorization,
String authorizationOxdId,
ApiCallback<Map<String,Object>> callback)
Get User Info (asynchronously)
Get User Info
|
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.introspectAccessTokenAsync(IntrospectAccessTokenParams body,
String authorization,
String authorizationOxdId,
ApiCallback<IntrospectAccessTokenResponse> callback)
Introspect Access Token (asynchronously)
Introspect Access Token
|
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.registerSiteAsync(RegisterSiteParams body,
ApiCallback<RegisterSiteResponse> callback)
Register Site (asynchronously)
Registers site at 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.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.umaRpGetRptAsync(UmaRpGetRptParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRpGetRptResponse> callback)
UMA RP Get RPT (asynchronously)
UMA RP Get RPT
|
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.umaRsModifyAsync(UmaRsModifyParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UmaRsModifyResponse> callback)
UMA RS Modify Resources (asynchronously)
UMA RS Modify Resource.
|
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.updateSiteAsync(UpdateSiteParams body,
String authorization,
String authorizationOxdId,
ApiCallback<UpdateSiteResponse> callback)
Update Site (asynchronously)
Updates site at oxd-server.
|
Copyright © 2021. All rights reserved.