Class | Description |
---|---|
TutorialController |
Single controller for the demo application that handles GET requests.
|
TutorialRouteBuilder |
Builds the OAuth-specific routes (implements the OAuth integration layer) of the demo application.
|
TutorialService |
Facade for getting calendar names from the Google Calendar API.
|
TutorialTokenProcessor |
Reads an OAuth access token plus access token secret from a Camel message and stores them in
cookies.
|
Apache Camel