activemq
activemq copied to clipboard
Update JaasAuthenticationBroker.java
Allow user use encrypt password to check entry detail info via web console
@chris-joys is there a JIRA for this change?
It would be great to provide some explanation about this change:
- why using
decrypt
on properties to get the password. My understanding is that you are using encrypted password (instead of plain) - If you are using encrypted password, the JAAS plugin should be configured by a property to define if the password is encrypted or not, else I think it will break all users using plain password.