public class EntryAccessTokenDomain extends Object
| Constructor and Description |
|---|
EntryAccessTokenDomain(CacheDatabase cache,
JobQueueDomain jobQueueDomain,
StampSheetConfiguration stampSheetConfiguration,
Gs2RestSession session,
String namespaceName,
AccessToken accessToken,
String entryModelName) |
| Modifier and Type | Method and Description |
|---|---|
static String |
createCacheKey(String entryModelName) |
static String |
createCacheParentKey(String namespaceName,
String userId,
String entryModelName,
String childType) |
String |
getBody() |
String |
getEntryModelName() |
String |
getNamespaceName() |
String |
getSignature() |
String |
getUserId() |
EntryAccessTokenDomain |
getWithSignature(GetEntryWithSignatureRequest request) |
Entry |
model() |
public EntryAccessTokenDomain(CacheDatabase cache, JobQueueDomain jobQueueDomain, StampSheetConfiguration stampSheetConfiguration, Gs2RestSession session, String namespaceName, AccessToken accessToken, String entryModelName)
public String getBody()
public String getSignature()
public String getNamespaceName()
public String getUserId()
public String getEntryModelName()
public EntryAccessTokenDomain getWithSignature(GetEntryWithSignatureRequest request)
public static String createCacheParentKey(String namespaceName, String userId, String entryModelName, String childType)
public Entry model()
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.