public class CSVDirConnector extends Object implements org.identityconnectors.framework.spi.Connector, org.identityconnectors.framework.spi.operations.SearchOp<net.tirasa.connid.bundles.db.common.FilterWhereBuilder>, org.identityconnectors.framework.spi.operations.SchemaOp, org.identityconnectors.framework.spi.operations.SyncOp, org.identityconnectors.framework.spi.operations.CreateOp, org.identityconnectors.framework.spi.operations.UpdateOp, org.identityconnectors.framework.spi.operations.DeleteOp, org.identityconnectors.framework.spi.operations.AuthenticateOp, org.identityconnectors.framework.spi.operations.TestOp
| Constructor and Description |
|---|
CSVDirConnector() |
| Modifier and Type | Method and Description |
|---|---|
org.identityconnectors.framework.common.objects.Uid |
authenticate(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.common.security.GuardedString password,
org.identityconnectors.framework.common.objects.OperationOptions options) |
org.identityconnectors.framework.common.objects.Uid |
create(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
Set<org.identityconnectors.framework.common.objects.Attribute> set,
org.identityconnectors.framework.common.objects.OperationOptions options) |
org.identityconnectors.framework.common.objects.filter.FilterTranslator<net.tirasa.connid.bundles.db.common.FilterWhereBuilder> |
createFilterTranslator(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.OperationOptions options) |
void |
delete(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.Uid uid,
org.identityconnectors.framework.common.objects.OperationOptions options) |
void |
dispose() |
void |
executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass,
net.tirasa.connid.bundles.db.common.FilterWhereBuilder where,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options) |
org.identityconnectors.framework.spi.Configuration |
getConfiguration() |
org.identityconnectors.framework.common.objects.SyncToken |
getLatestSyncToken(org.identityconnectors.framework.common.objects.ObjectClass objectClass) |
void |
init(org.identityconnectors.framework.spi.Configuration cfg) |
org.identityconnectors.framework.common.objects.Schema |
schema() |
void |
sync(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.SyncToken syncToken,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options) |
void |
test() |
org.identityconnectors.framework.common.objects.Uid |
update(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.Uid uid,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options) |
public final org.identityconnectors.framework.spi.Configuration getConfiguration()
getConfiguration in interface org.identityconnectors.framework.spi.Connectorpublic final void init(org.identityconnectors.framework.spi.Configuration cfg)
init in interface org.identityconnectors.framework.spi.Connectorcfg - Saves the configuration for use in later calls.org.identityconnectors.framework.Connector#init( org.identityconnectors.framework.Configuration)public final org.identityconnectors.framework.common.objects.Schema schema()
schema in interface org.identityconnectors.framework.spi.operations.SchemaOppublic final org.identityconnectors.framework.common.objects.filter.FilterTranslator<net.tirasa.connid.bundles.db.common.FilterWhereBuilder> createFilterTranslator(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.OperationOptions options)
createFilterTranslator in interface org.identityconnectors.framework.spi.operations.SearchOp<net.tirasa.connid.bundles.db.common.FilterWhereBuilder>public final void executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass,
net.tirasa.connid.bundles.db.common.FilterWhereBuilder where,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
executeQuery in interface org.identityconnectors.framework.spi.operations.SearchOp<net.tirasa.connid.bundles.db.common.FilterWhereBuilder>public final void sync(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.SyncToken syncToken,
org.identityconnectors.framework.common.objects.SyncResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
sync in interface org.identityconnectors.framework.spi.operations.SyncOppublic final org.identityconnectors.framework.common.objects.SyncToken getLatestSyncToken(org.identityconnectors.framework.common.objects.ObjectClass objectClass)
getLatestSyncToken in interface org.identityconnectors.framework.spi.operations.SyncOppublic void dispose()
dispose in interface org.identityconnectors.framework.spi.Connectorpublic final org.identityconnectors.framework.common.objects.Uid create(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
Set<org.identityconnectors.framework.common.objects.Attribute> set,
org.identityconnectors.framework.common.objects.OperationOptions options)
create in interface org.identityconnectors.framework.spi.operations.CreateOppublic final org.identityconnectors.framework.common.objects.Uid update(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.Uid uid,
Set<org.identityconnectors.framework.common.objects.Attribute> attrs,
org.identityconnectors.framework.common.objects.OperationOptions options)
update in interface org.identityconnectors.framework.spi.operations.UpdateOppublic final void delete(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
org.identityconnectors.framework.common.objects.Uid uid,
org.identityconnectors.framework.common.objects.OperationOptions options)
delete in interface org.identityconnectors.framework.spi.operations.DeleteOppublic org.identityconnectors.framework.common.objects.Uid authenticate(org.identityconnectors.framework.common.objects.ObjectClass objectClass,
String username,
org.identityconnectors.common.security.GuardedString password,
org.identityconnectors.framework.common.objects.OperationOptions options)
authenticate in interface org.identityconnectors.framework.spi.operations.AuthenticateOppublic final void test()
test in interface org.identityconnectors.framework.spi.operations.TestOpCopyright © 2011–2016. All rights reserved.