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 | ||
| handleStep1(...) | /auth/oauth | GET | redir | This handles the first step in the oauth process. | ||
| Method Parameters | ||||||
|---|---|---|---|---|---|---|
| Method | Param Name | Request | Data Type | Required | Default | Description |
| handleStep1(...) | prov | Query | String | true | Name of the oauth provider we are using. | |
| redir | Query | String | URL that we will be redirecting back to or null to use the request referer. | |||
| sid | Query | String | true | sid | The name of the param that will be used to send back the login token. | |
| resp | Query | String | true | resp | The name of the param that will be used to send back the response code. | |
| exp | Query | Long | Number of milliseconds that the session should live before being expired. | |||
This handles the first step in the oauth process.
@param ssoVar
Name of the oauth provider we are using.
@param redir
URL that we will be redirecting back to or null to use the request referer.
@param sessionTokenParamName
The name of the param that will be used to send back the login token.
@param responseCodeParamName
The name of the param that will be used to send back the response code.
@param expireDurationMillis
Number of milliseconds that the session should live before being expired.
Generated by Spring Request Doclet package.