Serialized Form


Package org.brickred.socialauth

Class org.brickred.socialauth.AbstractProvider extends Object implements Serializable

serialVersionUID: -7827145708317886744L

Serialized Fields

pluginsMap

Map<K,V> pluginsMap

LOG

org.apache.commons.logging.Log LOG

Class org.brickred.socialauth.Contact extends Object implements Serializable

serialVersionUID: 7983770896851139223L

Serialized Fields

email

String email
Email


firstName

String firstName
First Name


lastName

String lastName
Last Name


displayName

String displayName
Display Name


otherEmails

String[] otherEmails
Other emails array.


profileUrl

String profileUrl
Profile URL


id

String id
Id of person


emailHash

String emailHash
Email hash

Class org.brickred.socialauth.Permission extends Object implements Serializable

serialVersionUID: 3439812589513804823L

Serialized Fields

scope

String scope

Class org.brickred.socialauth.Profile extends Object implements Serializable

serialVersionUID: 6082073969740796991L

Serialized Fields

email

String email
Email


firstName

String firstName
First Name


lastName

String lastName
Last Name


country

String country
Country


language

String language
Language


fullName

String fullName
Full Name


displayName

String displayName
Display Name


dob

BirthDate dob
Date of Birth


gender

String gender
Gender


location

String location
Location


validatedId

String validatedId
Validated Id


profileImageURL

String profileImageURL
profile image URL


providerId

String providerId
provider id with this profile associates

Class org.brickred.socialauth.SocialAuthConfig extends Object implements Serializable

serialVersionUID: 1298666003842985895L

Serialized Fields

providersImplMap

Map<K,V> providersImplMap

providersConfig

Map<K,V> providersConfig

applicationProperties

Properties applicationProperties

domainMap

Map<K,V> domainMap

configSetup

boolean configSetup

isConfigLoaded

boolean isConfigLoaded

Class org.brickred.socialauth.SocialAuthManager extends Object implements Serializable

serialVersionUID: 1620459182486095613L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

authProvider

AuthProvider authProvider

providerId

String providerId

currentProviderId

String currentProviderId

providersMap

Map<K,V> providersMap

socialAuthConfig

SocialAuthConfig socialAuthConfig

permissionsMap

Map<K,V> permissionsMap

Package org.brickred.socialauth.exception

Class org.brickred.socialauth.exception.ProviderStateException extends Exception implements Serializable

serialVersionUID: -4089035676676970803L

Class org.brickred.socialauth.exception.ServerDataException extends Exception implements Serializable

serialVersionUID: 7313004590704350522L

Class org.brickred.socialauth.exception.SignatureException extends Exception implements Serializable

serialVersionUID: -3832456866408848000L

Class org.brickred.socialauth.exception.SocialAuthConfigurationException extends Exception implements Serializable

serialVersionUID: 477153534655510364L

Class org.brickred.socialauth.exception.SocialAuthException extends Exception implements Serializable

serialVersionUID: -1873507695230807487L

Class org.brickred.socialauth.exception.SocialAuthManagerStateException extends Exception implements Serializable

serialVersionUID: -4089035676676970803L

Class org.brickred.socialauth.exception.UserDeniedPermissionException extends Exception implements Serializable

serialVersionUID: 8089726143500613807L


Package org.brickred.socialauth.oauthstrategy

Class org.brickred.socialauth.oauthstrategy.Hybrid extends Object implements Serializable

serialVersionUID: -1331047094086589944L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

requestToken

AccessGrant requestToken

accessToken

AccessGrant accessToken

endpoints

Map<K,V> endpoints

scope

String scope

permission

Permission permission

providerId

String providerId

oauth

OAuthConsumer oauth

providerState

boolean providerState

Class org.brickred.socialauth.oauthstrategy.OAuth1 extends Object implements Serializable

serialVersionUID: -447820298609650347L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

accessToken

AccessGrant accessToken

requestToken

AccessGrant requestToken

oauth

OAuthConsumer oauth

providerState

boolean providerState

endpoints

Map<K,V> endpoints

scope

String scope

permission

Permission permission

providerId

String providerId

Class org.brickred.socialauth.oauthstrategy.OAuth2 extends Object implements Serializable

serialVersionUID: -8431902665718727947L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

accessGrant

AccessGrant accessGrant

oauth

OAuthConsumer oauth

providerState

boolean providerState

