File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Java Applicaiton Client Authenication Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Java Applicaiton Client Authenication" Watch "Java Applicaiton Client Authenication" New topic
Author

Java Applicaiton Client Authenication

Joe Law
Greenhorn

Joined: Oct 30, 2004
Posts: 9
Hi all,

How authenication is done if your Java application client directly calls the EJB tier?

Rgds,
Joe Law
Joseph Zhou
Ranch Hand

Joined: Aug 01, 2000
Posts: 129
You need user name and password to get InitialContext if your client on remote of a weblogic app. server.
 
I agree. Here's the link: jrebel
 
subject: Java Applicaiton Client Authenication
 
Similar Threads
user agent that works with j_security_check?
JAAS Authentication
Apache with Tomcat integration Passing Authenticated values
JAAS/LDAP question
How do you implement Web Services security?