java.lang.Object
de.uplanet.lucy.server.auxiliaries.security.Factory

@VelocityCallable("singleton") public final class Factory extends Object
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • getPolicyBrowser

      public PolicyBrowser getPolicyBrowser(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang)
      Get a PolicyBrowser instance.
      Parameters:
      p_conn - The database connection to be used.
      p_strLang - not used
      Returns:
      The policy browser.
    • getPolicyManager

      public de.uplanet.lucy.server.auxiliaries.security.PolicyManager getPolicyManager(de.uplanet.jdbc.JdbcConnection p_conn)
      Get a PolicyManager instance.

      This method is not part of the public API. For internal use only.

      Parameters:
      p_conn - The database connection to be used.
      Returns:
      The policy manager.