How to Get Client Login ID in java creator

How to Get Client Login ID in java creator?I mean how to how get the ID(Login ID) of User requesting for Page?
[124 byte] By [muhammadAbrara] at [2007-11-27 3:58:04]
# 1
Your question is unclear. Are you trying to createa login pag, where the user enters login information (username/password) ?
Rradhikaa at 2007-7-12 9:02:28 > top of Java-index,Development Tools,Java Tools...
# 2
suppose my client is requesting a page.i want to know about login ID of his machine Like: ADCF\mabrar(Domain Name\User Name) at server side. Infact i want to impliment some thing like windows authuntication!!!
muhammadAbrara at 2007-7-12 9:02:28 > top of Java-index,Development Tools,Java Tools...
# 3

Hi,

> Infact i want to impliment some thing like windows

> authuntication!!!

Wow, I think implementing windows auth would be really hard in java. However you could use JAAS - this will allow you to create your own login module (which uses for example LDAP).

Here are some resources:

http://developers.sun.com/jscreator/reference/techart/2/jaas_authentication.htm l

http://weblogs.java.net/blog/edburns/archive/2006/03/repost_using_ja.html

best regards

Grzegorz

Grzegorz.Kluczeka at 2007-7-12 9:02:28 > top of Java-index,Development Tools,Java Tools...
# 4
If you are trying to authenticate against Windows domains, you might also want to check out Winston's blog: http://blogs.sun.com/winston/entry/active_directory_service
jsra at 2007-7-12 9:02:28 > top of Java-index,Development Tools,Java Tools...