Uses of Class
org.apache.camel.component.gae.auth.GAuthEndpoint

Packages that use GAuthEndpoint
org.apache.camel.component.gae.auth   
 

Uses of GAuthEndpoint in org.apache.camel.component.gae.auth
 

Methods in org.apache.camel.component.gae.auth that return GAuthEndpoint
 GAuthEndpoint GAuthComponent.createEndpoint(String uri)
           
 GAuthEndpoint GAuthProducer.getEndpoint()
           
 

Methods in org.apache.camel.component.gae.auth that return types with arguments of type GAuthEndpoint
 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()
           
 

Methods in org.apache.camel.component.gae.auth with parameters of type GAuthEndpoint
 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.
 

Method parameters in org.apache.camel.component.gae.auth with type arguments of type GAuthEndpoint
 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.
 

Constructors in org.apache.camel.component.gae.auth with parameters of type GAuthEndpoint
GAuthProducer(GAuthEndpoint endpoint)
           
 



Apache CAMEL