互联网服务

单点登录程序需要导入哪些jar包

各位大侠,我把lgtq1983这位兄弟的单点登录例子(帖子地址是http://www.cognoschina.net/club/thread-23226-1-1.html)的代码放到新建的JAVA工程里,报找不到某些jar包,目前我只导入了axis.jar这个包,其余的不知道该导入哪些包,请问有大侠知道吗?请看下面截图




参与8

7同行回答

gulangduhugulangduhu软件开发工程师普瑞邦克
回复 7# zhonghanquan     BIBusHeaderHelper这个类在哪个JAR包呢?我没有找到,请指导一下显示全部
回复 7# zhonghanquan


    BIBusHeaderHelper这个类在哪个JAR包呢?我没有找到,请指导一下收起
互联网服务 · 2012-11-05
浏览1059
zhonghanquanzhonghanquan业务部门经理信和汇诚
回复 6# Apollo.yang     你说得对,还需要引用BIBusHeaderHelper这个类,要不然会报错!显示全部
回复 6# Apollo.yang


    你说得对,还需要引用BIBusHeaderHelper这个类,要不然会报错!收起
互联网服务 · 2012-06-29
浏览1064
Apollo.yangApollo.yangBI技术总监重庆鸿数信息科技有限公司
C10的版本,除了lib下的jar包以外,还有对其他几个目录的代码引用。显示全部
C10的版本,除了lib下的jar包以外,还有对其他几个目录的代码引用。收起
IT分销/经销 · 2012-06-26
浏览1015
j466652667j466652667学生中南大学
没实现过,不知道显示全部
没实现过,不知道收起
教育/培训 · 2012-06-26
浏览1011
zhonghanquanzhonghanquan业务部门经理信和汇诚
回复 3# 脚踏飞燕     谢谢版主,用自定义JAVA提供程序实现用户登录验证功能我已经实现了,呵呵,现在我要解决的是把Cognos与我们的平台做单点登录集成,就是从后台进行验证,比如我把某张Analysis Studio报表的URL放到平台,平台这边直接点击这张报表,就能把它打开,而不弹...显示全部
回复 3# 脚踏飞燕


    谢谢版主,用自定义JAVA提供程序实现用户登录验证功能我已经实现了,呵呵,现在我要解决的是把Cognos与我们的平台做单点登录集成,就是从后台进行验证,比如我把某张Analysis Studio报表的URL放到平台,平台这边直接点击这张报表,就能把它打开,而不弹出输入用户ID和密码的窗口,开始我们是用URL+参数来实现,但是不安全,所以想用SDK实现。我现在把\c10\sdk\java\lib所有jar包导进来,就不报错了,哈哈!收起
互联网服务 · 2012-06-25
浏览1031
脚踏飞燕脚踏飞燕项目经理东虹桥金融在线(www.dhqjr.com)
To configure and run the sample provided, please follow these steps:    1) Add the Java SDK to your path.    2) Build the sample using the command build.bat on Windows or        build.sh on Unix.    3...显示全部
To configure and run the sample provided, please follow these steps:

    1) Add the Java SDK to your path.
    2) Build the sample using the command build.bat on Windows or
       build.sh on Unix.
    3) Add the jar file to your IBM Cognos 10 classpath or copy the jar to
       /webapps/p2pd/WEB-INF/lib.
    4) Add the  MS SQL server jarfiles (sqljdbc.jar or sqljdbc4.jar) to your classpath or copy the files to     
       /webapps/p2pd/WEB-INF/lib.
       Refer to http://technet.microsoft.com/en-us/library/ms378422.aspx for the system requirements.
    5) Copy the JDBC configuration file to the /configuration  
       directory. Ensure that the name contains the namespaceID to be
       recognized (namespaceID is case sensitive).
       Ex:
          namespaceID = Sample1
          JDBC configurations file = JDBC_Config_Sample1.properties
    6) Modify the content of the configuration file to point to your
       MSSQL database.
    7) In IBM Cognos Configuration, configure the Custom Java namespace
       using the configuration tool, (the class name and NamespaceID
       are case sensitive):
          Type:               Custom Java provider
          Namespace ID:       Sample1
          Java class name:    JDBCSample
    8) Apply changes and restart IBM Cognos 10.

The new authentication namespace should now appear in IBM Cognos 10 for
logon and security administration tasks within IBM Cognos 10.

NOTE: Should IBM Cognos 10 fail to start up once the new namespace
is configured, please verify your configuration. IBM Cognos 10 will
not start up if it cannot successfully communicate to the
authentication source.收起
融资租赁 · 2012-06-25
浏览1026
zhonghanquanzhonghanquan业务部门经理信和汇诚
我之前用的是报表URL+&CAMUsername=用户ID&CAMPassword=用户密码 的方式,但是这种单点登录验证不够安全,所以想从他的后台验证,之前我也发了个类似的帖子,呵呵!显示全部
我之前用的是报表URL+&CAMUsername=用户ID&CAMPassword=用户密码 的方式,但是这种单点登录验证不够安全,所以想从他的后台验证,之前我也发了个类似的帖子,呵呵!收起
互联网服务 · 2012-06-25
浏览1039

提问者

zhonghanquan
业务部门经理信和汇诚
擅长领域: 大数据商业智能服务器

问题状态

  • 发布时间:2012-06-25
  • 关注会员:1 人
  • 问题浏览:5309
  • 最近回答:2012-11-05
  • X社区推广