Uses of Class
com.google.api.client.auth.oauth2.AuthorizationCodeRequestUrl
-
Packages that use AuthorizationCodeRequestUrl Package Description com.google.api.client.auth.oauth2 Implementation of the OAuth 2.0 Authorization Framework.com.google.api.client.extensions.java6.auth.oauth2 OAuth 2.0 utilities that help simplify the authorization flow on Java 6.com.google.api.client.extensions.servlet.auth.oauth2 OAuth 2.0 utilities that help simplify the authorization flow in HTTP servlets. -
-
Uses of AuthorizationCodeRequestUrl in com.google.api.client.auth.oauth2
Methods in com.google.api.client.auth.oauth2 that return AuthorizationCodeRequestUrl Modifier and Type Method Description AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. clone()AuthorizationCodeRequestUrlAuthorizationCodeFlow. newAuthorizationUrl()Returns a new instance of an authorization code request URL.AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. set(java.lang.String fieldName, java.lang.Object value)AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. setClientId(java.lang.String clientId)AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. setRedirectUri(java.lang.String redirectUri)AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. setResponseTypes(java.util.Collection<java.lang.String> responseTypes)AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. setScopes(java.util.Collection<java.lang.String> scopes)AuthorizationCodeRequestUrlAuthorizationCodeRequestUrl. setState(java.lang.String state) -
Uses of AuthorizationCodeRequestUrl in com.google.api.client.extensions.java6.auth.oauth2
Methods in com.google.api.client.extensions.java6.auth.oauth2 with parameters of type AuthorizationCodeRequestUrl Modifier and Type Method Description protected voidAuthorizationCodeInstalledApp. onAuthorization(AuthorizationCodeRequestUrl authorizationUrl)Handles user authorization by redirecting to the OAuth 2.0 authorization server. -
Uses of AuthorizationCodeRequestUrl in com.google.api.client.extensions.servlet.auth.oauth2
Methods in com.google.api.client.extensions.servlet.auth.oauth2 with parameters of type AuthorizationCodeRequestUrl Modifier and Type Method Description protected voidAbstractAuthorizationCodeServlet. onAuthorization(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp, AuthorizationCodeRequestUrl authorizationUrl)Handles user authorization by redirecting to the OAuth 2.0 authorization server.
-