URL: "http://<hostname>:<port>/BOE/BI/logon/start.do?ivsLogonToken="+logonTokenValue
ivsLogonToken:
String host = ServerUtil.getSystemProperty(Constants.HOST);
String port = ServerUtil.getSystemProperty(Constants.PORT);
String security = ServerUtil.getSystemProperty(Constants.SECURITY);;
IEnterpriseSession instance = CrystalEnterprise.getSessionMgr().logon(userName, pwd, host + ":" + port, security);
String token = instance.getLogonTokenMgr().createLogonToken("", 60, Integer.MAX_VALUE);
114

被折叠的 条评论
为什么被折叠?



