Class AuthConfigFileFactory

    • Constructor Detail

      • AuthConfigFileFactory

        public AuthConfigFileFactory()
        To specialize the defaultEntries passed to the RegStoreFileParser constructor, create another subclass of BaseAuthconfigFactory, that is basically a copy of this class, with a change to the third argument of the call to new ResSToreFileParser. To ensure runtime use of the the associated regStore, make sure that the new subclass also contains an implementation of the getRegStore method.

        As done within this class, use the locks defined in BaseAuthConfigFactory to serialize access to the regStore (both within the class constructor, and within getRegStore)

        All EentyInfo OBJECTS PASSED as default Entries MUST HAVE BEEN CONSTRUCTED USING THE FOLLOWING CONSTRUCTOR: EntryInfo(String className, Map properties);