| 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(String authorization,
GetAccessTokenByRefreshTokenParams getAccessTokenByRefreshTokenParams)
Get Access Token By Refresh Token
Get Access Token By Refresh Token
|
ApiResponse<GetAuthorizationUrlResponse> |
DevelopersApi.getAuthorizationUrlWithHttpInfo(String authorization,
GetAuthorizationUrlParams getAuthorizationUrlParams)
Get Authorization Url
Gets authorization url
|
ApiResponse<GetClientTokenResponse> |
DevelopersApi.getClientTokenWithHttpInfo(GetClientTokenParams getClientTokenParams)
Get Client Token
Gets Client Token
|
ApiResponse<GetDiscoveryResponse> |
DevelopersApi.getDiscoveryWithHttpInfo(GetDiscoveryParams getDiscoveryParams)
Get OP Discovery Configuration
Get OP Discovery Configuration
|
ApiResponse<GetJwksResponse> |
DevelopersApi.getJsonWebKeySetWithHttpInfo(String authorization,
GetJwksParams getJwksParams)
Get JSON Web Key Set
Get JSON Web Key Set
|
ApiResponse<GetLogoutUriResponse> |
DevelopersApi.getLogoutUriWithHttpInfo(String authorization,
GetLogoutUriParams getLogoutUriParams)
Get Logout URL
Get Logout URL
|
ApiResponse<GetTokensByCodeResponse> |
DevelopersApi.getTokensByCodeWithHttpInfo(String authorization,
GetTokensByCodeParams getTokensByCodeParams)
Get Tokens By Code
Get tokens by code
|
ApiResponse<Map<String,Object>> |
DevelopersApi.getUserInfoWithHttpInfo(String authorization,
GetUserInfoParams getUserInfoParams)
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(String authorization,
IntrospectAccessTokenParams introspectAccessTokenParams)
Introspect Access Token
Introspect Access Token
|
ApiResponse<IntrospectRptResponse> |
DevelopersApi.introspectRptWithHttpInfo(String authorization,
IntrospectRptParams introspectRptParams)
Introspect RPT
Introspect RPT
|
ApiResponse<RegisterSiteResponse> |
DevelopersApi.registerSiteWithHttpInfo(RegisterSiteParams registerSiteParams)
Register Site
Registers site at oxd-server
|
ApiResponse<UpdateSiteResponse> |
DevelopersApi.removeSiteWithHttpInfo(String authorization,
RemoveSiteParams removeSiteParams)
Remove Site
Removes site from oxd-server
|
ApiResponse<UmaRpGetClaimsGatheringUrlResponse> |
DevelopersApi.umaRpGetClaimsGatheringUrlWithHttpInfo(String authorization,
UmaRpGetClaimsGatheringUrlParams umaRpGetClaimsGatheringUrlParams)
UMA RP Get Claims Gathering URL
UMA RP Get Claims Gathering URL
|
ApiResponse<UmaRpGetRptResponse> |
DevelopersApi.umaRpGetRptWithHttpInfo(String authorization,
UmaRpGetRptParams umaRpGetRptParams)
UMA RP Get RPT
UMA RP Get RPT
|
ApiResponse<UmaRsCheckAccessResponse> |
DevelopersApi.umaRsCheckAccessWithHttpInfo(String authorization,
UmaRsCheckAccessParams umaRsCheckAccessParams)
UMA RS Check Access
UMA RS Check Access
|
ApiResponse<UmaRsProtectResponse> |
DevelopersApi.umaRsProtectWithHttpInfo(String authorization,
UmaRsProtectParams umaRsProtectParams)
UMA RS Protect Resources
UMA RS Protect Resources.
|
ApiResponse<UpdateSiteResponse> |
DevelopersApi.updateSiteWithHttpInfo(String authorization,
UpdateSiteParams updateSiteParams)
Update Site
Updates site at oxd-server.
|
Copyright © 2020. All rights reserved.