2 Replies Latest reply on Dec 13, 2012 10:37 AM by paulotrc

    try using REST (@POST) and make authentication with LDAP

    paulotrc

      I'm using Seam 2.2.2 Final and I'm trying, from the implementation of Web Services RESTFul, authenticate a user through the implementation of "IdentityStore" with LDAP but I can't get the injection from "org.jboss.seam.security.Identity", and also I can not get LDAP injection with the @ In annotation. I saw that other people had a similar error but with the EntityManager that was solved with the annotation @ PersistentContext.

       

      Recover some of these dependency injection is possible without having logged in the application?

       

      When I do the injection of Identity with the annotation @ In the return is null, as also happens with the implementation of LDAP.