org.dlese.dpc.schemedit.security.auth.nsdl
Class NSDLLdapClient
java.lang.Object
org.dlese.dpc.ldap.LdapClient
org.dlese.dpc.schemedit.security.auth.nsdl.NSDLLdapClient
public class NSDLLdapClient
- extends LdapClient
NOT YET DOCUMENTED
- Author:
- Jonathan Ostwald
| Methods inherited from class org.dlese.dpc.ldap.LdapClient |
addAttributeValueDn, addEntryDn, addListName, addUserAttributeValue, addUserAttributeValue, addUserEntry, createList, getAttributesDn, getListAttributes, getListAttributes, getListMembers, getListMembers, getListMembersDn, getListNames, getListNames, getObjectDn, getProperty, getSingleAttribute, getSingleAttribute, getSingleAttributeDn, getUserAttributes, getUserAttributes, getUserObject, getUserObjectAttributes, getUtcCreateTimestamp, getUtcModifyTimestamp, isAlive, removeAttributeValueDn, removeEntireList, removeEntryDn, removeListName, removeUserAttributeValue, removeUserAttributeValue, removeUserEntry, removeUserObject, renameEntryDn, renameUserEntry, search, search, searchDn, setAttributeDn, setUserAttribute, setUserAttribute, storeObjectDn, storeUserObject, userAuthenticates, userExists |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NSDLLdapClient
public NSDLLdapClient(String pfile)
throws LdapException
- Throws:
LdapException
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)
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