Class MLdapProcessor

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, AdempiereProcessor, I_AD_LdapProcessor, I_Persistent, Evaluatee

public class MLdapProcessor extends X_AD_LdapProcessor implements AdempiereProcessor
LDAP Server Model
Version:
$Id$
Author:
Jorg Janke
See Also:
  • Constructor Details

    • MLdapProcessor

      public MLdapProcessor(Properties ctx, String AD_LdapProcessor_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      AD_LdapProcessor_UU - UUID key
      trxName - Transaction
    • MLdapProcessor

      public MLdapProcessor(Properties ctx, int AD_LdapProcessor_ID, String trxName)
      Ldap Processor
      Parameters:
      ctx - context
      AD_LdapProcessor_ID - id
      trxName - transaction
    • MLdapProcessor

      public MLdapProcessor(Properties ctx, ResultSet rs, String trxName)
      Ldap Processor
      Parameters:
      ctx - context
      rs - result set
      trxName - transaction
  • Method Details