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 |
---|---|
static SpiConstants.AclAccess |
SpiConstants.AclAccess.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SpiConstants.AclAccess[] |
SpiConstants.AclAccess.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SecureDocument.addPrincipal(java.lang.String name,
SpiConstants.AclScope scope,
SpiConstants.AclAccess access)
Adds a user or group to the ACL.
|