Interface UserStoreProviderWithAddGroup
- All Superinterfaces:
UserStoreProvider
- All Known Subinterfaces:
BasicDBInterface
- All Known Implementing Classes:
ADProvider
,AzureADProvider
,BasicDB
,FreeIPATarget
,GitHubProvider
,GitlabUserProvider
,LDAPProvider
,OpenShiftTarget
-
Method Summary
Methods inherited from interface com.tremolosecurity.provisioning.core.UserStoreProvider
createUser, deleteUser, findUser, init, setUserPassword, shutdown, syncUser
-
Method Details
-
addGroup
void addGroup(String name, Map<String, String> additionalAttributes, User user, Map<String, throws ProvisioningExceptionObject> request) - Throws:
ProvisioningException
-
deleteGroup
- Throws:
ProvisioningException
-
isGroupExists
boolean isGroupExists(String name, User user, Map<String, Object> request) throws ProvisioningException- Throws:
ProvisioningException
-