|
|||||||||
| 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 | |
|---|---|
FilterTranslator<String> |
createFilterTranslator(ObjectClass oclass,
OperationOptions options)
|
void |
dispose()
Nothing to do since there's not resources used. |
void |
executeQuery(ObjectClass oclass,
String query,
ResultsHandler handler,
OperationOptions options)
Searches for objects to return based on the filter provided with offset and limit features. |
Configuration |
getConfiguration()
|
void |
init(Configuration cfg)
Saves the configuration for use in later calls. |
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 Configuration getConfiguration()
getConfiguration in interface Connectorpublic void init(Configuration cfg)
init in interface Connectororg.identityconnectors.framework.Connector#init(org.identityconnectors.framework.Configuration)public void dispose()
dispose in interface Connectororg.identityconnectors.framework.Connector#dispose()public Schema schema()
schema in interface SchemaOporg.identityconnectors.framework.Connector#getSupportedObjectTypes()
public FilterTranslator<String> createFilterTranslator(ObjectClass oclass,
OperationOptions options)
createFilterTranslator in interface SearchOp<String>
public void executeQuery(ObjectClass oclass,
String query,
ResultsHandler handler,
OperationOptions options)
executeQuery in interface SearchOp<String>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||