Package com.google.enterprise.connector.ldap.MockLdapHandlers

Examples of com.google.enterprise.connector.ldap.MockLdapHandlers.ExceptionMockLdapHandler


/** wait timer in milliseconds. */
  private int[] waitTimer = new int[] { 500, 1000 };

  public JsonDocumentFetcher getJsonDocumentFetcher() {
    ExceptionMockLdapHandler excepMock = MockLdapHandlers.getExceptionMock();
    return new LdapJsonDocumentFetcher(excepMock, waitTimer);
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.ldap.MockLdapHandlers.ExceptionMockLdapHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.