public class NSDLLdapClient extends LdapClient
props
Constructor and Description |
---|
NSDLLdapClient(java.lang.String pfile) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUid(java.lang.String dn)
get the Uid from the provided dn (Distinguished Name);
|
static void |
main(java.lang.String[] args)
The main program for the LdapTester class
|
protected java.lang.String |
mkUserDn(java.lang.String userName)
Given a UID, returns the corresponding full dn (distinguished name).
|
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
public NSDLLdapClient(java.lang.String pfile) throws LdapException
LdapException
protected java.lang.String mkUserDn(java.lang.String userName)
LdapClient
mkUserDn
in class LdapClient
public java.lang.String getUid(java.lang.String dn)
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- The command line argumentsjava.lang.Exception
- NOT YET DOCUMENTED