| | |
| | | */ |
| | | public void finalizeSynchronizationProvider() |
| | | { |
| | | |
| | | // No implementation is required by default. |
| | | } |
| | | |
| | |
| | | handleConflictResolution(AddOperation addOperation) |
| | | throws DirectoryException |
| | | { |
| | | |
| | | // No processing is required by default. |
| | | return new SynchronizationProviderResult(true); |
| | | } |
| | |
| | | handleConflictResolution(DeleteOperation deleteOperation) |
| | | throws DirectoryException |
| | | { |
| | | |
| | | // No processing is required by default. |
| | | return new SynchronizationProviderResult(true); |
| | | } |
| | |
| | | modifyOperation) |
| | | throws DirectoryException |
| | | { |
| | | |
| | | // No processing is required by default. |
| | | return new SynchronizationProviderResult(true); |
| | | } |
| | |
| | | modifyDNOperation) |
| | | throws DirectoryException |
| | | { |
| | | |
| | | // No processing is required by default. |
| | | return new SynchronizationProviderResult(true); |
| | | } |