Package | Description |
---|---|
org.apache.camel.component.gae.auth |
Modifier and Type | Method and Description |
---|---|
GAuthEndpoint |
GAuthComponent.createEndpoint(String uri) |
GAuthEndpoint |
GAuthProducer.getEndpoint() |
Modifier and Type | Method and Description |
---|---|
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthProducer.getAuthorizeBinding() |
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthEndpoint.getAuthorizeBinding() |
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthProducer.getUpgradeBinding() |
OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> |
GAuthEndpoint.getUpgradeBinding() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.Exchange |
GAuthAuthorizeBinding.readResponse(GAuthEndpoint endpoint,
org.apache.camel.Exchange exchange,
com.google.gdata.client.authn.oauth.GoogleOAuthParameters response)
Creates an
exchange.getOut() message that represents an HTTP
redirect to Google's OAuth confirmation page. |
org.apache.camel.Exchange |
GAuthUpgradeBinding.readResponse(GAuthEndpoint endpoint,
org.apache.camel.Exchange exchange,
com.google.gdata.client.authn.oauth.GoogleOAuthParameters response)
Creates an
exchange.getOut() message that containing the
access token and the access token secret in the message header. |
com.google.gdata.client.authn.oauth.GoogleOAuthParameters |
GAuthAuthorizeBinding.writeRequest(GAuthEndpoint endpoint,
org.apache.camel.Exchange exchange,
com.google.gdata.client.authn.oauth.GoogleOAuthParameters request)
Creates a
GoogleOAuthParameters object from endpoint and
exchange.getIn() data. |
com.google.gdata.client.authn.oauth.GoogleOAuthParameters |
GAuthUpgradeBinding.writeRequest(GAuthEndpoint endpoint,
org.apache.camel.Exchange exchange,
com.google.gdata.client.authn.oauth.GoogleOAuthParameters request)
Creates a
GoogleOAuthParameters object from endpoint and
exchange.getIn() data. |
Modifier and Type | Method and Description |
---|---|
void |
GAuthEndpoint.setAuthorizeBinding(OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> authorizeBinding)
Sets the binding for
gauth:authorize endpoints. |
void |
GAuthEndpoint.setUpgradeBinding(OutboundBinding<GAuthEndpoint,com.google.gdata.client.authn.oauth.GoogleOAuthParameters,com.google.gdata.client.authn.oauth.GoogleOAuthParameters> upgradeBinding)
Sets the binding for
gauth:upgrade endpoints. |
Constructor and Description |
---|
GAuthProducer(GAuthEndpoint endpoint) |
Apache Camel