Hello,
I am using a snippet I found on a website to run ldap queries. Would it be better to create a custom object to hold all of the ldap information retrieved for a particular person? or does this already exist as a java class somewhere?
Thanks,
Ron
typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;
I am using a snippet I found on a website to run ldap queries. Would it be better to create a custom object to hold all of the ldap information retrieved for a particular person? or does this already exist as a java class somewhere?
Code:
[blue]
[green]//IE...[/green]
public class MyLdapResult
{
String commonname;
int age;
String address; ....
}
[/blue]
Thanks,
Ron
typedef map<GiantX,gold, less<std::shortestpathtogold> > AwesomeMap;