0 Replies Latest reply on Jan 4, 2007 11:53 AM by beligum

    The Big JBoss Authentication Question

    beligum

      Hi all,

      I've been reading the http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamAuthenticationGuide, which is really great but needs to be updated to the new API, apparently.
      I don't know if I should be the one doing this, but the new API for the AuthenticatorAction class method is:

      public class AuthenticatorAction implements AuthenticationProvider
      {
       public Identity authenticate(Identity user)
       throws AuthenticationException
       {
       ...
       }
      }
      


      At the bottom, it says:
      Once a user has logged in you can start using the @Secure annotation to control access to your component's methods.


      I've been looking for hours now, but can't seem to find any documentation regarding this topic.
      I really think I'm _not_ the only one having this question, so perhaps the wiki should be updated?

      b.