Adempiere 3.5.2a

org.compiere.ldap
Class LdapMessage

java.lang.Object
  extended by org.compiere.ldap.LdapMessage

public class LdapMessage
extends Object

Ldap Message

Version:
$Id: LdapMessage.java,v 1.1 2006/10/09 00:23:16 jjanke Exp $
Author:
Jorg Janke

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

BIND_REQUEST

public static final int BIND_REQUEST
See Also:
Constant Field Values

BIND_RESPONSE

public static final int BIND_RESPONSE
See Also:
Constant Field Values

UNBIND_REQUEST

public static final int UNBIND_REQUEST
See Also:
Constant Field Values

SEARCH_REQUEST

public static final int SEARCH_REQUEST
See Also:
Constant Field Values

SEARCH_REP_ENTRY

public static final int SEARCH_REP_ENTRY
See Also:
Constant Field Values

SEARCH_RES_RESULT

public static final int SEARCH_RES_RESULT
See Also:
Constant Field Values

SIMPLE_AUTHENTICATION

public static final int SIMPLE_AUTHENTICATION
See Also:
Constant Field Values

FILTER_AND

public static final int FILTER_AND
See Also:
Constant Field Values

FILTER_OR

public static final int FILTER_OR
See Also:
Constant Field Values

FILTER_NOT

public static final int FILTER_NOT
See Also:
Constant Field Values

FILTER_EQUALITYMATCH

public static final int FILTER_EQUALITYMATCH
See Also:
Constant Field Values

SEQUENCE

public static final int SEQUENCE
See Also:
Constant Field Values
Constructor Detail

LdapMessage

public LdapMessage()
Ldap Message

Method Detail

reset

public void reset(LdapResult result)

decode

public void decode(byte[] data,
                   int length)
Decode Message

Parameters:
data - input buffer
length - buffer size

getOperation

public int getOperation()
Get Operation Code

Returns:
protocolOp

getMsgId

public int getMsgId()
Get message id

Returns:
msgId

getDN

public String getDN()
Get DN

Returns:
dn

getUserId

public String getUserId()
Get User Id

Returns:
userId

getUserPasswd

public String getUserPasswd()
Get User passwod

Returns:
passwd

getBaseObj

public String getBaseObj()
Get base object

Returns:
baseObj

getOrg

public String getOrg()
Get organization

Returns:
org

getOrgUnit

public String getOrgUnit()
Get organization unit

Returns:
orgUnit

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.