Skip navigation links
A C D E G I L O P R S T U 

A

ADDAUTH_REDIRECT_SESSION_VAR - Static variable in class enterprises.orbital.oauth.AuthUtil
The session variable holding the redirect when adding a source for a signed in user
addListener(UserActionListener) - Static method in class enterprises.orbital.oauth.AuthUtil
 
audit(UserAccount, Object...) - Static method in class enterprises.orbital.oauth.Auditor
 
Auditor - Class in enterprises.orbital.oauth
Orbital auditing facilities.
Auditor() - Constructor for class enterprises.orbital.oauth.Auditor
 
AuthUtil - Class in enterprises.orbital.oauth
Singleton class providing authentication utilities.
AuthUtil() - Constructor for class enterprises.orbital.oauth.AuthUtil
 

C

createNewUserAccount(boolean) - Static method in class enterprises.orbital.oauth.AuthUtil
 
createNewUserAccount(boolean) - Method in interface enterprises.orbital.oauth.UserAccountProvider
Create and store a new user account.
createService(OAuthConfig) - Method in class org.scribe.builder.api.EVEApi
 
createService(OAuthConfig) - Method in class org.scribe.builder.api.Google2Api
 
createSource(UserAccount, String, String, String) - Static method in class enterprises.orbital.oauth.AuthUtil
 
createSource(UserAccount, String, String, String) - Method in interface enterprises.orbital.oauth.UserAccountProvider
Create and associate a new source with the given user.

D

DisabledUserException - Exception in enterprises.orbital.oauth
 
DisabledUserException() - Constructor for exception enterprises.orbital.oauth.DisabledUserException
 
doGet(Class<? extends Api>, String, String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.EVEAuthHandler
 
doGet(Class<? extends Api>, String, String, String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.EVECallbackHandler
 
doGet(String, String, String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.GoogleAuthHandler
 
doGet(String, String, String, String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.GoogleCallbackHandler
 
doGet(String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.LogoutHandler
 
doGet(String, String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.TwitterAuthHandler
 
doGet(String, String, String, HttpServletRequest) - Static method in class enterprises.orbital.oauth.TwitterCallbackHandler
 

E

enterprises.orbital.oauth - package enterprises.orbital.oauth
 
EVEApi - Class in org.scribe.builder.api
 
EVEApi() - Constructor for class org.scribe.builder.api.EVEApi
 
EVEAuthHandler - Class in enterprises.orbital.oauth
Handle requests to authenticate via EVE.
EVEAuthHandler() - Constructor for class enterprises.orbital.oauth.EVEAuthHandler
 
EVECallbackHandler - Class in enterprises.orbital.oauth
Handle the callback portion of EVE auth.
EVECallbackHandler() - Constructor for class enterprises.orbital.oauth.EVECallbackHandler
 
EVEOAuthServiceImpl - Class in org.scribe.builder.api
 
EVEOAuthServiceImpl(DefaultApi20, OAuthConfig) - Constructor for class org.scribe.builder.api.EVEOAuthServiceImpl
 
EVETestApi - Class in org.scribe.builder.api
 
EVETestApi() - Constructor for class org.scribe.builder.api.EVETestApi
 

G

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
 

I

isDisabled() - Method in interface enterprises.orbital.oauth.UserAccount
Determine whether this account is disabled.

L

log - Static variable in class enterprises.orbital.oauth.Auditor
 
loggedIn(UserAccount, UserAuthSource) - Method in interface enterprises.orbital.oauth.UserActionListener
User logged in using the specified source.
loggedOut(UserAccount) - Method in interface enterprises.orbital.oauth.UserActionListener
User logged out.
LogoutHandler - Class in enterprises.orbital.oauth
Handle sign off requests.
LogoutHandler() - Constructor for class enterprises.orbital.oauth.LogoutHandler
 

O

org.scribe.builder.api - package org.scribe.builder.api
 

P

prepAuthFlow(HttpServletRequest) - Static method in class enterprises.orbital.oauth.AuthUtil
 

R

removeSourceIfExists(UserAccount, String) - Static method in class enterprises.orbital.oauth.AuthUtil
 
removeSourceIfExists(UserAccount, String) - Method in interface enterprises.orbital.oauth.UserAccountProvider
Remove a named source from a UserAccount.

S

setUserAccountProvider(UserAccountProvider) - Static method in class enterprises.orbital.oauth.AuthUtil
 
signOff(HttpServletRequest) - Static method in class enterprises.orbital.oauth.AuthUtil
Mark a user as signed off.
signOn(HttpServletRequest, UserAccount, UserAuthSource) - Static method in class enterprises.orbital.oauth.AuthUtil
Mark a user as signed on unless the account is inactive, in which case we throw an error.
signRequest(Token, OAuthRequest) - Method in class org.scribe.builder.api.EVEOAuthServiceImpl
 
SOURCE_SESSION_VAR - Static variable in class enterprises.orbital.oauth.AuthUtil
The session variable holding the sign on source for the currently signed in user

T

touch() - Method in interface enterprises.orbital.oauth.UserAccount
Update the last login time of this account to the current time.
touch() - Method in interface enterprises.orbital.oauth.UserAuthSource
Update the last time this source was used to login to the current time.
TwitterAuthHandler - Class in enterprises.orbital.oauth
Handle requests to authenticate via Twitter.
TwitterAuthHandler() - Constructor for class enterprises.orbital.oauth.TwitterAuthHandler
 
TwitterCallbackHandler - Class in enterprises.orbital.oauth
Handle the callback portion of Twitter auth.
TwitterCallbackHandler() - Constructor for class enterprises.orbital.oauth.TwitterCallbackHandler
 

U

UID_SESSION_VAR - Static variable in class enterprises.orbital.oauth.AuthUtil
The session variable holding the UID for the currently signed in user
updateAccount(UserAccount) - Method in interface enterprises.orbital.oauth.UserAuthSource
Change the user account this source is associated with to the given account.
UserAccount - Interface in enterprises.orbital.oauth
Interface representing a user.
UserAccountProvider - Interface in enterprises.orbital.oauth
Interface which should be implemented by the embedding context to provide user account information when needed.
UserActionListener - Interface in enterprises.orbital.oauth
A listener interface invoked when one of the following actions occur on a user: a user is created for the first time on this provider.
UserAuthSource - Interface in enterprises.orbital.oauth
Interface representing a user authentication source.
userCreated(UserAccount) - Method in interface enterprises.orbital.oauth.UserActionListener
A new user has been created on this provider.
A C D E G I L O P R S T U 
Skip navigation links

Copyright © 2016 Orbital Enterprises. All rights reserved.