Interface IamDb<I extends Identity,G extends Group>

Type Parameters:
I - an identity class
G - a group class
All Superinterfaces:
AccessDb<G>, AccessManager<G>, AclUpdateListener, AutoCloseable, Closeable, IdentityDb<I>, IdentityManager<I>, MetricsSupplier, TagManager
All Known Implementing Classes:
CommonJsonDb, JsonDocDb, MultiSourceDb

public interface IamDb<I extends Identity,G extends Group> extends IdentityManager<I>, AccessManager<G>, TagManager, AclUpdateListener, MetricsSupplier, Closeable
An IAM DB implements all facets of identity and access management.