<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Wed, Nov 7, 2018 at 4:59 PM Lille M <<a href="mailto:lillemacdoe@gmail.com">lillemacdoe@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler" ><br></div><div>         <constructor-arg value="0" /><br>         <constructor-arg value="0" /><br>         <constructor-arg value="0" /><br>       </bean><br></div></div></div></div></div></blockquote><div><br></div><div>I overlooked that this object has a no-args constructor, you can replace that bean with:</div><div><bean id="authenticationResponseHandler" class="org.ldaptive.auth.ext.FreeIPAAuthenticationResponseHandler" /> </div><div><br></div><div>--Daniel Fisher</div><div><br></div></div></div></div>