Class RefreshTokenServiceImpl
java.lang.Object
com.glowmart.shop_management.security.RefreshTokenServiceImpl
- All Implemented Interfaces:
RefreshTokenService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvalidateToken(String refreshToken) voidstoreToken(String username, String refreshToken) booleanvalidateToken(String refreshToken)
-
Constructor Details
-
RefreshTokenServiceImpl
public RefreshTokenServiceImpl()
-
-
Method Details
-
storeToken
- Specified by:
storeTokenin interfaceRefreshTokenService
-
validateToken
- Specified by:
validateTokenin interfaceRefreshTokenService
-
invalidateToken
- Specified by:
invalidateTokenin interfaceRefreshTokenService
-