Skip navigation links


Package org.identityconnectors.flatfile.extension

Interface Summary
FlatFileParser Interface which needs to be implemented by all custom parsers
FlatFilePostProcessHandler This interface needs to be implemented to perform a specific post-process task on the flat files, after all records have been fetched from them This is executed after the custom/default parser is run
FlatFilePreProcessHandler This interface needs to be implemented to perform a specific pre-process task on the flat files, before starting to parse them for fetching records
FlatFileRecordHandler Handler to return the FlatFileRecord instance back to the connector, where data type conversion and validation of the attributes happens, before sending it to the requester

 

Class Summary
FlatFileFilter Represents a simple filter of the form "fieldName operator fieldValue" Ex: loginID = Sam.
FlatFileRecord Java Bean to represent a single record read from the flat file Use the add methods to add single, multi and complex value attributes
FlatFileSchema Represents the properties that are mentioned in the schema properties file
ParserConfig Wrapper class which contains various miscellaneous configurations which are available to the parser

 

Enum Summary
FlatFileFilter.Operators  

 


Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.