| Package | Description |
|---|---|
| io.continual.iam | |
| io.continual.iam.identity | |
| io.continual.iam.impl | |
| io.continual.iam.impl.common | |
| io.continual.iam.impl.jsondoc |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IamDb<I extends Identity,G extends Group>
An IAM DB implements all facets of identity and access management.
|
| 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 |
MultiSourceDb<I extends Identity,G extends Group> |
| Modifier and Type | Method and Description |
|---|---|
IdentityDb<I> |
BasicIamServiceWrapper.getIdentityDb() |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonJsonDb<I extends CommonJsonIdentity,G extends CommonJsonGroup>
CommonJsonDb manages identity related objects that are serialized in JSON
|
| Modifier and Type | Class and Description |
|---|---|
class |
JsonDocDb
This "database" is a single JSON document.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityDb<CommonJsonIdentity> |
SimpleDocDbSvc.getIdentityDb() |
Copyright © 2022 continual.io. All rights reserved.