4 Replies Latest reply on Nov 29, 2013 5:18 AM by delageniere

    How to transfer credentials from jboss to a filesystem ?

    delageniere

      Hello,

       

      Our web application is using JBOSS 6 with EJBs3 and we need to read/write data on a file system which is protected.

      We log into jboss with the user account "user1/password1", we use this account to diplay web pages protected only for user1, and we would like to read/write data on a filesystem where the directory belong to user1.

       

      How can we transfer the credentials "user1/password1" from JBOSS to access the filesystem ?

       

      Thanks in advance,

       

      Solange