Package cn.sinozg.applet.sa.service.impl
Class SaFrameworkAuthServiceImpl
java.lang.Object
cn.sinozg.applet.sa.service.impl.SaFrameworkAuthServiceImpl
- All Implemented Interfaces:
FrameworkAuthService
实现鉴权 拦截器
- Since:
- 2024-01-05 17:30
- Author:
- xieyubin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.servlet.HandlerInterceptorvoidkickOutByTokenValue(String tokenId) voidloginId()loginIdByToken(String token) voidtoken()long
-
Constructor Details
-
SaFrameworkAuthServiceImpl
public SaFrameworkAuthServiceImpl()
-
-
Method Details
-
token
- Specified by:
tokenin interfaceFrameworkAuthService
-
tokenWithException
- Specified by:
tokenWithExceptionin interfaceFrameworkAuthService
-
loginId
- Specified by:
loginIdin interfaceFrameworkAuthService
-
loginIdByToken
- Specified by:
loginIdByTokenin interfaceFrameworkAuthService
-
tokenById
- Specified by:
tokenByIdin interfaceFrameworkAuthService
-
login
- Specified by:
loginin interfaceFrameworkAuthService
-
logout
- Specified by:
logoutin interfaceFrameworkAuthService
-
kickOutByTokenValue
- Specified by:
kickOutByTokenValuein interfaceFrameworkAuthService
-
tokenTimeOut
public long tokenTimeOut()- Specified by:
tokenTimeOutin interfaceFrameworkAuthService
-
authInterceptor
public org.springframework.web.servlet.HandlerInterceptor authInterceptor()- Specified by:
authInterceptorin interfaceFrameworkAuthService
-