Interface | Description |
---|---|
ControllerMethod |
Controllers in this application are basic functional objects with the
following interface that basically have a simple lifetime.
|
Class | Description |
---|---|
AccessTokenPost |
Handle access token requests.
|
AccessTokenResponse |
The bean we turn into json for the response from a successful call to the
AccessTokenPost controller.
|
AuthorizationFinishPost |
Called back by the login page directly, to generate the next request to the
CodeService to basically generate the authorization code.
|
AuthorizationStartGet |
Perform the "code" authorization request.
|
LoginGet |
The authorization mechanism will pretty much always go to this method to
present a login page to collect the p4d login and password.
|