public class BasicGs2Credential extends Object implements IGs2Credential
| Constructor and Description |
|---|
BasicGs2Credential(String clientId,
String clientSecret)
コンストラクタ。
|
| Modifier and Type | Method and Description |
|---|---|
void |
authorized(org.apache.http.client.methods.HttpUriRequest request) |
String |
getClientId()
クライアントIDを取得。
|
String |
getClientSecret()
クライアントシークレットを取得。
|
String |
getProjectToken()
プロジェクトトークンを取得。
|
void |
setProjectToken(String projectToken)
プロジェクトトークンを設定。
|
public String getClientId()
getClientId in interface IGs2Credentialpublic String getClientSecret()
getClientSecret in interface IGs2Credentialpublic String getProjectToken()
getProjectToken in interface IGs2Credentialpublic void setProjectToken(String projectToken)
setProjectToken in interface IGs2CredentialprojectToken - プロジェクトトークンpublic void authorized(org.apache.http.client.methods.HttpUriRequest request)
authorized in interface IGs2CredentialCopyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.