Class OPModeACLEntryFactory

  • Direct Known Subclasses:
    OPModeACLEntryFactory_Default, OPModeACLEntryFactory_FileSystem, OPModeACLEntryFactory_Tine

    public abstract class OPModeACLEntryFactory
    extends java.lang.Object
    Move OPModeACLEntry creation from OPModeACLEntry itself (via SQL Server) to OPModeACLEntryFactory and subclasses to mitigate migration from SQL Server way to AnLas Tine server.

    The following explicit ways to create an OPModeACLEntry exist:

  • The classical way via: _OPModeACLEntryFactory_SQLSrv
  • The new Tine server way via: OPModeACLEntryFactory_Tine
  • Via cashing on local file system: ########
  • Via default instance: _OPModeACLEntryFactory_NullObject

    MstSecurity etc. should use the std way:

  • ########
Author:
ws