Password Encryption in jboss-ejb-client.properties file
Issue
- Password Encryption in
jboss-ejb-client.propertiesfile ? - To lookup EJBs we are using
jboss-ejb-client.propertiesin 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.passwordproperty?
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.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
