java.lang.Object
com.caplin.motif.fx.ret.common.extension.usermanager.LoginsFileParser
All Implemented Interfaces:
ContentHandler

public class LoginsFileParser extends Object implements ContentHandler
Parses a logins XML file and stores all users in a cache. - (shortlife) Will run during initialisation per adapter. - (fatal) If it fails, the adapter should probably stop. - (nonconcurrent) Concurrent access is not expected.