|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.ldap.LdapMessage
public class LdapMessage
Ldap Message
| Field Summary | |
|---|---|
static int |
BIND_REQUEST
|
static int |
BIND_RESPONSE
|
static int |
FILTER_AND
|
static int |
FILTER_EQUALITYMATCH
|
static int |
FILTER_NOT
|
static int |
FILTER_OR
|
static int |
SEARCH_REP_ENTRY
|
static int |
SEARCH_REQUEST
|
static int |
SEARCH_RES_RESULT
|
static int |
SEQUENCE
|
static int |
SIMPLE_AUTHENTICATION
|
static int |
UNBIND_REQUEST
|
| Constructor Summary | |
|---|---|
LdapMessage()
Ldap Message |
|
| Method Summary | |
|---|---|
void |
decode(byte[] data,
int length)
Decode Message |
String |
getBaseObj()
Get base object |
String |
getDN()
Get DN |
int |
getMsgId()
Get message id |
int |
getOperation()
Get Operation Code |
String |
getOrg()
Get organization |
String |
getOrgUnit()
Get organization unit |
String |
getUserId()
Get User Id |
String |
getUserPasswd()
Get User passwod |
void |
reset(LdapResult result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int BIND_REQUEST
public static final int BIND_RESPONSE
public static final int UNBIND_REQUEST
public static final int SEARCH_REQUEST
public static final int SEARCH_REP_ENTRY
public static final int SEARCH_RES_RESULT
public static final int SIMPLE_AUTHENTICATION
public static final int FILTER_AND
public static final int FILTER_OR
public static final int FILTER_NOT
public static final int FILTER_EQUALITYMATCH
public static final int SEQUENCE
| Constructor Detail |
|---|
public LdapMessage()
| Method Detail |
|---|
public void reset(LdapResult result)
public void decode(byte[] data,
int length)
data - input bufferlength - buffer sizepublic int getOperation()
public int getMsgId()
public String getDN()
public String getUserId()
public String getUserPasswd()
public String getBaseObj()
public String getOrg()
public String getOrgUnit()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||