Commit 42a20239 authored by SABURI PATEKAR's avatar SABURI PATEKAR

In Application API added comment and Screen when we directly add API User...

In Application API added comment and Screen when we directly add API User (third form) after adding header details (first form)
SAXParseException is coming.
parent 009e4c14
...@@ -15,6 +15,7 @@ import javax.ejb.Stateless; ...@@ -15,6 +15,7 @@ import javax.ejb.Stateless;
import org.w3c.dom.Document; import org.w3c.dom.Document;
import org.w3c.dom.Node; import org.w3c.dom.Node;
import org.w3c.dom.NodeList; import org.w3c.dom.NodeList;
import org.xml.sax.SAXParseException;
import ibase.bean.ExtAuthApplicationBean; import ibase.bean.ExtAuthApplicationBean;
import ibase.bean.ExtAuthRespBean; import ibase.bean.ExtAuthRespBean;
...@@ -786,6 +787,8 @@ public class ApplicationApi extends ValidatorEJB { ...@@ -786,6 +787,8 @@ public class ApplicationApi extends ValidatorEJB {
BaseLogger.log("3", null, null, "Application Bean=[" + applicationBean); BaseLogger.log("3", null, null, "Application Bean=[" + applicationBean);
String tokenId = getJWTToken(userInfo.getLoginCode(), applicationBean); String tokenId = getJWTToken(userInfo.getLoginCode(), applicationBean);
BaseLogger.log("3", null, null, "tOKEN iD:::::796[" + tokenId); BaseLogger.log("3", null, null, "tOKEN iD:::::796[" + tokenId);
//added by Saburi - In Application API Screen when we directly add API User (third form) after adding header details (first form)
userId = checkNull(userInfo.getLoginCode()); userId = checkNull(userInfo.getLoginCode());
BaseLogger.log("3", null, null, "UserId from UserInfoBean = " + userId); BaseLogger.log("3", null, null, "UserId from UserInfoBean = " + userId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment