A B C D E F G I K L M O P R S T V 

A

accessTokenHeaderName() - Method in class act.social.provider.LinkedInProvider
 
accessTokenHeaderName() - Method in class act.social.provider.OAuth2Provider
 
accessTokenHeaderVal(String) - Method in class act.social.provider.LinkedInProvider
 
accessTokenHeaderVal(String) - Method in class act.social.provider.OAuth2Provider
 
accessTokenInJson() - Method in class act.social.provider.FacebookProvider
 
accessTokenInJson() - Method in class act.social.provider.GoogleProvider
 
accessTokenInJson() - Method in class act.social.provider.LinkedInProvider
 
accessTokenInJson() - Method in class act.social.provider.OAuth2Provider
 
accessTokenParamName() - Method in enum act.social.AuthenticationMethod
 
accessTokenParamName() - Method in class act.social.provider.GitHubProvider
 
accessTokenParamName() - Method in class act.social.provider.OAuth2Provider
 
act.social - package act.social
 
act.social.provider - package act.social.provider
 
appendParam(StringBuilder, String, String) - Static method in class act.social.SocialProvider
 
appendParams(StringBuilder, Map<String, String>) - Static method in class act.social.SocialProvider
 
authCallback(SocialProvider, String, String, String, String, EventBus) - Method in class act.social.SocialLink
 
authCodeParamName() - Method in enum act.social.AuthenticationMethod
 
AuthenticationMethod - Enum in act.social
Authentication methods used by the Identity Providers
authMethod - Variable in class act.social.SocialProvider
The authentication method used by this provider
authorizationParams(String, String) - Method in class act.social.provider.OAuth2Provider
 
authUrl(String, String) - Method in class act.social.provider.OAuth2Provider
 
authUrl(String, String) - Method in class act.social.SocialProvider
Returns the authentication URL of this provider

B

BUILT_IN_PROVIDERS - Static variable in class act.social.Config
 

C

callbackUrl - Variable in class act.social.SocialProvider
 
callbackUrl(String, String) - Method in class act.social.SocialProvider
 
callbackUrl() - Method in class act.social.SocialProvider
 
callBackUrlParamName() - Method in enum act.social.AuthenticationMethod
 
checkCsrfToken(String) - Method in class act.social.SocialProvider
 
Config - Class in act.social
 
Config(Config) - Constructor for class act.social.Config
 
config - Variable in class act.social.SocialProvider
The configuration for the provider
createFetchedEvent(String) - Method in class act.social.SocialProfile
 
csrfTokenParamName() - Method in enum act.social.AuthenticationMethod
 

D

doAuth(String, String, String) - Method in class act.social.provider.OAuth2Provider
 
doAuth(String, String, String) - Method in class act.social.SocialProvider
Subclasses must implement the authentication logic in this method

E

EVENT_FETCHED - Static variable in class act.social.SocialProfile
 
exchangeAccessTokenParams(String, String, String) - Method in class act.social.provider.GoogleProvider
 
exchangeAccessTokenParams(String, String, String) - Method in class act.social.provider.OAuth2Provider
 
expiresParamName() - Method in class act.social.provider.FacebookProvider
 
expiresParamName() - Method in class act.social.provider.GoogleProvider
 
expiresParamName() - Method in class act.social.provider.LinkedInProvider
 
expiresParamName() - Method in class act.social.provider.OAuth2Provider
 

F

FacebookProvider - Class in act.social.provider
 
FacebookProvider() - Constructor for class act.social.provider.FacebookProvider
 
fillProfile(SocialProfile) - Method in class act.social.provider.FacebookProvider
 
fillProfile(SocialProfile) - Method in class act.social.provider.GitHubProvider
 
fillProfile(SocialProfile) - Method in class act.social.provider.GoogleProvider
 
fillProfile(SocialProfile) - Method in class act.social.provider.LinkedInProvider
 
fillProfile(SocialProvider) - Method in class act.social.SocialProfile
 
fillProfile(SocialProfile) - Method in class act.social.SocialProvider
Once the user is authenticated this method is called to retrieve profile information from the provider.
finishBuildingRequest(Request.Builder, Map<String, String>) - Method in class act.social.provider.OAuth2Provider
 
finishBuildingRequest(Request.Builder, Map<String, String>) - Method in class act.social.SocialProvider
 

G

get(String) - Method in class act.social.SocialProfile
 
get(String) - Method in class act.social.SocialProvider.Manager
 
getAccessTokenUrl() - Method in class act.social.Config
 
getAccessType() - Method in class act.social.Config
 
getAttributes() - Method in class act.social.SocialProfile
 
getAuthMethod() - Method in class act.social.SocialProfile
 
getAuthorizationUrl() - Method in class act.social.Config
 
getAuthUrl() - Method in class act.social.Config
 
getAvatarUrl() - Method in class act.social.SocialProfile
 
getDisplayName() - Method in class act.social.SocialProfile
 
getEmail() - Method in class act.social.SocialProfile
 
getExpiration() - Method in class act.social.SocialProfile
 
getFirstName() - Method in class act.social.SocialProfile
 
getFullName() - Method in class act.social.SocialProfile
 
getId() - Method in class act.social.SocialProfile
 
getId() - Method in class act.social.SocialProvider
 
getKey() - Method in class act.social.Config
 
getLastName() - Method in class act.social.SocialProfile
 
getProfileUrl() - Method in class act.social.Config
 
getProvider() - Method in class act.social.Config
 
getProvider() - Method in class act.social.SocialId
 
getRequestTokenUrl() - Method in class act.social.Config
 
getScope() - Method in class act.social.Config
 
getSecret() - Method in class act.social.Config
 
getSecret() - Method in class act.social.SocialProfile
 
