Password Encryption in jboss-ejb-client.properties file

Solution Unverified - Updated -

Issue

  • Password Encryption in jboss-ejb-client.properties file ?
  • To lookup EJBs we are using jboss-ejb-client.properties in the standalone client and in this file we are specifying plain text password :
endpoint.name=client-endpoint
remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false
remote.connections=default
remote.connection.default.host=localhost
remote.connection.default.port=4447
remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOPLAINTEXT=false
remote.connection.default.username=admin
remote.connection.default.password=admin
  • Is there any way to specify some encrypted password in remote.connection.default.password property?

Environment

  • Red Hat JBoss Enterprise Application Platform (EAP)
    • 6.x

Subscriber exclusive content

A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.

Current Customers and Partners

Log in for full access

Log In
Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.