|
Home > Archive > WebSphere Portal Server > June 2004 > SSO & login classes
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
SSO & login classes
|
|
| tiabarca 2004-06-16, 5:53 pm |
| I would like to connect to a Notes DataBase, also a Quickplace database, using a Java bean. This would be a client that performs requests to the server and retrieves info.
The problem is when the database needs authentication the response is null(or not authorized), I don't know how can I pass username & password to the Domino Server.
Have someone any idea about this?
Thanks
Sebastia
| |
|
| Take a look at these two articles, and they should give you a really good
start:
http://www-10.lotus.com/ldd/today.n...Java_access_pt1
http://www-10.lotus.com/ldd/today.n...p/Java_access_2
or view the PDF version of this Redbook for free:
http://publib-b.boulder.ibm.com/Red...ight=0,security
Have fun!
LTH.
"tiabarca" <tiabarca@hotmail.com> wrote in message
news:1076121753.1087369063309.JavaMail.wasadmin@swg3ws006...
> I would like to connect to a Notes DataBase, also a Quickplace database,
using a Java bean. This would be a client that performs requests to the
server and retrieves info.
> The problem is when the database needs authentication the response is
null(or not authorized), I don't know how can I pass username & password to
the Domino Server.
> Have someone any idea about this?
>
> Thanks
>
> Sebastia
>
| |
|
| tiabarca <tiabarca@hotmail.com> wrote in message news:<1076121753.1087369063309.JavaMail.wasadmin@swg3ws006>...
Are you usingthe Domino Java APIs to connect to your Domino server and
open the database ? If you are you can connect to the domino server
passing the value of the LtpaToken cookie as a parameter. This will
sign you on to domino as the user who is signed on to the portal.
> I would like to connect to a Notes DataBase, also a Quickplace database, using a Java bean. This would be a client that performs requests to the server and retrieves info.
> The problem is when the database needs authentication the response is null(or not authorized), I don't know how can I pass username & password to the Domino Server.
> Have someone any idea about this?
>
> Thanks
>
> Sebastia
|
|
|
|
|