- getAccessToken(Token, Verifier) - Method in class org.scribe.builder.api.EVEOAuthServiceImpl
- getAccessTokenEndpoint() - Method in class org.scribe.builder.api.EVEApi
-
- getAccessTokenEndpoint() - Method in class org.scribe.builder.api.EVETestApi
-
- getAccessTokenEndpoint() - Method in class org.scribe.builder.api.Google2Api
-
- getAccessTokenExtractor() - Method in class org.scribe.builder.api.EVEApi
-
- getAccessTokenExtractor() - Method in class org.scribe.builder.api.Google2Api
-
- getAccessTokenVerb() - Method in class org.scribe.builder.api.EVEApi
-
- getAccessTokenVerb() - Method in class org.scribe.builder.api.Google2Api
-
- getAccount(String) - Method in interface enterprises.orbital.oauth.UserAccountProvider
-
Retrieve the account with the specified ID, or null if no such account exists.
- getAuthorizationUrl(OAuthConfig) - Method in class org.scribe.builder.api.EVEApi
-
- getAuthorizationUrl(OAuthConfig) - Method in class org.scribe.builder.api.Google2Api
-
- getAuthorizeURL() - Method in class org.scribe.builder.api.EVEApi
-
- getAuthorizeURL() - Method in class org.scribe.builder.api.EVETestApi
-
- getBody() - Method in interface enterprises.orbital.oauth.UserAuthSource
-
Get the source-dependent body material retrieved when this source was created.
- getBySourceScreenname(String, String) - Static method in class enterprises.orbital.oauth.AuthUtil
-
- getBySourceScreenname(String, String) - Method in interface enterprises.orbital.oauth.UserAccountProvider
-
Get the source with the given source name and screen name, or null if no such source exists.
- getCurrentSource(HttpServletRequest) - Static method in class enterprises.orbital.oauth.AuthUtil
-
Get the UserAuthSource for the currently signed in user, or null if no user is signed in.
- getCurrentUser(HttpServletRequest) - Static method in class enterprises.orbital.oauth.AuthUtil
-
Return the currently signed in user, or null if no user is signed in.
- getJoinTime() - Method in interface enterprises.orbital.oauth.UserAccount
-
Retrieve the time at which this user account was created (UTC).
- getLastSignOn() - Method in interface enterprises.orbital.oauth.UserAccount
-
Retrieve the time (UTC) at which this user account last signed on.
- getLastSignOn() - Method in interface enterprises.orbital.oauth.UserAuthSource
-
Retrieve the time at which this source was last used to sign on, or null if this source has never been used.
- getOwner() - Method in interface enterprises.orbital.oauth.UserAuthSource
-
Get the user account associated with this source.
- getScopedAuthorizeURL() - Method in class org.scribe.builder.api.EVEApi
-
- getScreenName() - Method in interface enterprises.orbital.oauth.UserAuthSource
-
Get the displayable screen name associated with this source.
- getSource(UserAccount, String) - Method in interface enterprises.orbital.oauth.UserAccountProvider
-
Retrieve the named source for the given UserAccount, or null if no such account exists.
- getSource() - Method in interface enterprises.orbital.oauth.UserAuthSource
-
Get the name of this source.
- getUid() - Method in interface enterprises.orbital.oauth.UserAccount
-
Get the unique ID for this account.
- Google2Api - Class in org.scribe.builder.api
-
Google OAuth2.0 Released under the same license as scribe (MIT License)
Source: https://gist.github.com/yincrash/2465453
- Google2Api() - Constructor for class org.scribe.builder.api.Google2Api
-
- GoogleAuthHandler - Class in enterprises.orbital.oauth
-
Handle requests to authenticate via Google.
- GoogleAuthHandler() - Constructor for class enterprises.orbital.oauth.GoogleAuthHandler
-
- GoogleCallbackHandler - Class in enterprises.orbital.oauth
-
Handle the callback portion of Google auth.
- GoogleCallbackHandler() - Constructor for class enterprises.orbital.oauth.GoogleCallbackHandler
-