Uses of Class
io.gs2.identifier.request.CreatePasswordRequest
Packages that use CreatePasswordRequest
-
Uses of CreatePasswordRequest in io.gs2.identifier
Methods in io.gs2.identifier with parameters of type CreatePasswordRequestModifier and TypeMethodDescriptionGs2IdentifierRestClient.createPassword(CreatePasswordRequest request) voidGs2IdentifierRestClient.createPasswordAsync(CreatePasswordRequest request, AsyncAction<AsyncResult<CreatePasswordResult>> callback) -
Uses of CreatePasswordRequest in io.gs2.identifier.request
Methods in io.gs2.identifier.request that return CreatePasswordRequestModifier and TypeMethodDescriptionstatic CreatePasswordRequestCreatePasswordRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreatePasswordRequest.withPassword(String password) CreatePasswordRequest.withUserName(String userName)