getAttributes(String username) Returns a list of attributes and their LDAP values found in LDAP for the specified username.
Parameters: username - the username of the user to get his attributes from LDAP.
getSample(int maxSample) Returns a list of usernames with a sample of the users found in LDAP.
Parameters: maxSample - the max size of the sample to return.
Returns a list of attributes and their LDAP values found in LDAP for the specified username.
Parameters: username - the username of the user to get his attributes from LDAP. a list of attributes and their LDAP values found in LDAP for the specified username.
Returns a list of usernames with a sample of the users found in LDAP.
Parameters: maxSample - the max size of the sample to return. a list of usernames with a sample of the users found in LDAP. throws: NamingException - if something goes wrong....