endpoints

Map<K,V> endpoints

scope

String scope

permission

Permission permission

providerId

String providerId

successUrl

String successUrl

accessTokenParameterName

String accessTokenParameterName

Package org.brickred.socialauth.plugin.facebook

Class org.brickred.socialauth.plugin.facebook.AlbumsPluginImpl extends Object implements Serializable

serialVersionUID: 5350785649768508189L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

providerSupport

ProviderSupport providerSupport

Class org.brickred.socialauth.plugin.facebook.FeedPluginImpl extends Object implements Serializable

serialVersionUID: 2108503235436046045L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

providerSupport

ProviderSupport providerSupport

Package org.brickred.socialauth.plugin.linkedin

Class org.brickred.socialauth.plugin.linkedin.FeedPluginImpl extends Object implements Serializable

serialVersionUID: 497690659988355485L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

providerSupport

ProviderSupport providerSupport

fnameExpression

String fnameExpression

lnameExpression

String lnameExpression

idExpression

String idExpression

cfnameExpression

String cfnameExpression

clnameExpression

String clnameExpression

dateExpression

String dateExpression

shareCommentExpression

String shareCommentExpression

statusExpression

String statusExpression

jobPosterFnameExpression

String jobPosterFnameExpression

jobPosterLnameExpression

String jobPosterLnameExpression

jobPosterIdExpression

String jobPosterIdExpression

jobPositionExpression

String jobPositionExpression

jobCompanyExpression

String jobCompanyExpression

groupNameExpression

String groupNameExpression

recommendationExpression

String recommendationExpression

recommendeeFnameExpression

String recommendeeFnameExpression

recommendeeLnameExpression

String recommendeeLnameExpression

recommenderFnameExpression

String recommenderFnameExpression

recommenderLnameExpression

String recommenderLnameExpression

recommendationGivenCountExpression

String recommendationGivenCountExpression

appUpdateExpression

String appUpdateExpression

companyExpression

String companyExpression

companyPersonFnameExpression

String companyPersonFnameExpression

companyPersonLnameExpression

String companyPersonLnameExpression

companyPersonIdExpression

String companyPersonIdExpression

Package org.brickred.socialauth.plugin.twitter

Class org.brickred.socialauth.plugin.twitter.AlbumsPluginImpl extends Object implements Serializable

serialVersionUID: -4810906169491380470L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

providerSupport

ProviderSupport providerSupport

Class org.brickred.socialauth.plugin.twitter.FeedPluginImpl extends Object implements Serializable

serialVersionUID: 5091122799864049766L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

providerSupport

ProviderSupport providerSupport

Package org.brickred.socialauth.provider

Class org.brickred.socialauth.provider.AolImpl extends AbstractProvider implements Serializable

serialVersionUID: -7393140704663678118L

Serialized Fields

dev_id

String dev_id

token

String token

redirectUri

String redirectUri

config

OAuthConfig config

LOG

org.apache.commons.logging.Log LOG

Class org.brickred.socialauth.provider.FacebookImpl extends AbstractProvider implements Serializable

serialVersionUID: 8644510564735754296L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

config

OAuthConfig config

userProfile

Profile userProfile

accessGrant

AccessGrant accessGrant

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.FourSquareImpl extends AbstractProvider implements Serializable

serialVersionUID: 3364430495809289118L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

accessToken

String accessToken

config

OAuthConfig config

userProfile

Profile userProfile

accessGrant

AccessGrant accessGrant

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.GenericOAuth1Provider extends AbstractProvider implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

isVerify

boolean isVerify

accessToken

AccessGrant accessToken

config

OAuthConfig config

authenticationStrategy

OAuthStrategyBase authenticationStrategy

ENDPOINTS

Map<K,V> ENDPOINTS

Class org.brickred.socialauth.provider.GenericOAuth2Provider extends AbstractProvider implements Serializable

serialVersionUID: 1L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

config

OAuthConfig config

accessGrant

AccessGrant accessGrant

authenticationStrategy

OAuthStrategyBase authenticationStrategy

ENDPOINTS

Map<K,V> ENDPOINTS

Class org.brickred.socialauth.provider.GoogleImpl extends AbstractProvider implements Serializable

serialVersionUID: -6075582192266022341L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

accessToken

AccessGrant accessToken

config

OAuthConfig config

userProfile

Profile userProfile

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.HotmailImpl extends AbstractProvider implements Serializable

