Skip navigation links
A C D F G I L M N O P R S U 

A

acknowledgeCompletedOps(LinkedList<SyncOperation>) - Method in class com.pingidentity.sync.src.CSV
Provides a way for the Identity Data Sync Server to acknowledge back to the script which sync operations it has processed.
applyConfiguration(SyncSourceConfig, ArgumentParser, List<String>, List<String>) - Method in class com.pingidentity.sync.src.CSV
Applies configuration
ARG - Class in com.pingidentity.util
This is a helper class
ARG() - Constructor for class com.pingidentity.util.ARG
 

C

com.pingidentity - package com.pingidentity
 
com.pingidentity.sync.src - package com.pingidentity.sync.src
 
com.pingidentity.util - package com.pingidentity.util
 
CSV - Class in com.pingidentity.sync.src
This class provides a simple example of a generic Sync Source which will detect CSV files in a given directory and synchronize them to an LDAP destination.
CSV() - Constructor for class com.pingidentity.sync.src.CSV
 

D

defineConfigArguments(ArgumentParser) - Method in class com.pingidentity.sync.src.CSV
Updates the provided argument parser to define any configuration arguments which may be used by this extension.

F

fetchEntry(SyncOperation) - Method in class com.pingidentity.sync.src.CSV
Return a full source entry (in LDAP form) from the source, corresponding to the ChangeRecord that is passed in through the SyncOperation.
FILE_MAY_NOT_EXIST - Static variable in class com.pingidentity.util.ARG
 
FILE_MUST_EXIST - Static variable in class com.pingidentity.util.ARG
 
finalizeSyncSource() - Method in class com.pingidentity.sync.src.CSV
This hook is called when a Sync Pipe shuts down, when the resync process shuts down, or when the set-startpoint subcommand (from the realtime-sync command line tool) is finished.

G

getCurrentEndpointURL() - Method in class com.pingidentity.sync.src.CSV
Return the URL or path identifying the source endpoint from which this extension is transmitting data.
getExtensionDescription() - Method in class com.pingidentity.Installer
 
getExtensionDescription() - Method in class com.pingidentity.sync.src.CSV
Retrieves a human-readable description for this extension.
getExtensionName() - Method in class com.pingidentity.Installer
 
getExtensionName() - Method in class com.pingidentity.sync.src.CSV
Retrieves a human-readable name for this extension.
getNextBatchOfChanges(int, AtomicLong) - Method in class com.pingidentity.sync.src.CSV
Return the next batch of change records from the source.
getStartpoint() - Method in class com.pingidentity.sync.src.CSV
Gets the current value of the startpoint for change detection.

I

initializeSyncSource(SyncServerContext, SyncSourceConfig, ArgumentParser) - Method in class com.pingidentity.sync.src.CSV
This hook is called when a Sync Pipe first starts up, when the resync process first starts up, or when the set-startpoint subcommand is called from the realtime-sync command line tool.
Installer - Class in com.pingidentity
Created by arnaudlacour on 5/17/17.
Installer() - Constructor for class com.pingidentity.Installer
 
isConfigurationAcceptable(SyncSourceConfig, ArgumentParser, List<String>) - Method in class com.pingidentity.sync.src.CSV
Makes all verifications to ensure that the configuration for the extension is acceptable

L

listAllEntries(BlockingQueue<ChangeRecord>) - Method in class com.pingidentity.sync.src.CSV
Gets a list of all the entries in the source endpoint.
listAllEntries(Iterator<String>, BlockingQueue<ChangeRecord>) - Method in class com.pingidentity.sync.src.CSV
Gets a list of all the entries in the source from a given file input.
LOG - Class in com.pingidentity.util
 
LOG() - Constructor for class com.pingidentity.util.LOG
 

M

MAY_NOT_BE_DIRECTORY - Static variable in class com.pingidentity.util.ARG
 
MAY_NOT_BE_FILE - Static variable in class com.pingidentity.util.ARG
 
MUST_BE_DIRECTORY - Static variable in class com.pingidentity.util.ARG
 
MUST_BE_FILE - Static variable in class com.pingidentity.util.ARG
 

N

NO_SHORTCUT - Static variable in class com.pingidentity.util.ARG
 

O

OPTIONAL - Static variable in class com.pingidentity.util.ARG
 
out(String, UnboundIDExtension, GenericConfig, SyncServerContext) - Static method in class com.pingidentity.util.LOG
 

P

PARENT_MAY_NOT_EXIST - Static variable in class com.pingidentity.util.ARG
 
PARENT_MUST_EXIST - Static variable in class com.pingidentity.util.ARG
 
postInstall(InstallExtensionDetails) - Method in class com.pingidentity.Installer
 

R

REQUIRED - Static variable in class com.pingidentity.util.ARG
 

S

setStartpoint(SetStartpointOptions) - Method in class com.pingidentity.sync.src.CSV
This method should effectively set the starting point for synchronization to the place specified by the options parameter.

U

UNIQUE - Static variable in class com.pingidentity.util.ARG
 
UNLIMITED - Static variable in class com.pingidentity.util.ARG
 
A C D F G I L M N O P R S U 
Skip navigation links

Copyright © 2019 Ping Identity. All rights reserved.