public final class LdapUtils extends Object
Modifier and Type | Method and Description |
---|---|
static List<String> |
getAttributeOfEntries(org.springframework.ldap.core.LdapTemplate ldapTemplate,
String baseDN,
String objectClass,
String filterAttributeName,
String filterAttributeValue,
String searchAttribute) |
static Map<String,Attribute> |
getAttributesOfEntry(org.springframework.ldap.core.LdapTemplate ldapTemplate,
String baseDN,
String objectClass,
String filterAttributeName,
String filterAttributeValue,
String[] searchAttributes) |
static Name |
getDnOfEntry(org.springframework.ldap.core.LdapTemplate ldapTemplate,
String baseDN,
String objectClass,
String filterAttributeName,
String filterAttributeValue) |
static boolean |
isDN(String user) |
public static boolean isDN(String user)
public static Map<String,Attribute> getAttributesOfEntry(org.springframework.ldap.core.LdapTemplate ldapTemplate, String baseDN, String objectClass, String filterAttributeName, String filterAttributeValue, String[] searchAttributes)
public static List<String> getAttributeOfEntries(org.springframework.ldap.core.LdapTemplate ldapTemplate, String baseDN, String objectClass, String filterAttributeName, String filterAttributeValue, String searchAttribute)
Apache CXF