Link to home
Start Free TrialLog in
Avatar of sanumakonda
sanumakonda

asked on

LDAP -Lightweight Directory Access protocol

Is it possible in LDAP[Lightweight Directory Access protocol]

 my question is in ldap everything stored as a object,
 
 is it possible that u know that the type of object.

 i.e, object data type, i.e. int, char...

 is it possible ?

 wait for reply.
Avatar of stimpyjcat
stimpyjcat

I think you need to clarify your question.

Is *what* possible in LDAP?

It is possible to use LDAP from within Java, but I'm not sure if that's what you're asking.
you can always use the "instanceof" instruction:

Object myObject;

...
...

if (myObject instanceof String) {
  ...
}

    Yagiz Erkan
    http://www.erkans.com
ASKER CERTIFIED SOLUTION
Avatar of sateesh_babu
sateesh_babu

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Force/accepted by

Netminder
Community Support Moderator
Experts Exchange