Class ConnectLdapValidator

  • All Implemented Interfaces:
    LdapValidator<Ldap>

    public class ConnectLdapValidator
    extends java.lang.Object
    implements LdapValidator<Ldap>
    ConnectLdapValidator validates an ldap connection is healthy by testing it is connected.
    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 validate​(Ldap l)
      Validate 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

      • ConnectLdapValidator

        public ConnectLdapValidator()
    • Method Detail

      • validate

        public boolean validate​(Ldap l)
        Validate the supplied ldap object.
        Specified by:
        validate in interface LdapValidator<Ldap>
        Parameters:
        l - ldap object
        Returns:
        whether validation was successful