av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁(yè)技術(shù)文章
文章詳情頁(yè)

Spring security如何實(shí)現(xiàn)記錄用戶登錄時(shí)間功能

瀏覽:85日期:2023-09-17 15:32:25

一、原理分析

spring security提供了一個(gè)接口 AuthenticationSuccessHandler,該接口中只有一個(gè)方法,用來(lái)進(jìn)行登錄成功后的操作

public interface AuthenticationSuccessHandler { /** * Called when a user has been successfully authenticated. * * @param request the request which caused the successful authentication * @param response the response * @param authentication the <tt>Authentication</tt> object which was created during * the authentication process. */ void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException, ServletException;}

我們可以通過(guò)實(shí)現(xiàn)該接口來(lái)自定義登錄成功后的操作,但spring security提供了一個(gè)SavedRequestAwareAuthenticationSuccessHandler實(shí)現(xiàn)類,這個(gè)實(shí)現(xiàn)類可以記住用戶未登錄前要訪問(wèn)的地址,這樣登錄成功后就可以把用戶再跳轉(zhuǎn)到他想去的頁(yè)面。所以我們一般使用繼承這個(gè)類的方式來(lái)實(shí)現(xiàn)自定義登錄后續(xù)操作的功能。

二、實(shí)現(xiàn)方式

2.1 自定義AuthenticationSuccessHandler實(shí)現(xiàn)類

自定義AuthenticationSuccessHandler接口的實(shí)現(xiàn)類,繼承SavedRequestAwareAuthenticationSuccessHandler類,并加入到spring容器中

@Component('loginSuccessHandler')public class LoginSuccessHandler extends SavedRequestAwareAuthenticationSuccessHandler { @Autowired private IUserDao userDao; public void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response, Authentication authentication) throws IOException, ServletException { //記錄相關(guān)的用戶信息,如上次登錄時(shí)間 String name = authentication.getName(); userDao.updateLastLonginTime(System.currentTimeMillis(),name); //調(diào)用父類的方法把用戶引導(dǎo)到未登錄前要去的頁(yè)面 super.onAuthenticationSuccess(request,response,authentication); }}

其中remember-me-parameter='remembermeParamater'指定前臺(tái)傳遞的是否rememberme的參數(shù)名,前臺(tái)要傳遞的參數(shù)值是true或false

2.2 在spring-security的配置文件中指定自定義的AuthenticationSuccessHandler

<!--自定義登錄頁(yè)面--> <security:form-login login-page='/login.html' login-processing-url='/login' username-parameter='username' password-parameter='password' authentication-failure-forward-url='/failed.html' default-target-url='/index.html' authentication-success-handler-ref='loginSuccessHandler' />

實(shí)例上就是在定義自定義登錄頁(yè)面的標(biāo)簽內(nèi)指定authentication-success-handler-ref='loginSuccessHandler',其中l(wèi)oginSuccessHandler是自定義的這個(gè)bean在容器中的名稱

2.3 測(cè)試

啟動(dòng)工程,進(jìn)行登錄,登錄成功后會(huì)更新用戶表中的last_login_time字段。

Spring security如何實(shí)現(xiàn)記錄用戶登錄時(shí)間功能

需要注意的是如果是通過(guò)readme進(jìn)行的登錄,不會(huì)更新當(dāng)前用戶的登錄時(shí)間,只有通過(guò)賬號(hào)密碼登錄時(shí)才會(huì)進(jìn)行更新,也就是只有這時(shí)才會(huì)執(zhí)行這個(gè)onAuthenticationSuccess方法

三、總結(jié)

在用戶登錄成功后記錄本次登錄相關(guān)的信息,需要繼承spring-security提供的SavedRequestAwareAuthenticationSuccessHandler類,重寫其中的onAuthenticationSuccess方法,在其中進(jìn)行記錄用戶信息的操作,在方法的最后調(diào)用父類的方法把用戶引導(dǎo)到未登錄前要去的頁(yè)面。

測(cè)試工程代碼的地址:工程示例

以上就是本文的全部?jī)?nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: h在线视频 | 日韩精品在线观看视频 | 久久久久一区二区三区 | 超碰人人网| 中文字幕在线观看一区二区 | 福利视频1000 | 久久久久国产一区二区三区 | 久久久亚洲精品视频 | 亚洲三级黄色片 | 亚洲在线视频 | av手机在线免费观看 | 在线午夜视频 | 久久久久九九九 | 国内精品久久久久 | 特黄aaaaaaaaa真人毛片 | 免费看黄色aaaaaa 片 | 日韩特黄 | 亚洲欧美综合 | 国产午夜三级 | 中国黄色1级片 | 国产精品久久久久久久免费看 | 欧美成人精品欧美一级乱黄 | 能看毛片的网站 | 免费的黄色大片 | 这里只有精品视频在线观看 | 美女天天干 | 日本女人性生活视频 | 国产一级黄色录像 | 欧美日韩中文在线 | 黄色av观看| www.爱爱| 欧美日韩色 | 中文字字幕在线中文 | 中文字幕第一区 | 韩日在线视频 | 婷婷五月在线视频 | 中文字幕第三页 | 成人小视频在线 | 欧美色综合网 | av色婷婷| 亚洲视频中文字幕 |