serialVersionUID: 4559561466129062485L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

isVerify

boolean isVerify

config

OAuthConfig config

userProfile

Profile userProfile

accessGrant

AccessGrant accessGrant

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.LinkedInImpl extends AbstractProvider implements Serializable

serialVersionUID: -6141448721085510813L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

accessToken

AccessGrant accessToken

config

OAuthConfig config

userProfile

Profile userProfile

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.MendeleyImpl extends AbstractProvider implements Serializable

serialVersionUID: -8791307959143391316L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

isVerify

boolean isVerify

accessToken

AccessGrant accessToken

config

OAuthConfig config

userProfile

Profile userProfile

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.MySpaceImpl extends AbstractProvider implements Serializable

serialVersionUID: -4074039782095430942L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

accessToken

AccessGrant accessToken

config

OAuthConfig config

userProfile

Profile userProfile

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.OpenIdImpl extends AbstractProvider implements Serializable

serialVersionUID: 7694191649303094756L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

manager

org.openid4java.consumer.ConsumerManager manager

discovered

org.openid4java.discovery.DiscoveryInformation discovered

id

String id

accessGrant

AccessGrant accessGrant

successUrl

String successUrl

userProfile

Profile userProfile

providerState

boolean providerState

Class org.brickred.socialauth.provider.RunkeeperImpl extends AbstractProvider implements Serializable

serialVersionUID: 8644510564735754296L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

config

OAuthConfig config

userProfile

Profile userProfile

accessGrant

AccessGrant accessGrant

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.SalesForceImpl extends AbstractProvider implements Serializable

serialVersionUID: 6929330230703360670L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

config

OAuthConfig config

scope

Permission scope

accessGrant

AccessGrant accessGrant

userProfile

Profile userProfile

profileURL

String profileURL

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.TwitterImpl extends AbstractProvider implements Serializable

serialVersionUID: 1908393649053616794L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

isVerify

boolean isVerify

accessToken

AccessGrant accessToken

config

OAuthConfig config

userProfile

Profile userProfile

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.YahooImpl extends AbstractProvider implements Serializable

serialVersionUID: 903564874550419470L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

scope

Permission scope

accessToken

AccessGrant accessToken

config

OAuthConfig config

userProfile

Profile userProfile

authenticationStrategy

OAuthStrategyBase authenticationStrategy

Class org.brickred.socialauth.provider.YammerImpl extends AbstractProvider implements Serializable

serialVersionUID: 8671863515161132392L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

accessToken

String accessToken

successUrl

String successUrl

isVerify

boolean isVerify

config

OAuthConfig config

scope

Permission scope

accessGrant

AccessGrant accessGrant

userProfile

Profile userProfile

profileId

String profileId

providerState

boolean providerState

Package org.brickred.socialauth.util

Class org.brickred.socialauth.util.AccessGrant extends Object implements Serializable

serialVersionUID: -7120362372191191930L

Serialized Fields

key

String key

secret

String secret

providerId

String providerId

_attributes

Map<K,V> _attributes

permission

Permission permission

Class org.brickred.socialauth.util.BirthDate extends Object implements Serializable

serialVersionUID: -3445329443489421113L

Serialized Fields

day

int day

month

int month

year

int year

Class org.brickred.socialauth.util.OAuthConfig extends Object implements Serializable

serialVersionUID: 7574560869168900919L

Serialized Fields

_consumerKey

String _consumerKey

_consumerSecret

String _consumerSecret

_signatureMethod

String _signatureMethod

_transportName

String _transportName

id

String id

providerImplClass

Class<T> providerImplClass

customPermissions

String customPermissions

requestTokenUrl

String requestTokenUrl

authenticationUrl

String authenticationUrl

accessTokenUrl

String accessTokenUrl

registeredPlugins

String[] registeredPlugins

pluginsScopes

List<E> pluginsScopes

Class org.brickred.socialauth.util.OAuthConsumer extends Object implements Serializable

serialVersionUID: -4560115102581632124L

Serialized Fields

LOG

org.apache.commons.logging.Log LOG

config

OAuthConfig config

Class org.brickred.socialauth.util.Token extends Object implements Serializable

serialVersionUID: -7120362372191191930L

Serialized Fields

key

String key

secret

String secret

_attributes

Map<K,V> _attributes



Copyright © 2013. All Rights Reserved.