Uses of Interface
com.google.api.client.extensions.auth.helpers.ThreeLeggedFlow
-
Packages that use ThreeLeggedFlow Package Description com.google.api.client.extensions.auth.helpers.oauth Beta
Implementation of auth objects to obtain and manage OAuth 1 credentials using the web server flow.com.google.api.client.extensions.servlet.auth Beta
Servlets that can be completed by users to create and complete a web server auth flow to obtain a credential. -
-
Uses of ThreeLeggedFlow in com.google.api.client.extensions.auth.helpers.oauth
Classes in com.google.api.client.extensions.auth.helpers.oauth that implement ThreeLeggedFlow Modifier and Type Class Description classOAuthHmacThreeLeggedFlowBeta
ThreeLeggedFlowimplementation that will execute the proper requests to obtain an OAuth1 Credential object that can be used to sign requests. -
Uses of ThreeLeggedFlow in com.google.api.client.extensions.servlet.auth
Fields in com.google.api.client.extensions.servlet.auth with type parameters of type ThreeLeggedFlow Modifier and Type Field Description private java.lang.Class<? extends ThreeLeggedFlow>AbstractCallbackServlet. flowTypeMethods in com.google.api.client.extensions.servlet.auth that return ThreeLeggedFlow Modifier and Type Method Description protected abstract ThreeLeggedFlowAbstractFlowUserServlet. newFlow(java.lang.String userId)Create a flow object which will be used to obtain credentials.Methods in com.google.api.client.extensions.servlet.auth that return types with arguments of type ThreeLeggedFlow Modifier and Type Method Description protected abstract java.lang.Class<? extends ThreeLeggedFlow>AbstractCallbackServlet. getConcreteFlowType()Methods in com.google.api.client.extensions.servlet.auth with parameters of type ThreeLeggedFlow Modifier and Type Method Description private voidAbstractFlowUserServlet. startAuthFlow(javax.servlet.http.HttpServletResponse resp, javax.jdo.PersistenceManager pm, ThreeLeggedFlow oauthFlow)Start the auth flow.
-