getServiceConfig() - Method in class act.social.SocialProfile
 
getToken() - Method in class act.social.SocialProfile
 
getUserId() - Method in class act.social.SocialId
 
GitHubProvider - Class in act.social.provider
 
GitHubProvider() - Constructor for class act.social.provider.GitHubProvider
 
GoogleProvider - Class in act.social.provider
 
GoogleProvider() - Constructor for class act.social.provider.GoogleProvider
 

I

id - Variable in class act.social.SocialProvider
The provider ID.
isTokenExpired() - Method in class act.social.SocialProfile
 

K

keyParamName() - Method in enum act.social.AuthenticationMethod
 

L

LinkedInProvider - Class in act.social.provider
 
LinkedInProvider() - Constructor for class act.social.provider.LinkedInProvider
 
load(String) - Static method in class act.social.Config
 
logger - Variable in class act.social.SocialProvider
 
LOGIN_REDIRECT - Static variable in class act.social.SocialLink
 

M

main(String[]) - Static method in class act.social.Config
 

O

OAuth2Provider - Class in act.social.provider
 
OAuth2Provider(String) - Constructor for class act.social.provider.OAuth2Provider
 

P

parseExpires(String) - Method in class act.social.provider.GoogleProvider
 
parseExpires(String) - Method in class act.social.provider.LinkedInProvider
 
parseExpires(String) - Method in class act.social.provider.OAuth2Provider
 
payload() - Method in class act.social.SocialProfile.Fetched
 
postToAccessTokenUrl() - Method in class act.social.provider.GoogleProvider
 
postToAccessTokenUrl() - Method in class act.social.provider.OAuth2Provider
 
put(String, Object) - Method in class act.social.SocialProfile
 
putAll(Map<String, Object>) - Method in class act.social.SocialProfile
 

R

readUrlAsJson(String, Map<String, String>, boolean) - Method in class act.social.SocialProvider
 
readUrlAsString(String, Map<String, String>, boolean) - Method in class act.social.SocialProvider
 
resolve(String) - Method in class act.social.SocialProvider.Resolver
 

S

scopeParamName() - Method in enum act.social.AuthenticationMethod
 
secretParamName() - Method in enum act.social.AuthenticationMethod
 
setAccessTokenUrl(String) - Method in class act.social.Config
 
setAccessType(String) - Method in class act.social.Config
 
setAuthMethod(AuthenticationMethod) - Method in class act.social.SocialProfile
 
setAuthorizationUrl(String) - Method in class act.social.Config
 
setAvatarUrl(String) - Method in class act.social.SocialProfile
 
setDisplayName(String) - Method in class act.social.SocialProfile
 
setEmail(String) - Method in class act.social.SocialProfile
 
setExpiration(long) - Method in class act.social.SocialProfile
 
setFirstName(String) - Method in class act.social.SocialProfile
 
setFullName(String) - Method in class act.social.SocialProfile
 
setId(SocialId) - Method in class act.social.SocialProfile
 
setKey(String) - Method in class act.social.Config
 
setLastName(String) - Method in class act.social.SocialProfile
 
setProfileUrl(String) - Method in class act.social.Config
 
setProvider(String) - Method in class act.social.Config
 
setProvider(String) - Method in class act.social.SocialId
 
setRequestTokenUrl(String) - Method in class act.social.Config
 
setScope(String) - Method in class act.social.Config
 
setSecret(String) - Method in class act.social.Config
 
setSecret(String) - Method in class act.social.SocialProfile
 
setServiceConfig(Config) - Method in class act.social.SocialProfile
 
setToken(String) - Method in class act.social.SocialProfile
 
setUserId(String) - Method in class act.social.SocialId
 
SocialId - Class in act.social
A class to uniquely identify users.
SocialId(String, String) - Constructor for class act.social.SocialId
 
SocialLink - Class in act.social
 
SocialLink() - Constructor for class act.social.SocialLink
 
SocialLinkFailed - Class in act.social
 
SocialLinkFailed() - Constructor for class act.social.SocialLinkFailed
 
SocialProfile - Class in act.social
A class representing a conected user and its authentication details.
SocialProfile() - Constructor for class act.social.SocialProfile
 
SocialProfile(String, String) - Constructor for class act.social.SocialProfile
 
SocialProfile.Fetched - Class in act.social
 
SocialProfile.Fetched(SocialProfile, String) - Constructor for class act.social.SocialProfile.Fetched
 
SocialProvider - Class in act.social
Base class for all itendity providers
SocialProvider(String, AuthenticationMethod) - Constructor for class act.social.SocialProvider
Creates a new IdentityProvider
SocialProvider.Manager - Class in act.social
 
SocialProvider.Manager() - Constructor for class act.social.SocialProvider.Manager
 
SocialProvider.Resolver - Class in act.social
 
SocialProvider.Resolver() - Constructor for class act.social.SocialProvider.Resolver
 
socialRedirectLink(SocialProvider, String, String, ActionContext) - Method in class act.social.SocialLink
Returns the auth URL so in certain case the pure front end app (e.g.
startSocialLink(SocialProvider, String, String, ActionContext) - Method in class act.social.SocialLink
Post to this endpoint to trigger the social authenticate process

T

toString() - Method in class act.social.Config
 
toString() - Method in class act.social.SocialProvider
 
tryApplyAccessToken(Request.Builder, Map<String, String>) - Method in class act.social.provider.OAuth2Provider
 

V

valueOf(String) - Static method in enum act.social.AuthenticationMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum act.social.AuthenticationMethod
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class act.social.SocialLink
 
A B C D E F G I K L M O P R S T V 

Copyright © 2016–2018 ActFramework. All rights reserved.