public class LdapUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERVER_INFO_NAME |
static ObjectClass |
SERVER_INFO_OBJCLASS |
static ObjectClass |
UNKNOWN_OBJCLASS |
Modifier and Type | Method and Description |
---|---|
static String |
addBinaryOption(String ldapAttrName)
Adds the binary option to the attribute if not present already.
|
static void |
addStringAttrValues(Attributes ldapAttrs,
String ldapAttrName,
Set<String> toSet) |
static boolean |
attrNameEquals(String name1,
String name2)
Returns true if the names of the given LDAP attributes are equal.
|
static Attribute |
buildMemberIdAttribute(LdapConnection conn,
Attribute attr) |
static Attribute |
buildMemberIdAttribute(LdapConnection conn,
Attribute attr) |
static <T> List<T> |
checkedListByFilter(List list,
Class<T> clazz) |
static boolean |
escapeAttrValue(Object value,
StringBuilder toBuilder)
Escapes the given attribute value to the given
StringBuilder . |
static String |
escapeDNValueOfJNDIReservedChars(String DN)
Escape DN value of JNDI reserved characters
forward slash (/)
|
static String |
getObjectClassFilter(String[] oclasses) |
static void |
getServerInfo(LdapConnection conn,
ResultsHandler handler) |
static String |
getStringAttrValue(Attributes ldapAttrs,
String ldapAttrName)
Return the value of the
ldapAttrName parameter cast to a String. |
static Set<String> |
getStringAttrValues(Attributes ldapAttrs,
String ldapAttrName)
Return the case insensitive set of values of the
ldapAttrName parameter cast to a String. |
static ObjectClass |
guessObjectClass(LdapConnection lconn,
Attribute attr) |
static boolean |
hasBinaryOption(String ldapAttrName)
Returns
true if the attribute has the binary option,
e.g., userCertificate;binary . |
static boolean |
isSameDistinguishedName(String first,
LdapContext context) |
static boolean |
isUnderContexts(LdapName entry,
List<LdapName> contexts) |
static String |
normalizeLdapString(String ldapString)
Normalize the DN string
|
static String[] |
nullAsEmpty(String[] array) |
static LdapName |
quietCreateLdapName(String ldapName) |
static String |
removeBinaryOption(String ldapAttrName)
Removes the binary option from the attribute.
|
public static final String SERVER_INFO_NAME
public static final ObjectClass SERVER_INFO_OBJCLASS
public static final ObjectClass UNKNOWN_OBJCLASS
public static boolean attrNameEquals(String name1, String name2)
public static boolean hasBinaryOption(String ldapAttrName)
true
if the attribute has the binary option,
e.g., userCertificate;binary
.public static String addBinaryOption(String ldapAttrName)
public static String removeBinaryOption(String ldapAttrName)
public static String getStringAttrValue(Attributes ldapAttrs, String ldapAttrName)
ldapAttrName
parameter cast to a String.public static Set<String> getStringAttrValues(Attributes ldapAttrs, String ldapAttrName)
ldapAttrName
parameter cast to a String.public static void addStringAttrValues(Attributes ldapAttrs, String ldapAttrName, Set<String> toSet)
public static String escapeDNValueOfJNDIReservedChars(String DN)
public static boolean escapeAttrValue(Object value, StringBuilder toBuilder)
StringBuilder
.
Returns true
iff anything was written to the builder.public static String normalizeLdapString(String ldapString)
ldapString
- DN string to normalizepublic static Attribute buildMemberIdAttribute(LdapConnection conn, Attribute attr)
public static Attribute buildMemberIdAttribute(LdapConnection conn, Attribute attr)
public static void getServerInfo(LdapConnection conn, ResultsHandler handler)
public static ObjectClass guessObjectClass(LdapConnection lconn, Attribute attr) throws NamingException
NamingException
public static boolean isSameDistinguishedName(String first, LdapContext context)
Copyright © 2018–2025. All rights reserved.