private void initializeWithAad()

in src/main/java/com/azure/servicebus/jms/ServiceBusJmsConnectionFactory.java [119:127]


    private void initializeWithAad() {
        if (this.settings == null) {
            this.settings = new ServiceBusJmsConnectionFactorySettings();
        }

    	this.initialize(this.userName, this.password, this.host);
    	this.setExtensionsForAad();
    	this.initialized = true;
    }