A C D E F G H I L M N O P S T U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- acknowledgeCompletedOps(LinkedList<SyncOperation>) - Method in class com.pingidentity.sync.AzureADSyncSource
-
Provides a way for the Data Sync Server to acknowledge back to the script which sync operations it has processed.
- AzureADSyncSource - Class in com.pingidentity.sync
-
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.
- AzureADSyncSource() - Constructor for class com.pingidentity.sync.AzureADSyncSource
- AzureADTest - Class in com.pingidentity
- AzureADTest() - Constructor for class com.pingidentity.AzureADTest
C
- com.pingidentity - package com.pingidentity
- com.pingidentity.sync - package com.pingidentity.sync
- com.pingidentity.util - package com.pingidentity.util
D
- defineConfigArguments(ArgumentParser) - Method in class com.pingidentity.sync.AzureADSyncSource
-
Updates the provided argument parser to define any configuration arguments which may be used by this extension.
E
- entries - Variable in class com.pingidentity.util.MSGraphResult
-
Keep list of entries returned most recently
F
- fetchEntry(SyncOperation) - Method in class com.pingidentity.sync.AzureADSyncSource
-
Return a full source entry (in LDAP form) from the source, corresponding to the
ChangeRecord
that is passed in through theSyncOperation
. - finalizeSyncSource() - Method in class com.pingidentity.sync.AzureADSyncSource
-
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.AzureADSyncSource
-
Return the URL or path identifying the source endpoint from which this extension is transmitting data.
- getEntries(MSGraphAPI.OBJECT_TYPE) - Method in class com.pingidentity.util.MSGraphAPI
-
Get all entries for a particular objectType
- getEntries(MSGraphAPI.OBJECT_TYPE, String, String) - Method in class com.pingidentity.util.MSGraphAPI
-
Get entries for an objectType based on filter returning certain attributes
- getEntry(MSGraphAPI.OBJECT_TYPE, UUID) - Method in class com.pingidentity.util.MSGraphAPI
-
Get an entry basedon objectType and objectId
- getEntry(MSGraphAPI.OBJECT_TYPE, UUID, String) - Method in class com.pingidentity.util.MSGraphAPI
-
Get an etnry based on objectType and objectId.
- getExtensionDescription() - Method in class com.pingidentity.sync.AzureADSyncSource
-
Retrieves a human-readable description for this extension.
- getExtensionDescription() - Method in class com.pingidentity.util.Installer
-
Provides descriptions for the extension
- getExtensionName() - Method in class com.pingidentity.sync.AzureADSyncSource
-
Retrieves a human-readable name for this extension.
- getExtensionName() - Method in class com.pingidentity.util.Installer
-
Returns the extension name
- getNextBatchOfChanges(int, AtomicLong) - Method in class com.pingidentity.sync.AzureADSyncSource
-
Return the next batch of change records from the source.
- getStartpoint() - Method in class com.pingidentity.sync.AzureADSyncSource
-
Gets the current value of the startpoint for change detection.
- GROUPS - com.pingidentity.util.MSGraphAPI.OBJECT_TYPE
H
- hasMoreEntries() - Method in class com.pingidentity.util.MSGraphResult
I
- initializeSyncSource(SyncServerContext, SyncSourceConfig, ArgumentParser) - Method in class com.pingidentity.sync.AzureADSyncSource
-
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.util
-
Created by arnaudlacour on 5/17/17.
- Installer() - Constructor for class com.pingidentity.util.Installer
L
- listAllEntries(BlockingQueue<ChangeRecord>) - Method in class com.pingidentity.sync.AzureADSyncSource
-
Gets a list of all the entries in the source endpoint.
- listAllEntries(Iterator<String>, BlockingQueue<ChangeRecord>) - Method in class com.pingidentity.sync.AzureADSyncSource
-
Gets a list of all the entries in the source from a given file input.
M
- main(String[]) - Static method in class com.pingidentity.AzureADTest
- MSGraphAPI - Class in com.pingidentity.util
- MSGraphAPI(String, String, String) - Constructor for class com.pingidentity.util.MSGraphAPI
-
Get and cache an accessToken
- MSGraphAPI.OBJECT_TYPE - Enum in com.pingidentity.util
- MSGraphResult - Class in com.pingidentity.util
- MSGraphResult() - Constructor for class com.pingidentity.util.MSGraphResult
- MSGraphResult(MSGraphAPI.OBJECT_TYPE, List<Entry>, String) - Constructor for class com.pingidentity.util.MSGraphResult
N
- nextLink - Variable in class com.pingidentity.util.MSGraphResult
-
Next Link
- nextPage(MSGraphResult) - Method in class com.pingidentity.util.MSGraphAPI
-
Get the next page of results
O
- objectType - Variable in class com.pingidentity.util.MSGraphResult
-
Object Type
P
- postInstall(InstallExtensionDetails) - Method in class com.pingidentity.util.Installer
-
Performs the necessary processing after the extension has been installed This currently includes things like laying down schema files, updating documentation, attempting to open a browser to the extension documentation page and displaying the appropriate commands to run
- postUpdate(UpdateExtensionDetails) - Method in class com.pingidentity.util.Installer
-
Performs the necessary processing after the extension has been updated
S
- setStartpoint(SetStartpointOptions) - Method in class com.pingidentity.sync.AzureADSyncSource
-
This method should effectively set the starting point for synchronization to the place specified by the
options
parameter. - size() - Method in class com.pingidentity.util.MSGraphResult
T
- toString() - Method in class com.pingidentity.util.MSGraphResult
U
- USERS - com.pingidentity.util.MSGraphAPI.OBJECT_TYPE
V
- valueOf(String) - Static method in enum com.pingidentity.util.MSGraphAPI.OBJECT_TYPE
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.pingidentity.util.MSGraphAPI.OBJECT_TYPE
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages