public interface UserStorageProviderResource
| Modifier and Type | Method and Description |
|---|---|
SynchronizationResultRepresentation |
syncMapperData(String componentId,
String mapperId,
String direction)
REST invocation for initiating sync for an ldap mapper.
|
SynchronizationResultRepresentation |
syncUsers(String action)
If the provider supports synchronization, this will invoke it.
|
@POST
@Path(value="{componentId}/sync")
@Produces(value="application/json")
SynchronizationResultRepresentation syncUsers(@QueryParam(value="action")
String action)
action - @POST
@Path(value="{componentId}/mappers/{mapperId}/sync")
@Produces(value="application/json")
SynchronizationResultRepresentation syncMapperData(@PathParam(value="componentId")
String componentId,
@PathParam(value="mapperId")
String mapperId,
@QueryParam(value="direction")
String direction)
componentId - mapperId - direction - Copyright © 2017 JBoss by Red Hat. All rights reserved.