Examples of InheritFromExtractedAclDocumentFilter


Examples of com.google.enterprise.connector.pusher.InheritFromExtractedAclDocumentFilter

      // The proposed escape is to send a named resource ACL in the feed for
      // each document, and at crawl-time return an empty ACL that inherits
      // from the corresponding named resource ACL.
      if (feedConnection.supportsInheritedAcls()
          && DocUtils.hasAclProperties(metaDoc)) {
        metaDoc = new InheritFromExtractedAclDocumentFilter()
            .newDocumentFilter(metaDoc);
      }

      // Configure the dynamic ACL transformation filters for the documents.
      // TODO(bmj): Is FeedType.CONTENTURL a reasonable assumption here?
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.