Package com.amazon.SellingPartnerAPIAA
Class LWAAccessTokenCacheImpl
- java.lang.Object
-
- com.amazon.SellingPartnerAPIAA.LWAAccessTokenCacheImpl
-
- All Implemented Interfaces:
LWAAccessTokenCache
public class LWAAccessTokenCacheImpl extends Object implements LWAAccessTokenCache
Get LWAAccessTokenCacheImpl client
-
-
Constructor Summary
Constructors Constructor Description LWAAccessTokenCacheImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringget(Object oLWAAccessTokenRequestMeta)voidput(Object oLWAAccessTokenRequestMeta, String accessToken, long tokenTTLInSeconds)
-
-
-
Method Detail
-
put
public void put(Object oLWAAccessTokenRequestMeta, String accessToken, long tokenTTLInSeconds)
- Specified by:
putin interfaceLWAAccessTokenCache
-
get
public String get(Object oLWAAccessTokenRequestMeta)
- Specified by:
getin interfaceLWAAccessTokenCache
-
-