| Package | Description |
|---|---|
| io.gs2.identifier | |
| io.gs2.identifier.domain.model | |
| io.gs2.identifier.request |
| Modifier and Type | Method and Description |
|---|---|
CreatePasswordResult |
Gs2IdentifierRestClient.createPassword(CreatePasswordRequest request) |
void |
Gs2IdentifierRestClient.createPasswordAsync(CreatePasswordRequest request,
AsyncAction<AsyncResult<CreatePasswordResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
PasswordDomain |
PasswordDomain.create(CreatePasswordRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreatePasswordRequest |
CreatePasswordRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreatePasswordRequest |
CreatePasswordRequest.withPassword(String password) |
CreatePasswordRequest |
CreatePasswordRequest.withUserName(String userName) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.