Class ConnectLdapActivator

  • All Implemented Interfaces:
    LdapActivator<Ldap>

    public class ConnectLdapActivator
    extends java.lang.Object
    implements LdapActivator<Ldap>
    ConnectLdapActivator activates an ldap object by attempting to connect to the ldap.
    Version:
    $Revision: 1330 $ $Date: 2010-05-24 00:10:53 +0200 (Mon, 24 May 2010) $
    Author:
    Middleware Services
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.apache.commons.logging.Log logger
      Log for this class.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean activate​(Ldap l)
      Activate the supplied ldap object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • logger

        protected final org.apache.commons.logging.Log logger
        Log for this class.
    • Constructor Detail

      • ConnectLdapActivator

        public ConnectLdapActivator()
    • Method Detail

      • activate

        public boolean activate​(Ldap l)
        Activate the supplied ldap object.
        Specified by:
        activate in interface LdapActivator<Ldap>
        Parameters:
        l - ldap object
        Returns:
        whether activation was successful