Class | Description |
---|---|
FileNameDecoder |
Same as URLDecoder except '+' is not decoded into a ' '.
|
FileNameEncoder |
Same as URLEncoder except '*' and ' ' are also encoded since they are not
acceptable as file names on windows. ' ' is acctually only not acceptable on
windows if it's the only character in a file name but we encode it anyway to
make things easier.
|
FlatFileEventManager |
This registers the listeners for flat file depository.
|
NodeNameFilter |
Simple class that looks for subentries with name matching the
filter.
|
SMSEnhancedFlatFileObject |
This is an enhancement of
SMSEnhancedFlatFileObject where
we modified the implementation to avoid hitting the file name length
limitation on Windows Operating System. |
SMSFlatFileObject |
This class represents a configuration object stored in a file.
|
SMSFlatFileObjectBase |
This is the base implementation of flat file data store object.
|
SMSFlatFileTreeNode |
This is a node in the directory tree that the
SMSEnhancedFlatFileObject class holds to track the
directory structure of the data. |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.