|
Hi I am working on single signon project using Kerberos, EIM I have setup KerberosKey and EIM server, EIM registeries, Identifiers, I have following code DomainManager dm = DomainManager.getInstance(); String url = "ldap://myservier:389/ibm-eimDomainName=EIM_maps"; ConnectInfo ci = new ConnectInfo("cn=administrator", "password"); Domain myDomain = dm.getDomain(url, ci); Set set3 = myDomain.findTargetFromSource("userid", "source", "targer"); RegistryUser regUser=(RegistryUser)set3.iterator().next(). regUser.getTargetUserName(); Here i get the target name, i.e the AS400 user id, now the question is how do i create a AS400JDBCConnection and AS400 class, Is there any code for doing this Ashish __________________________________ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/design_giveaway/
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.