Package io.continual.iam
Interface IamServiceManager<I extends Identity,G extends Group>
- All Superinterfaces:
IamService<I,G>
- All Known Implementing Classes:
BasicIamServiceWrapper,SimpleDocDbSvc
A combined interface for user/group/tag management.
-
Method Summary
Modifier and TypeMethodDescriptionGet the access managerGet the identity managerGet the tag managerMethods inherited from interface io.continual.iam.IamService
getAccessDb, getIdentityDb
-
Method Details
-
getIdentityManager
Get the identity manager- Returns:
- the identity manager
- Throws:
IamSvcException- if there's a problem in the IAM service
-
getAccessManager
Get the access manager- Returns:
- the access manager
- Throws:
IamSvcException- if there's a problem in the IAM service
-
getTagManager
Get the tag manager- Returns:
- the tag manager
- Throws:
IamSvcException- if there's a problem in the IAM service
-