public class StashConnection extends com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
Modifier and Type | Field and Description |
---|---|
static String |
ATTACHMENT_ID |
Constructor and Description |
---|
StashConnection() |
Modifier and Type | Method and Description |
---|---|
String[] |
getExtensionDescription() |
String |
getExtensionName() |
com.unboundid.directory.sdk.sync.types.PostStepResult |
postFetch(com.unboundid.ldap.sdk.LDAPInterface sourceConnection,
AtomicReference<com.unboundid.ldap.sdk.Entry> fetchedEntryRef,
com.unboundid.directory.sdk.sync.types.SyncOperation operation)
Performs the necessary processing to stash the connection in a sync operation
|
void |
toString(StringBuilder buffer) |
public static final String ATTACHMENT_ID
public StashConnection()
public String getExtensionName()
getExtensionName
in interface com.unboundid.directory.sdk.common.internal.UnboundIDExtension
getExtensionName
in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
public String[] getExtensionDescription()
getExtensionDescription
in interface com.unboundid.directory.sdk.common.internal.UnboundIDExtension
getExtensionDescription
in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
public com.unboundid.directory.sdk.sync.types.PostStepResult postFetch(com.unboundid.ldap.sdk.LDAPInterface sourceConnection, AtomicReference<com.unboundid.ldap.sdk.Entry> fetchedEntryRef, com.unboundid.directory.sdk.sync.types.SyncOperation operation)
postFetch
in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
sourceConnection
- the connection to the sourcefetchedEntryRef
- a reference to the entryoperation
- the sync operationpublic void toString(StringBuilder buffer)
toString
in class com.unboundid.directory.sdk.sync.api.LDAPSyncSourcePlugin
Copyright © 2019 Ping Identity Corp.. All rights reserved.