public class KeyGenerator
extends java.lang.Object
| Constructor and Description |
|---|
KeyGenerator(ApiStoreClient client) |
KeyGenerator(java.lang.String hostUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cleanUp(KeyGeneratorParams params) |
ApplicationKey |
generate(KeyGeneratorParams params) |
boolean |
login(Credentials credentials) |
boolean |
logout() |
public KeyGenerator(java.lang.String hostUrl)
public KeyGenerator(ApiStoreClient client)
public boolean login(Credentials credentials)
public ApplicationKey generate(KeyGeneratorParams params)
public boolean cleanUp(KeyGeneratorParams params)
public boolean logout()