|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.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 |
|---|
accessLevel, Model, SUPERVISOR_ID_AD_Reference_ID, Table_ID, Table_Name, updatedMS |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
MLdapProcessor(Ctx ctx,
int AD_LdapProcessor_ID,
String trxName)
Ldap Processor |
|
MLdapProcessor(Ctx ctx,
ResultSet rs,
String trxName)
Ldap Processor |
|
| Method Summary | |
|---|---|
MLdapUser |
authenticate(MLdapUser ldapUser,
String usr,
String o,
String ou,
String remoteHost,
String remoteAddr)
Authenticate and Authorize |
int |
deleteLog()
Delete old Request Log |
static MLdapProcessor[] |
getActive(Ctx ctx)
Get Active LDAP Server |
int |
getAD_Schedule_ID()
Get AD_Schedule_ID |
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 |
CompiereProcessorLog[] |
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, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.CompiereProcessor |
|---|
getAD_Client_ID, getCtx, getDateLastRun, getDescription, getName, save, setDateLastRun, setDateNextRun |
| Constructor Detail |
|---|
public MLdapProcessor(Ctx ctx,
int AD_LdapProcessor_ID,
String trxName)
ctx - contextAD_LdapProcessor_ID - idtrxName - transaction
public MLdapProcessor(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
public static MLdapProcessor[] getActive(Ctx ctx)
public String getServerID()
getServerID in interface CompiereProcessorpublic String getInfo()
public Timestamp getDateNextRun(boolean requery)
getDateNextRun in interface CompiereProcessorrequery - requery
public CompiereProcessorLog[] getLogs()
getLogs in interface CompiereProcessorpublic int deleteLog()
public int getFrequency()
getFrequency in interface CompiereProcessorpublic String getFrequencyType()
getFrequencyType in interface CompiereProcessorpublic int getAD_Schedule_ID()
getAD_Schedule_ID in interface CompiereProcessorpublic String toString()
toString in class X_AD_LdapProcessor
public MLdapUser authenticate(MLdapUser ldapUser,
String usr,
String o,
String ou,
String remoteHost,
String remoteAddr)
ldapUser - MLdapUser objectusr - user nameo - organization = Client Nameou - optional organization unit = Interest Group Value
or AaremoteHost - remote host nameremoteAddr - remote host ip address
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||