1 Reply Latest reply on Feb 12, 2016 9:49 AM by chandan.eshpuniyani

    How to lookup a remote EJB using a encrypted password in EAP 6.1?

    fabioqb

      We´re using a client to lookup remote EJB with parameters in jboss-ejb-client.properties.

       

      remote.connection.default.host=jboss.myserver.com
      remote.connection.default.port=<port>
      remote.connection.default.username=ejbuser
      remote.connection.default.password=<plain-password>
      remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
      remote.connections=default
      remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false
      

       

      This work fine.

       

      But, I have to use an encrypted password for security reasons.

       

      Is this possible? How to do it in EAP 6.1?