Liferay 6.0.5

com.liferay.util.ldap
Class LDAPUtil

java.lang.Object
  extended by com.liferay.util.ldap.LDAPUtil

public class LDAPUtil
extends Object


Constructor Summary
LDAPUtil()
           
 
Method Summary
static String getAttributeValue(Attributes attributes, Properties properties, String key)
           
static String getAttributeValue(Attributes attributes, Properties properties, String key, String defaultValue)
           
static String getAttributeValue(Attributes attributes, String id)
           
static String getAttributeValue(Attributes attributes, String id, String defaultValue)
           
static String getFullProviderURL(String baseURL, String baseDN)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPUtil

public LDAPUtil()
Method Detail

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)

Liferay 6.0.5