Class NSDLLdapClient

java.lang.Object
org.dlese.dpc.ldap.LdapClient
org.dlese.dpc.schemedit.security.auth.nsdl.NSDLLdapClient

public class NSDLLdapClient extends LdapClient
LdapClient for the NSDL Ldap Server
Author:
Jonathan Ostwald
  • Constructor Details

  • Method Details

    • mkUserDn

      protected String mkUserDn(String userName)
      Description copied from class: LdapClient
      Given a UID, returns the corresponding full dn (distinguished name).
      Overrides:
      mkUserDn in class LdapClient
    • getUid

      public String getUid(String dn)
      get the Uid from the provided dn (Distinguished Name);
    • main

      public static void main(String[] args) throws Exception
      The main program for the LdapTester class
      Parameters:
      args - The command line arguments
      Throws:
      Exception - NOT YET DOCUMENTED