|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_AD_LdapProcessor
org.compiere.model.MLdapProcessor
public class MLdapProcessor
LDAP Server Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_LdapProcessor |
|---|
SUPERVISOR_ID_AD_Reference_ID |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Fields inherited from interface org.compiere.model.I_AD_LdapProcessor |
|---|
accessLevel, COLUMNNAME_AD_LdapProcessor_ID, COLUMNNAME_DateLastRun, COLUMNNAME_DateNextRun, COLUMNNAME_Description, COLUMNNAME_KeepLogDays, COLUMNNAME_LdapPort, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_Supervisor_ID, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MLdapProcessor(Properties ctx,
int AD_LdapProcessor_ID,
String trxName)
Ldap Processor |
|
MLdapProcessor(Properties ctx,
ResultSet rs,
String trxName)
Ldap Processor |
|
| Method Summary | |
|---|---|
MLdapUser |
authenticate(MLdapUser ldapUser,
String usr,
String o,
String ou)
Authenticate and Authorize |
int |
deleteLog()
Delete old Request Log |
static MLdapProcessor[] |
getActive(Properties ctx)
Get Active LDAP Server |
Timestamp |
getDateNextRun(boolean requery)
Get Date Next Run |
int |
getFrequency()
Get Frequency (n/a) |
String |
getFrequencyType()
Get Frequency Type (n/a) |
String |
getInfo()
Get Info |
AdempiereProcessorLog[] |
getLogs()
Get Logs |
String |
getServerID()
Get Server ID |
String |
toString()
String Representation |
| Methods inherited from class org.compiere.model.X_AD_LdapProcessor |
|---|
get_AccessLevel, getAD_LdapProcessor_ID, getDateLastRun, getDateNextRun, getDescription, getKeepLogDays, getKeyNamePair, getLdapPort, getName, getSupervisor_ID, initPO, isProcessing, setAD_LdapProcessor_ID, setDateLastRun, setDateNextRun, setDescription, setKeepLogDays, setLdapPort, setName, setProcessing, setSupervisor_ID |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.AdempiereProcessor |
|---|
getAD_Client_ID, getCtx, getDateLastRun, getDescription, getName, save, setDateLastRun, setDateNextRun |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Constructor Detail |
|---|
public MLdapProcessor(Properties ctx,
int AD_LdapProcessor_ID,
String trxName)
ctx - contextAD_LdapProcessor_ID - idtrxName - transaction
public MLdapProcessor(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MLdapProcessor[] getActive(Properties ctx)
public String getServerID()
getServerID in interface AdempiereProcessorpublic String getInfo()
public Timestamp getDateNextRun(boolean requery)
getDateNextRun in interface AdempiereProcessorrequery - requery
public AdempiereProcessorLog[] getLogs()
getLogs in interface AdempiereProcessorpublic int deleteLog()
public int getFrequency()
getFrequency in interface AdempiereProcessorpublic String getFrequencyType()
getFrequencyType in interface AdempiereProcessorpublic String toString()
toString in class X_AD_LdapProcessor
public MLdapUser authenticate(MLdapUser ldapUser,
String usr,
String o,
String ou)
ldapUser - MLdapUser objectusr - user nameo - organization = Client Nameou - optional organization unit = Interest Group
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||