com.liferay.util.ldap
Class LDAPUtil
java.lang.Object
com.liferay.util.ldap.LDAPUtil
public class LDAPUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LDAPUtil
public LDAPUtil()
getAttributeValue
public static String getAttributeValue(Attributes attributes,
Properties properties,
String key)
throws NamingException
- Throws:
NamingException
getAttributeValue
public static String getAttributeValue(Attributes attributes,
Properties properties,
String key,
String defaultValue)
throws NamingException
- Throws:
NamingException
getAttributeValue
public static String getAttributeValue(Attributes attributes,
String id)
throws NamingException
- Throws:
NamingException
getAttributeValue
public static String getAttributeValue(Attributes attributes,
String id,
String defaultValue)
throws NamingException
- Throws:
NamingException
getFullProviderURL
public static String getFullProviderURL(String baseURL,
String baseDN)