Package io.continual.iam
Interface IamService<I extends Identity,G extends Group>
- All Known Subinterfaces:
IamServiceManager<I,G>
- All Known Implementing Classes:
BasicIamServiceWrapper,SimpleDocDbSvc
Identity and access lookup interface, planned for "lookups" rather than
the management of identity, groups, access, etc.
-
Method Summary
Modifier and TypeMethodDescriptionGet the access databaseGet the identity database
-
Method Details
-
getIdentityDb
Get the identity database- Returns:
- the identity database
- Throws:
IamSvcException- if there's a problem in the IAM service
-
getAccessDb
Get the access database- Returns:
- the access database
- Throws:
IamSvcException- if there's a problem in the IAM service
-