0 Replies Latest reply on May 2, 2012 3:38 PM by imaixner

    Move org.jboss.seam.security.BaseAuthenticator to seam-security-api?

    imaixner

      The org.jboss.seam.security.BaseAuthenticator class is defined in the seam-security module (3.1.0.Final). To base my custom authenticator on it, I have to have the seam-security dependency in scope compile. That clearly contradicts the whole purpose of dividing seam-security-api from seam-security. It would appear that the BaseAuthenticator belongs to seam-security-api instead.