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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.security.scripting.velocity.VelocityPolicyBrowser
    getPolicyBrowser(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang)
    Get a VelocityPolicyBrowser instance.
    de.uplanet.lucy.server.auxiliaries.security.PolicyManager
    getPolicyManager(de.uplanet.jdbc.JdbcConnection p_conn)
    Get a PolicyManager instance.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • getPolicyBrowser

      public de.uplanet.lucy.server.security.scripting.velocity.VelocityPolicyBrowser getPolicyBrowser(de.uplanet.jdbc.JdbcConnection p_conn, String p_strLang)
      Get a VelocityPolicyBrowser 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.