Class LdapSearch
java.lang.Object
org.apache.cxf.xkms.x509.repo.ldap.LdapSearch
-
Constructor Summary
ConstructorsConstructorDescriptionLdapSearch(String ldapuri, String bindDN, String bindPassword, int numRetries) -
Method Summary
Modifier and TypeMethodDescriptionvoidbind(String dn, Attributes attribs) findAttribute(String rootDN, String filter, String attrName) findAttributes(String rootDN, String filter) getAttribute(String dn, String attrName) getAttributes(String dn) searchSubTree(String rootEntry, String filter)
-
Constructor Details
-
LdapSearch
-
-
Method Details
-
searchSubTree
public NamingEnumeration<SearchResult> searchSubTree(String rootEntry, String filter) throws NamingException - Throws:
NamingException
-
getAttributes
- Throws:
NamingException
-
getAttribute
- Throws:
NamingException
-
findAttributes
- Throws:
NamingException
-
findAttribute
public Attribute findAttribute(String rootDN, String filter, String attrName) throws NamingException - Throws:
NamingException
-
bind
- Throws:
NamingException
-