Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AuthorizationResponse> |
AuthorizationManager.authorizeDocids(java.util.Collection<java.lang.String> docids,
AuthenticationIdentity identity)
Gets authorization from the repository for a set of documents by ID.
|
Modifier and Type | Method and Description |
---|---|
int |
AuthorizationResponse.compareTo(AuthorizationResponse other)
Comparable for testing.
|