Class GFAuthConfigFactory


  • public class GFAuthConfigFactory
    extends BaseAuthConfigFactory
    This class implements methods in the abstract class AuthConfigFactory.
    Author:
    Shing Wai Chan
    • Constructor Detail

      • GFAuthConfigFactory

        public GFAuthConfigFactory()
        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 EntyInfo OBJECTS PASSED as defaultEntries MUST HAVE BEEN CONSTRUCTED USING THE FOLLOWING CONSTRUCTOR: EntryInfo(String className, Map properties);