类 SaFrameworkAuthServiceImpl
java.lang.Object
cn.sinozg.applet.common.service.impl.SaFrameworkAuthServiceImpl
- 所有已实现的接口:
FrameworkAuthService
实现鉴权 拦截器
- 从以下版本开始:
- 2024-01-05 17:30
- 作者:
- xieyubin
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.web.servlet.HandlerInterceptorvoidkickOutByTokenValue(String tokenId) voidloginId()loginIdByToken(String token) voidtoken()long
-
构造器详细资料
-
SaFrameworkAuthServiceImpl
public SaFrameworkAuthServiceImpl()
-
-
方法详细资料
-
token
- 指定者:
token在接口中FrameworkAuthService
-
tokenWithException
- 指定者:
tokenWithException在接口中FrameworkAuthService
-
loginId
- 指定者:
loginId在接口中FrameworkAuthService
-
loginIdByToken
- 指定者:
loginIdByToken在接口中FrameworkAuthService
-
tokenById
- 指定者:
tokenById在接口中FrameworkAuthService
-
login
- 指定者:
login在接口中FrameworkAuthService
-
logout
- 指定者:
logout在接口中FrameworkAuthService
-
kickOutByTokenValue
- 指定者:
kickOutByTokenValue在接口中FrameworkAuthService
-
tokenTimeOut
public long tokenTimeOut()- 指定者:
tokenTimeOut在接口中FrameworkAuthService
-
authInterceptor
public org.springframework.web.servlet.HandlerInterceptor authInterceptor()- 指定者:
authInterceptor在接口中FrameworkAuthService
-