The following is documentation for a single method.The full javadocs are the bottom.
Method Information | ||||||
---|---|---|---|---|---|---|
Method | Request Narrowing | Description | ||||
Path(s) | GET/POST | Params | Headers | Content Types | ||
sayHello(...) | /auth/test | GET | Produces: text/html | Print our hello world message and display the results from the auth processing. |
Method Parameters | ||||||
---|---|---|---|---|---|---|
Method | Param Name | Request | Data Type | Required | Default | Description |
sayHello(...) | sid | Query | String | Session-id returned by the oauth processing. | ||
resp | Query | Integer | The enumerated number code which corresponds to the results of the auth processing. |
Response Fields Returned to Client | ||||||
---|---|---|---|---|---|---|
Method | Field Name | Data Type | Description | |||
sayHello(...) | String | HTML response. |
Print our hello world message and display the results from the auth processing.
@param sid
Session-id returned by the oauth processing.
@param responseCode
The enumerated number code which corresponds to the results of the auth processing.
@return HTML response.
Generated by Spring Request Doclet package.