Wrox Home  
Search P2P Archive for: Go

  Return to Index  

enterprise_java_beans thread: Authentication on WebLogic


Message #1 by "Shachi Dube" <shachi.dube@h...> on Wed, 25 Jul 2001 13:12:51
Hi,
 I have to perform Authentication but  I don't want to use the
security realms as I want the method of authentication to be vendor
neutral  (ie same code can be used by Weblogic as well as Jboss)
	> > I know that I can check the Authentication by by
getCallerPrincipal or getCallerIdentity (not very sure ) Any idea how to
implement this / wht steps are involved ?   Also I want one clarification 
Is it like if a user logs in with his userid/password and we set the
Principal , the session will be maintained automatically for him
for the  rest of the  application .. ?? 

Can anyone help me with concept of Authentication with Principal
?? 
 Thanks 


  Return to Index