Package fr.norsys.mapper.console.service

Examples of fr.norsys.mapper.console.service.LDAPViewerImpl


        "com.sun.jndi.ldap.LdapCtxFactory");
    env.put(Context.PROVIDER_URL, "ldap://130.81.9.192:389");
    env.put(Context.SECURITY_PRINCIPAL, "cn=admin,ou=users,o=services");
    env.put(Context.SECURITY_CREDENTIALS, "12345678");
    context = new InitialDirContext(env);
    viewer = new LDAPViewerImpl();
    viewer.setContext(context);
  }
View Full Code Here

TOP

Related Classes of fr.norsys.mapper.console.service.LDAPViewerImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.