beautypg.com

Policy acl api developer’s guide, Policy acl api developer’s guide: java, Getting started – Google Search Appliance Policy ACL API Developers Guide User Manual

Page 4

background image

Google Search Appliance: Policy ACL API Developer’s Guide

4

Policy ACL API Developer’s Guide

The Google Search Appliance Policy ACL API enables you to programmatically configure policy access
control lists on a search appliance. You can use this API to add users or groups to a URL pattern to which
you restrict access. The policy ACL software improves search appliance performance by substantially
reducing HEAD requests for user authorization information from remote servers.

This document provides the following topic areas:

“Policy ACL API Developer’s Guide: Java” on page 4

“Policy ACL API Developer’s Guide: .NET” on page 12

“Policy ACL API Developer’s Guide: Protocol” on page 16

Policy ACL API Developer’s Guide: Java

The sections that follow specify policy ACL rules using Java.

Getting Started

The google-enterprise-gdata-api (

http://code.google.com/p/google-enterprise-gdata-api)

open source

site provides ZIP files that contain the Java client library, source code and some sample applications for
your reference. The information in this section helps you understand how to write your own
applications based on the client library and how to run the provided open source sample applications.
You can also use the sample applications as models for your own development.

Before starting, you need the following software:

JDK version 5.0 or later available from Java.com (

http://www.java.com/en/download/manual.jsp

)

downloads.

Apache Ant (

http://ant.apache.org/

) version 1.7 or later.

Admin Console user name and password for the search appliance to which you direct your
commands.