@Path(value="/api/identity/oauth2/dcr/v1.[\\d]+/register") @Consumes(value="application/json") @Produces(value="application/json") @ApplicationPath(value="/register") public class RegisterApi extends Object implements org.wso2.msf4j.Microservice
| Constructor and Description |
|---|
RegisterApi() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
deleteApplication(String clientId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
getApplication(String clientId,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
registerApplication(RegistrationRequestDTO registrationRequest,
org.wso2.msf4j.Request request) |
javax.ws.rs.core.Response |
updateApplication(UpdateRequestDTO updateRequest,
String clientId,
org.wso2.msf4j.Request request) |
@DELETE
@Path(value="/{client_id}")
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response deleteApplication(@PathParam(value="client_id")
String clientId,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundException@GET
@Path(value="/{client_id}")
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response getApplication(@PathParam(value="client_id")
String clientId,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundException@POST @Consumes(value="application/json") @Produces(value="application/json") public javax.ws.rs.core.Response registerApplication(RegistrationRequestDTO registrationRequest, @Context org.wso2.msf4j.Request request) throws NotFoundException
NotFoundException@PUT
@Path(value="/{client_id}")
@Consumes(value="application/json")
@Produces(value="application/json")
public javax.ws.rs.core.Response updateApplication(UpdateRequestDTO updateRequest,
@PathParam(value="client_id")
String clientId,
@Context
org.wso2.msf4j.Request request)
throws NotFoundException
NotFoundExceptionCopyright © 2017 WSO2. All rights reserved.