public interface UserStorageProviderResource
Modifier and Type | Method and Description |
---|---|
void |
removeImportedUsers(String componentId)
Remove imported users
|
SynchronizationResultRepresentation |
syncMapperData(String componentId,
String mapperId,
String direction)
REST invocation for initiating sync for an ldap mapper.
|
SynchronizationResultRepresentation |
syncUsers(String componentId,
String action)
If the provider supports synchronization, this will invoke it.
|
void |
unlink(String componentId)
Unlink imported users from a storage provider
|
SynchronizationResultRepresentation syncUsers(String componentId, String action)
componentId
- action
- void removeImportedUsers(String componentId)
componentId
- void unlink(String componentId)
componentId
- SynchronizationResultRepresentation syncMapperData(String componentId, String mapperId, String direction)
componentId
- mapperId
- direction
- Copyright © 2019 JBoss by Red Hat. All rights reserved.