<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi,all.<div><br></div><div>Thank you for your reply.</div><div>Your advices is very helpful.</div><div><br></div><div>I solved this problem by the following way.</div><div><br></div><div>I generated new xml file including the only one bean definition as bellow.</div><div><div><br></div><div> <bean id="shibboleth.HttpServletRequest" class="net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy" /></div><div><br></div></div><div>And then, I generated the following Java code.</div><div><br></div><div><div>ApplicationContext = new ClassPathXmlApplicationContext("/path/to/new-beans.xml");</div></div><div>HttpServletRequest req = (HttpServletRequest) context.getBean("shibboleth.HttpServletRequest");<br></div><div><br></div><div>It worked fine.</div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Mar 6, 2019 at 11:10 PM Cantor, Scott <<a href="mailto:cantor.2@osu.edu">cantor.2@osu.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">On 3/6/19, 12:09 AM, "dev on behalf of Noriyuki TAKEI" <<a href="mailto:dev-bounces@shibboleth.net" target="_blank">dev-bounces@shibboleth.net</a> on behalf of <a href="mailto:ntakei@sios.com" target="_blank">ntakei@sios.com</a>> wrote:<br>
<br>
> I tried the following code.<br>
<br>
Nothing close to that will work. You can't build something that runs under the IdP without literally running it under the IdP. The testbed project allows the IdP to be run under Eclipse with a suitable debugging environment.<br>
<br>
-- Scott<br>
<br>
<br>
<br>
<br>
<br>
<br>
-- <br>
To unsubscribe from this list send an email to <a href="mailto:dev-unsubscribe@shibboleth.net" target="_blank">dev-unsubscribe@shibboleth.net</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr">・‥…━━━━━━━━━━━━━━━━━━━━━━━…‥<br> サイオステクノロジー株式会社<br> 技術部<br> クラウドソリューショングループ<br> 武井 宜行<br> 〒106-0047 東京都港区南麻布二丁目 12 番 3 号 サイオスビル<br> TEL:070-6569-1211 (直通) 03-6401-5117 (部代表)<br> URL:<a href="http://www.sios.com/" target="_blank">http://www.sios.com/</a><br><br> ■SIOSの最新情報はこちらから!「いいね!」をお待ちしています■<br> (SIOS Technology):<a href="http://www.facebook.com/SIOSTechnology" target="_blank">http://www.facebook.com/SIOSTechnology</a><br> (OSSよろず相談室):<a href="http://www.facebook.com/OSSyorozu" target="_blank">http://www.facebook.com/OSSyorozu</a><br><br> ■Twitter公式アカウント■<br> <a href="https://twitter.com/#!/SIOS_Technology" target="_blank">https://twitter.com/#!/SIOS_Technology</a><br>・‥…━━━━━━━━━━━━━━━━━━━━━━━…‥</div></div></div></div></div></div>