0 Replies Latest reply on Jun 7, 2010 12:35 PM by tapali703

    Customize JAAS authentication/autherization

    tapali703

      Hi,

       

      I want to customize the authentication/authorization process (in SMX 4.2) when a client hits any endpoint.

       

      I started from the URL:

      http://servicemix.apache.org/SMX4NMR/5-security.html

       

      How do I customize AuthenticationService.java for the method authenticate() ?

       

      A client trying to access any endpoint (especially JMS) will send user/pass. The endpoint will authenticate with the user/pass stored in database.

       

      authenticate ()  {

          // go to database and verify the user/pass

      }

       

       

       

      Any help is really appreciated.

       

      thanks