public class ClientServlet
extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
ClientServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
HashMap<String,String> |
getConsentReceipt(ArrayList<String> Ids) |
ArrayList<String> |
getConsentReceiptId() |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doGet in class javax.servlet.http.HttpServletIOExceptionprotected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws IOException
doPost in class javax.servlet.http.HttpServletIOExceptionpublic ArrayList<String> getConsentReceiptId() throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic HashMap<String,String> getConsentReceipt(ArrayList<String> Ids) throws IOException
IOExceptionCopyright © 2021 WSO2. All rights reserved.