|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
GLoginData.setAuthenticationToken(String)
(only if needed by
GLoginService.authorize(GLoginData)
).
GLoginData.setAuthenticationToken(String)
.
GLoginData.setAuthorizationCookie(String)
.
GLoginServiceImpl.authorizeDev(GLoginData)
if the
endpoint is configured to run in development mode, otherwise to
GLoginServiceImpl.authorizeStd(GLoginData)
.
GLoginData.setAuthorizationCookie(String)
.
GLoginData.setAuthorizationCookie(String)
.
UnsupportedOperationException
GAuthProducer
GLoginProducer
.
GAuthTokenSecret
from a cookies string.
GoogleOAuthParameters
to a Camel Exchange
.GAuthComponent
for loading private keys.GAuthTokenSecret
GoogleOAuthParameters
to a Camel Exchange
.HttpBinding
returned by super#getBinding()
with a dynamic proxy.
HttpBinding
returned by super#getBinding()
with a dynamic proxy.
gauth:authorize
endpoint URI.
gauth:authorize
endpoint URI.
HTTPRequest
/HTTPResponse
pair of the URL fetch
service to a Camel Exchange
.GLoginData
to a Camel Exchange
.MailService.Message
of the mail service to a Camel Exchange
.X-AppEngine-QueueName
header created by task queueing service.
X-AppEngine-TaskRetryCount
header created by task queueing service.
X-AppEngine-TaskName
header created by task queueing service.
TaskOptions
of the task queueing service to a Camel
Exchange
for outbound communication.HttpBinding
invocations by delegating to an
endpoint's InboundBinding
.Exchange
.Endpoint
s that provide an InboundBinding
to
Consumer
s.true
.
true
.
Exchange
.Endpoint
s that provide an OutboundBinding
to
Producer
s.GAuthEndpoint.Name
, this method either fetches
an unauthorized request token and creates a redirect response, or
upgrades an authorized request token to an access token.
exchange
's in-message data to a task queue.
Exchange
from request data and endpoint configuration data.
X-AppEngine-*
)
with Camel-specific headers.
exchange.getOut()
message that represents an HTTP
redirect to Google's OAuth confirmation page.
exchange.getOut()
message that containing the
access token and the access token secret in the message header.
Exchange
from response data and endpoint configuration data.
response
and writes it to the out-message of
the exchange
.
exchange.getOut()
message with a
GLoginBinding.GLOGIN_TOKEN
header containing an authentication token and a
GLoginBinding.GLOGIN_COOKIE
header containing an authorization cookie.
gauth:authorize
endpoints.
true
for logging in as admin to a development server.
true
for connecting to a development server.
glogin
endpoints.
gauth:upgrade
endpoints.
GAuthTokenSecret
.
GoogleOAuthParameters
object from endpoint and
exchange.getIn()
data.
GoogleOAuthParameters
object from endpoint and
exchange.getIn()
data.
Exchange
and endpoint configuration data.
exchange
and writes it to a newly created
HTTPRequest
instance.
GLoginData
object from endpoint and
exchange.getIn()
header data.
exchange
and writes it to a newly created
MailService.Message
instance.
exchange
and writes it to a newly created
TaskOptions
instance.
Exchange
and endpoint configuration data.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |