私はSpringSocialを統合したSpringMVCを使用しています。でユーザーガイドによって提供される次の構成を理解できません
http://static.springsource.org/spring-social/docs/1.0.x/reference/html/connecting.html(4.2.1 XMLでの接続サポートの構成)
<bean id="connectionRepository" factory-method="createConnectionRepository" factory-bean="usersConnectionRepository" scope="request">
<constructor-arg value="#{request.userPrincipal.name}" />
「#{request.userPrincipal.name}」とはどういう意味ですか、それともその値は何ですか。助けてください。