Package com.google.enterprise.connector.ldap.LdapHandler.LdapRule

Examples of com.google.enterprise.connector.ldap.LdapHandler.LdapRule.Scope


    return ldapHandler;
  }

  private static LdapRule makeSimpleLdapRule() {
    String filter = getTestFilter();
    Scope scope = Scope.SUBTREE;
    LdapRule ldapRule = new LdapRule(scope, filter);
    return ldapRule;
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.ldap.LdapHandler.LdapRule.Scope

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.