| Package | Description |
|---|---|
| io.continual.iam | |
| io.continual.iam.identity | |
| io.continual.iam.impl.common | |
| io.continual.iam.impl.jsondoc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IamDb<I extends Identity,G extends Group> |
| Modifier and Type | Method and Description |
|---|---|
IdentityDb<I> |
IamService.getIdentityDb()
Get the identity database
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IdentityManager<I extends Identity>
This interface to the database allows the caller to make changes to identity
information, like creating users, enabling/disabling users, etc.
A userId string can be any value suitable to the application, such as email address or UUID. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonJsonDb<I extends CommonJsonIdentity,G extends CommonJsonGroup> |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonDocDb
This "database" is a single JSON document.
|
Copyright © 2021 continual.io. All rights reserved.