Class NSDLLdapClient
java.lang.Object
org.dlese.dpc.ldap.LdapClient
org.dlese.dpc.schemedit.security.auth.nsdl.NSDLLdapClient
LdapClient for the NSDL Ldap Server
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.ldap.LdapClient
props -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget the Uid from the provided dn (Distinguished Name);static voidThe main program for the LdapTester classprotected StringGiven a UID, returns the corresponding full dn (distinguished name).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
-
Constructor Details
-
NSDLLdapClient
- Throws:
LdapException
-
-
Method Details
-
mkUserDn
Description copied from class:LdapClientGiven a UID, returns the corresponding full dn (distinguished name).- Overrides:
mkUserDnin classLdapClient
-
getUid
get the Uid from the provided dn (Distinguished Name); -
main
The main program for the LdapTester class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-