This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Migration from legacy authentication to EJB Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Migration from legacy authentication to EJB" Watch "Migration from legacy authentication to EJB" New topic
Author

Migration from legacy authentication to EJB

Tong Lin
Greenhorn

Joined: Mar 24, 2004
Posts: 12
Hi there,
I am a newbie of EJB. I have a question.
We have backend access based legacy authentication before the
business data access. If I understand correctly, EJB use role
based security and it's not related to the bean coding, which means
the business logic in bean knows nothing about security and it is
supposed to be trusted. My question is how to map the function of
the old authentication to the EJB model?
Thanks in advance.
Kishore Dandu
Ranch Hand

Joined: Jul 10, 2001
Posts: 1934
There is something called Java connectivity architecture(JCA) that can take care of this issue.
You may have to write a connector to take care of accessing the legacy authenticator from your EJB.
I think there should be a software provider who can sell that off the shelf(compared to reinventing the wheel) depending on which legacy system you are trying to access.
Kishore.


Kishore
SCJP, blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Migration from legacy authentication to EJB
 
Similar Threads
Legacy Connectivity Notes
security roles and the struts logic:present tag
Form based authentication... URGENT pls.
Form Based Authentication ....URGENT pls.
Propagating client identity