| Package | Description |
|---|---|
| io.swagger.client | |
| io.swagger.client.api |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<GetAccessTokenByRefreshTokenResponse> |
DevelopersApi.getAccessTokenByRefreshTokenWithHttpInfo(GetAccessTokenByRefreshTokenParams body,
String authorization,
String authorizationOxdId)
Get Access Token By Refresh Token
Get Access Token By Refresh Token
|
ApiResponse<GetAuthorizationUrlResponse> |
DevelopersApi.getAuthorizationUrlWithHttpInfo(GetAuthorizationUrlParams body,
String authorization,
String authorizationOxdId)
Get Authorization Url
Gets authorization url
|
ApiResponse<GetClientTokenResponse> |
DevelopersApi.getClientTokenWithHttpInfo(GetClientTokenParams body)
Get Client Token
Gets Client Token
|
ApiResponse<GetDiscoveryResponse> |
DevelopersApi.getDiscoveryWithHttpInfo(GetDiscoveryParams body)
Get OP Discovery Configuration
Get OP Discovery Configuration
|
ApiResponse<GetIssuerResponse> |
DevelopersApi.getIssuerWithHttpInfo(GetIssuerParams body)
Get Issuer
Get Issuer
|
ApiResponse<GetJwksResponse> |
DevelopersApi.getJsonWebKeySetWithHttpInfo(GetJwksParams body,
String authorization,
String authorizationOxdId)
Get JSON Web Key Set
Get JSON Web Key Set
|
ApiResponse<GetLogoutUriResponse> |
DevelopersApi.getLogoutUriWithHttpInfo(GetLogoutUriParams body,
String authorization,
String authorizationOxdId)
Get Logout URL
Get Logout URL
|
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
|
ApiResponse<GetRpJwksResponse> |
DevelopersApi.getRpJwksWithHttpInfo()
Get Rp JWKS
Get Rp JWKS
|
ApiResponse<GetTokensByCodeResponse> |
DevelopersApi.getTokensByCodeWithHttpInfo(GetTokensByCodeParams body,
String authorization,
String authorizationOxdId)
Get Tokens By Code
Get tokens by code
|
ApiResponse<Map<String,Object>> |
DevelopersApi.getUserInfoWithHttpInfo(GetUserInfoParams body,
String authorization,
String authorizationOxdId)
Get User Info
Get User Info
|
ApiResponse<Void> |
DevelopersApi.healthCheckWithHttpInfo()
Health Check
Health Check endpoint is for quick check whether oxd-server is alive.
|
ApiResponse<IntrospectAccessTokenResponse> |
DevelopersApi.introspectAccessTokenWithHttpInfo(IntrospectAccessTokenParams body,
String authorization,
String authorizationOxdId)
Introspect Access Token
Introspect Access Token
|
ApiResponse<IntrospectRptResponse> |
DevelopersApi.introspectRptWithHttpInfo(IntrospectRptParams body,
String authorization,
String authorizationOxdId)
Introspect RPT
Introspect RPT
|
ApiResponse<RegisterSiteResponse> |
DevelopersApi.registerSiteWithHttpInfo(RegisterSiteParams body)
Register Site
Registers site at oxd-server
|
ApiResponse<RemoveSiteResponse> |
DevelopersApi.removeSiteWithHttpInfo(RemoveSiteParams body,
String authorization,
String authorizationOxdId)
Remove Site
Removes site from oxd-server
|
ApiResponse<UmaRpGetClaimsGatheringUrlResponse> |
DevelopersApi.umaRpGetClaimsGatheringUrlWithHttpInfo(UmaRpGetClaimsGatheringUrlParams body,
String authorization,
String authorizationOxdId)
UMA RP Get Claims Gathering URL
UMA RP Get Claims Gathering URL
|
ApiResponse<UmaRpGetRptResponse> |
DevelopersApi.umaRpGetRptWithHttpInfo(UmaRpGetRptParams body,
String authorization,
String authorizationOxdId)
UMA RP Get RPT
UMA RP Get RPT
|
ApiResponse<UmaRsCheckAccessResponse> |
DevelopersApi.umaRsCheckAccessWithHttpInfo(UmaRsCheckAccessParams body,
String authorization,
String authorizationOxdId)
UMA RS Check Access
UMA RS Check Access
|
ApiResponse<UmaRsModifyResponse> |
DevelopersApi.umaRsModifyWithHttpInfo(UmaRsModifyParams body,
String authorization,
String authorizationOxdId)
UMA RS Modify Resources
UMA RS Modify Resource.
|
ApiResponse<UmaRsProtectResponse> |
DevelopersApi.umaRsProtectWithHttpInfo(UmaRsProtectParams body,
String authorization,
String authorizationOxdId)
UMA RS Protect Resources
UMA RS Protect Resources.
|
ApiResponse<UpdateSiteResponse> |
DevelopersApi.updateSiteWithHttpInfo(UpdateSiteParams body,
String authorization,
String authorizationOxdId)
Update Site
Updates site at oxd-server.
|
Copyright © 2021. All rights reserved.