| | |
| | | LocalizableMessage msg= NOTE_DIGEST_MD5_SERVER_FQDN.get(serverFQDN); |
| | | logger.info(msg); |
| | | String QOP = getQOP(configuration); |
| | | saslProps = new HashMap<String,String>(); |
| | | saslProps = new HashMap<>(); |
| | | saslProps.put(Sasl.QOP, QOP); |
| | | String realm=getRealm(configuration); |
| | | if(realm != null) { |
| | |
| | | LocalizableMessage msg = NOTE_DIGEST_MD5_SERVER_FQDN.get(serverFQDN); |
| | | logger.info(msg); |
| | | String QOP = getQOP(configuration); |
| | | saslProps = new HashMap<String,String>(); |
| | | saslProps = new HashMap<>(); |
| | | saslProps.put(Sasl.QOP, QOP); |
| | | String realm=getRealm(configuration); |
| | | if(realm != null) { |