Package com.google.enterprise.connector.sharepoint.wsclient.client

Examples of com.google.enterprise.connector.sharepoint.wsclient.client.ClientFactory


   * For getting the Authorization manager form the current connector context
   */
  public AuthorizationManager getAuthorizationManager()
      throws RepositoryException {
    LOGGER.info("getAuthorizationManager()");
    ClientFactory clientFactory = connector.getClientFactory();
    SiteDiscoveryHelper siteDiscovery =
        new SiteDiscoveryHelper(sharepointClientContext, null);
    return new SharepointAuthorizationManager(clientFactory,
        sharepointClientContext, siteDiscovery.getMatchingSiteCollections());
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.sharepoint.wsclient.client.ClientFactory

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.