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 | Class and Description |
---|---|
class |
SimpleAuthenticationIdentity
Simple implementation of the
AuthenticationIdentity interface. |
Modifier and Type | Method and Description |
---|---|
AuthenticationResponse |
AuthenticationManager.authenticate(AuthenticationIdentity identity)
Authenticates against the repository and returns an
AuthenticationResponse indicating whether authentication
was successful. |
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.
|