|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.identityconnectors.flatfile.FlatFileConnector
public class FlatFileConnector
Only implements search since this connector is only used to do sync.
| Constructor Summary | |
|---|---|
FlatFileConnector()
|
|
| Method Summary | |
|---|---|
org.identityconnectors.framework.common.objects.filter.FilterTranslator<String> |
createFilterTranslator(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.OperationOptions options)
|
void |
dispose()
Nothing to do since there's not resources used. |
void |
executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass,
String query,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
Searches for objects to return based on the filter provided with offset and limit features. |
org.identityconnectors.framework.spi.Configuration |
getConfiguration()
|
void |
init(org.identityconnectors.framework.spi.Configuration cfg)
Saves the configuration for use in later calls. |
org.identityconnectors.framework.common.objects.Schema |
schema()
Read the header from the file and determine the attributes for the account object this resource supports. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlatFileConnector()
| Method Detail |
|---|
public org.identityconnectors.framework.spi.Configuration getConfiguration()
getConfiguration in interface org.identityconnectors.framework.spi.Connectorpublic void init(org.identityconnectors.framework.spi.Configuration cfg)
init in interface org.identityconnectors.framework.spi.Connectororg.identityconnectors.framework.Connector#init(org.identityconnectors.framework.Configuration)public void dispose()
dispose in interface org.identityconnectors.framework.spi.Connectororg.identityconnectors.framework.Connector#dispose()public org.identityconnectors.framework.common.objects.Schema schema()
schema in interface org.identityconnectors.framework.spi.operations.SchemaOporg.identityconnectors.framework.Connector#getSupportedObjectTypes()
public org.identityconnectors.framework.common.objects.filter.FilterTranslator<String> createFilterTranslator(org.identityconnectors.framework.common.objects.ObjectClass oclass,
org.identityconnectors.framework.common.objects.OperationOptions options)
createFilterTranslator in interface org.identityconnectors.framework.spi.operations.SearchOp<String>
public void executeQuery(org.identityconnectors.framework.common.objects.ObjectClass oclass,
String query,
org.identityconnectors.framework.common.objects.ResultsHandler handler,
org.identityconnectors.framework.common.objects.OperationOptions options)
executeQuery in interface org.identityconnectors.framework.spi.operations.SearchOp<String>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||