@Service public class SaFrameworkAuthServiceImpl extends Object implements FrameworkAuthService
| Constructor and Description |
|---|
SaFrameworkAuthServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.HandlerInterceptor |
authInterceptor() |
void |
kickOutByTokenValue(String tokenId) |
void |
login(String id) |
String |
loginId() |
String |
loginIdByToken(String token) |
void |
logout(String tokenId) |
String |
token() |
String |
tokenById(String id) |
long |
tokenTimeOut() |
String |
tokenWithException() |
public String token()
token in interface FrameworkAuthServicepublic String tokenWithException()
tokenWithException in interface FrameworkAuthServicepublic String loginId()
loginId in interface FrameworkAuthServicepublic String loginIdByToken(String token)
loginIdByToken in interface FrameworkAuthServicepublic String tokenById(String id)
tokenById in interface FrameworkAuthServicepublic void login(String id)
login in interface FrameworkAuthServicepublic void logout(String tokenId)
logout in interface FrameworkAuthServicepublic void kickOutByTokenValue(String tokenId)
kickOutByTokenValue in interface FrameworkAuthServicepublic long tokenTimeOut()
tokenTimeOut in interface FrameworkAuthServicepublic org.springframework.web.servlet.HandlerInterceptor authInterceptor()
authInterceptor in interface FrameworkAuthServiceCopyright © 2024. All rights reserved.