
com.nimbusds.ldap.dnresolver.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dn-resovler Show documentation
Show all versions of dn-resovler Show documentation
Algorithms for resolving the distinguished name (DN) of an
LDAP directory object.
The newest version!
/**
* Provides two routines for resolving the distinguished name (DN) of an LDAP
* directory object from a given entry attribute value:
*
*
* - {@link com.nimbusds.ldap.dnresolver.TemplateResolver}
* Resolution by simple template substitution.
*
- {@link com.nimbusds.ldap.dnresolver.SearchResolver}
* Resolution through LDAP search operation.
*
*/
package com.nimbusds.ldap.dnresolver;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy