4Manuals

  • PDF Cloud HOME

春季安全会议管理 Download

    Spring MVC @ModelAttribute未填充AJAX发布请求 Spring Singleton更新集 在测试中使用ConfigurationProperties 无法从Spring Boot的属性文件中加载密钥,@ Autowired为null 使用RedirectToAction后,将重置ASP.NET MVC会话 在不与数据库对话的方法中使用Spring的@Transactional注释是否有意义? 我需要正确的方法将模板文件放置在微服务中 我应该以哪种方式处理异常? CriteriaBuilder和/或条件未应用必需/正确的括号 通过自定义异常解析器处理CannotCreateTransactionException

I want to know about this code clearly.Can somebody explain me please?

com / nhfIa.png

<beans:bean id="sas" class="org.springframework.security.web.authentication.session.CompositeSessionAuthenticationStrategy">
    <beans:constructor-arg>
        <beans:list>
            <beans:bean
                        class="org.springframework.security.web.authentication.session.ConcurrentSessionControlAuthenticationStrategy">
                <beans:constructor-arg ref="sessionRegistry"/>
                <beans:property name="maximumSessions" value="1" />
                <beans:property name="exceptionIfMaximumExceeded" value="true" />
            </beans:bean>
            <beans:bean
                        class="org.springframework.security.web.authentication.session.SessionFixationProtectionStrategy">
            </beans:bean>
            <beans:bean
                        class="org.springframework.security.web.authentication.session.RegisterSessionAuthenticationStrategy">
                <beans:constructor-arg ref="sessionRegistry"/>
            </beans:bean>
        </beans:list>
    </beans:constructor-arg>
</beans:bean>
<beans:bean id="sessionRegistry" class="org.springframework.security.core.session.SessionRegistryImpl"/>

0 个答案:

没有答案



Similar searches
    将带有R的前导零添加到SQL数据库 Kotlin中的arrayListOf和ArrayList有什么区别? 使用搜索字段创建选择 为什么Qr代码没有使用HTML元素下载 python编码和创建以及SQlite