cancel
Showing results for 
Search instead for 
Did you mean: 

Java code to get user mapping info

Former Member
0 Kudos

I am writing a Java Servlet that needs to read the username and password to a user mapping system. Can anyone post a code example that will accomplish this? I have already been looking through the forums, so please don't post links to other forum entries.

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Eric,

even if you don't like to get a link to another forum entry, that's just what I will offer you: /thread/13806 [original link is broken]

If this doesn't fit your needs, please be more precise what's your problem in detail.

(I expects we are talking about portal user mappings; in this case, the question should have been posten within EP dev forum.)

Hope it helps

Detlev

Answers (2)

Answers (2)

Former Member
0 Kudos

hello Pfister,

I'll send you one article link , just go thru it ,

you can many examples from basics. if you get any errors just take that error no. which displayed , you can find the solution for that error in the link.

This link you can see one good example:

http://www.onjava.com/pub/a/onjava/excerpt/java_cookbook_ch18/index.html?page=5

Regards,

Varun

Former Member
0 Kudos

Are you asking how to get a user name and password from an HTML form so that you can pass this to a backend user mapping system? Please provide more info.