| Package | Description |
|---|---|
| io.continual.iam.identity | |
| io.continual.iam.impl | |
| io.continual.iam.impl.common | |
| io.continual.iam.impl.jsondoc |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
Identity.createApiKey()
Create an API key for this user.
|
ApiKey |
IdentityManager.loadApiKeyRecord(String apiKey)
Load an API key record based on the API key ID.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Identity.deleteApiKey(ApiKey key)
Delete an API key from the user.
|
void |
IdentityManager.restoreApiKey(ApiKey key)
Restore an API key into the API key store
|
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
MultiSourceDb.loadApiKeyRecord(String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiSourceDb.restoreApiKey(ApiKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonJsonApiKey |
| Modifier and Type | Method and Description |
|---|---|
ApiKey |
CommonJsonIdentity.createApiKey() |
ApiKey |
CommonJsonDb.createApiKey(String userId) |
protected abstract ApiKey |
CommonJsonDb.instantiateApiKey(String id,
org.json.JSONObject data) |
ApiKey |
CommonJsonDb.loadApiKeyRecord(String apiKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonJsonIdentity.deleteApiKey(ApiKey key) |
void |
CommonJsonDb.restoreApiKey(ApiKey key)
Restore an API key into the API key store
|
| Modifier and Type | Method and Description |
|---|---|
protected ApiKey |
JsonDocDb.instantiateApiKey(String id,
org.json.JSONObject data) |
Copyright © 2022 continual.io. All rights reserved.