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 |
---|---|
AuthorizationResponse.Status |
AuthorizationResponse.getStatus()
Gets the status.
|
static AuthorizationResponse.Status |
AuthorizationResponse.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AuthorizationResponse.Status[] |
AuthorizationResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AuthorizationResponse(AuthorizationResponse.Status status,
java.lang.String docid)
Makes an
AuthorizationResponse . |