Results 1 to 2 of 2

Thread: single authentication for webapp and EJBs

  1. #1
    Join Date
    Oct 2004
    Posts
    15

    Default single authentication for webapp and EJBs

    I am trying to provide a single authentication (and authorization)
    framework for both my webapp (running in tomcat) and my EBJs
    (running in JBoss remote from the tomcat server). I currently have
    written my own authenticationDAO on the webapp that makes a call
    to an EJB to retrieve the UserDetail populated with all GrantedAutorities.
    Now I wish to provide the same authentication and authorization for my
    EJBs. I do not wish to use the JBoss Container Adapter and I also do not
    wish to add the UserDetail object as a parameter to my remote methods.
    What other options exist to make the UserDetail object available to my
    EJBs?

    Thanks
    -Jeff

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    Last edited by robyn; May 14th, 2006 at 06:31 PM.
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

Similar Threads

  1. Replies: 7
    Last Post: Feb 9th, 2006, 09:30 PM
  2. Some Doubts regarding EJB's
    By rajesh_shiggaon in forum EJB
    Replies: 4
    Last Post: Aug 12th, 2005, 12:43 PM
  3. Replies: 4
    Last Post: May 4th, 2005, 07:16 AM
  4. Replies: 2
    Last Post: Jan 21st, 2005, 04:17 AM
  5. Replies: 1
    Last Post: Jan 9th, 2005, 09:12 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •