上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 52 下一页
摘要: 一、LDAP server在哪 By default, Spring Security’s LDAP authentication assumes that the LDAP server is listening on port 33389 on localhost. But if your LD 阅读全文
posted @ 2016-03-08 10:01 shamgod 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 一、 The default strategy for authenticating against LDAP is to perform a bind operation,authenticating the user directly to the LDAP server. Another op 阅读全文
posted @ 2016-03-08 09:44 shamgod 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 一、 1.This method is the LDAP analog to jdbcAuthentication() 1 @Override 2 protected void configure(AuthenticationManagerBuilder auth) 3 throws Excepti 阅读全文
posted @ 2016-03-07 13:21 shamgod 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 一、 1.Focusing on the authentication query, you can see that user passwords are expected to be stored in the database. The only problem with that is th 阅读全文
posted @ 2016-03-07 12:35 shamgod 阅读(283) 评论(0) 推荐(0) 编辑
摘要: 一、 1.It’s quite common for user data to be stored in a relational database, accessed via JDBC . To configure Spring Security to authenticate against a 阅读全文
posted @ 2016-03-07 12:24 shamgod 阅读(252) 评论(0) 推荐(0) 编辑
摘要: Spring Security is extremely flexible and is capable of authenticating users against virtually any data store. Several common user store situations—su 阅读全文
posted @ 2016-03-07 12:05 shamgod 阅读(504) 评论(0) 推荐(0) 编辑
摘要: 一、SpringSecurity的模块 At the least, you’ll want to include the Core and Configuration modules in your application’s classpath. Spring Security is often 阅读全文
posted @ 2016-03-07 10:52 shamgod 阅读(7549) 评论(0) 推荐(0) 编辑
摘要: States, transitions, and entire flows can be secured in Spring Web Flow by using the <secured> element as a child of those elements. For example, to s 阅读全文
posted @ 2016-03-06 21:31 shamgod 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 一、 1. 2.payment-flow.xml <?xml version="1.0" encoding="UTF-8"?> <flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://www.w3.o 阅读全文
posted @ 2016-03-06 21:23 shamgod 阅读(205) 评论(0) 推荐(0) 编辑
摘要: 一、 1.订单流程定义文件order-flow.xml 1 <?xml version="1.0" encoding="UTF-8"?> 2 <flow xmlns="http://www.springframework.org/schema/webflow" xmlns:xsi="http://w 阅读全文
posted @ 2016-03-06 21:08 shamgod 阅读(303) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 52 下一页
haha