| Modifier and Type | Method and Description |
|---|---|
abstract javax.ws.rs.core.Response |
RegisterApiService.updateApplication(UpdateRequestDTO updateRequest,
String clientId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
RegisterApi.updateApplication(UpdateRequestDTO updateRequest,
String clientId,
org.wso2.msf4j.Request request) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRequestDTO |
UpdateRequestDTO.addGrantTypesItem(String grantTypesItem) |
UpdateRequestDTO |
UpdateRequestDTO.addRedirectUrisItem(String redirectUrisItem) |
UpdateRequestDTO |
UpdateRequestDTO.clientName(String clientName) |
UpdateRequestDTO |
UpdateRequestDTO.grantTypes(List<String> grantTypes) |
UpdateRequestDTO |
UpdateRequestDTO.redirectUris(List<String> redirectUris) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
RegisterApiServiceImpl.updateApplication(UpdateRequestDTO updateRequest,
String clientId,
org.wso2.msf4j.Request request) |
| Modifier and Type | Method and Description |
|---|---|
static org.wso2.carbon.auth.client.registration.model.Application |
MappingUtil.updateRequestToApplication(UpdateRequestDTO updateRequestDTO)
This method convert the Dto object into Model
|
Copyright © 2017 WSO2. All rights reserved.