Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3pillarlabs/socialauth
/ functions
Functions
1,086 in github.com/3pillarlabs/socialauth
⨍
Functions
1,086
◇
Types & classes
121
Method
getPluginsList
()
socialauth/src/main/java/org/brickred/socialauth/provider/LinkedInImpl.java:493
Method
getPluginsList
()
socialauth/src/main/java/org/brickred/socialauth/provider/YahooImpl.java:495
Method
getPositionId
Retrieves the position id @return String the position id
socialauth/src/main/java/org/brickred/socialauth/Position.java:56
Method
getPositions
Retrieves the positions @return {@link Position} array, the list of positions
socialauth/src/main/java/org/brickred/socialauth/Career.java:107
Method
getProfile
Returns the Profile information for the user. @return Profile of the user
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:204
Method
getProfile
Returns the Profile information for the user. Should be called only after loginImmediately() @return Profile of the user
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:203
Method
getProfile
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:165
Method
getProfileImageURL
Retrieves the profile image URL @return String the profileImageURL
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:264
Method
getProfileImageURL
Retrieves the profile image URL @return String the profileImageURL
socialauth/src/main/java/org/brickred/socialauth/Contact.java:245
Method
getProfileUrl
Retrieves the contact person Public profile URL @return String contact person Public profile URL
socialauth/src/main/java/org/brickred/socialauth/Contact.java:188
Method
getProps
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:160
Method
getProps
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:50
Method
getProvider
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:88
Method
getProviderId
Retrieves the provider id with this profile associates @return the provider id
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:283
Method
getProviderId
Retrieves the provider id with this profile associates @return the provider id
socialauth/src/main/java/org/brickred/socialauth/Profile.java:351
Method
getProviderId
()
socialauth/src/main/java/org/brickred/socialauth/provider/GenericOAuth1Provider.java:216
Method
getProviderId
()
socialauth/src/main/java/org/brickred/socialauth/provider/GenericOAuth2Provider.java:225
Method
getProviderId
()
socialauth/src/main/java/org/brickred/socialauth/provider/NimbleImpl.java:363
Method
getProviderId
()
socialauth/src/main/java/org/brickred/socialauth/provider/OpenIdImpl.java:342
Method
getProviderSupport
Retrieves the provider support object. provider support object provides the functionality to make OAuth HTTP call for a given provider. @return
socialauth/src/main/java/org/brickred/socialauth/plugin/Plugin.java:44
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/instagram/FeedPluginImpl.java:106
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/CareerPluginImpl.java:290
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/FeedPluginImpl.java:309
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/oauth2/CareerPluginImpl.java:290
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/oauth2/FeedPluginImpl.java:310
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/twitter/AlbumsPluginImpl.java:141
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/twitter/FeedPluginImpl.java:105
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/googleplus/AlbumsPluginImpl.java:239
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/googleplus/FeedPluginImpl.java:67
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/facebook/AlbumsPluginImpl.java:137
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/facebook/FeedPluginImpl.java:111
Method
getProviderSupport
()
socialauth/src/main/java/org/brickred/socialauth/plugin/flickr/AlbumsPluginImpl.java:224
Method
getRawResponse
Retrieves the raw response xml/json in string which is returned by the provider for this object call. Set {@link SocialAuthConfig#setRawResponse(boole
socialauth/src/main/java/org/brickred/socialauth/Contact.java:267
Method
getRawResponse
Retrieves the raw response xml/json in string which is returned by the provider for this object. Set {@link SocialAuthConfig#setRawResponse(boolean)}
socialauth/src/main/java/org/brickred/socialauth/Profile.java:394
Method
getRecommendationId
Retrieves the recommendation id @return String the recommendation id
socialauth/src/main/java/org/brickred/socialauth/Recommendation.java:51
Method
getRecommendationText
Retrieves the recommendation text @return String the recommendation text
socialauth/src/main/java/org/brickred/socialauth/Recommendation.java:89
Method
getRecommendationType
Retrieves the recommendation type @return String the recommendation type
socialauth/src/main/java/org/brickred/socialauth/Recommendation.java:70
Method
getRecommendations
Retrieves the recommendations @return {@link Recommendation} array, the list of recommendation
socialauth/src/main/java/org/brickred/socialauth/Career.java:126
Method
getRecommenderFirstName
Retrieves the recommender first name @return String the recommender first name
socialauth/src/main/java/org/brickred/socialauth/Recommendation.java:127
Method
getRecommenderId
Retrieves the recommender id @return String the recommender id
socialauth/src/main/java/org/brickred/socialauth/Recommendation.java:108
Method
getRecommenderLastName
Retrieves the recommender last name @return String the recommender last name
socialauth/src/main/java/org/brickred/socialauth/Recommendation.java:146
Method
getRedirectURL
(final HttpServletRequest request)
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/controller/SuccessController.java:53
Method
getSchoolName
Returns school/college name @return school name
socialauth/src/main/java/org/brickred/socialauth/Education.java:52
Method
getScope
()
socialauth/src/main/java/org/brickred/socialauth/Permission.java:62
Method
getScreenName
Returns the screen name (if available) who has posted this feed @return
socialauth/src/main/java/org/brickred/socialauth/Feed.java:127
Method
getSecret
Retrieves the Token Secret @return the Token Secret
socialauth/src/main/java/org/brickred/socialauth/util/AccessGrant.java:88
Method
getServletLogoff
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:150
Method
getServletLogoff
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:44
Method
getServletMain
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/props/SASFProperties.java:97
Method
getServletSuccess
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:42
Method
getSmallImage
Returns 320 X 320 @return
socialauth/src/main/java/org/brickred/socialauth/Photo.java:90
Method
getSocialAuthConfig
Retrieves the socialauth config @return the socialauth config
socialauth/src/main/java/org/brickred/socialauth/SocialAuthManager.java:72
Method
getSocialAuthManager
()
socialauth-spring/src/main/java/org/brickred/socialauth/spring/bean/SocialAuthTemplate.java:41
Method
getSocialAuthManager
Returns the instance of socialauth manager. @return the instance of socialauth manager.
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:270
Method
getSocialAuthManager
gets thread safe social auth manager - current solution: each call produces a new instance
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/security/DefaultSASFSocialAuthManager.java:34
Method
getStartDate
Retrieves the start date of this position @return {@link DateComponents} the start date of this position
socialauth/src/main/java/org/brickred/socialauth/Position.java:94
Method
getStartDate
Returns the start date of education @return start date of education
socialauth/src/main/java/org/brickred/socialauth/Education.java:109
Method
getStatus
Status of the user to be updated on a provider like Facebook or Twitter. Remember this will not give us the current status of the user @return status
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:214
Method
getStatus
()
socialauth-cdi-demo/src/main/java/org/brickred/socialauthcdi/session/UpdateStatus.java:73
Method
getStatus
()
socialauth-seam-demo/src/action/org/brickred/socialauthseam/session/UpdateStatus.java:71
Method
getStatus
Status of the user to be updated on a provider like Facebook or Twitter. Remember this will not give us the current status of the user @return status
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:213
Method
getStatusMessage
()
socialauth-struts-demo/src/main/java/org/brickred/actions/SocialAuthUploadPhotoAction.java:117
Method
getStatusMessage
()
socialauth-struts-demo/src/main/java/org/brickred/actions/SocialAuthUpdateStatusAction.java:111
Method
getStatusMessage
()
socialauth-struts-filter-demo/src/main/java/org/brickred/actions/SocialAuthUploadPhotoAction.java:108
Method
getStatusMessage
()
socialauth-struts-filter-demo/src/main/java/org/brickred/actions/SocialAuthUpdateStatusAction.java:98
Method
getThumbImage
Returns image height less than 100px @return
socialauth/src/main/java/org/brickred/socialauth/Photo.java:108
Method
getTitle
Retrieves the photo caption @return photo caption
socialauth/src/main/java/org/brickred/socialauth/Photo.java:144
Method
getTitle
Retrieves the position title @return String, the position title
socialauth/src/main/java/org/brickred/socialauth/Position.java:75
Method
getUniqueId
()
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:326
Method
getUrl
()
socialauth-struts-demo/src/main/java/org/brickred/actions/SocialAuthenticationAction.java:148
Method
getUrl
()
socialauth-struts-filter-demo/src/main/java/org/brickred/actions/SocialAuthenticationAction.java:119
Method
getUserProfile
Retrieves the user profile from the provider. @return Profile object containing the profile information.
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:252
Method
getUserProfile
Retrieves the user profile from the provider. @return Profile object containing the profile information. @throws Exception
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:251
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/RunkeeperImpl.java:334
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/GooglePlusImpl.java:427
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/SalesForceImpl.java:358
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/LinkedInOAuth2Impl.java:455
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/FourSquareImpl.java:383
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/TwitterImpl.java:478
Method
getUserProfile
()
socialauth/src/main/java/org/brickred/socialauth/provider/StackExchangeImpl.java:290
Method
getUserProfile
This method is not implemented for GenericOAuth1 provider. Use <code>api()</code> method instead to get user profile.
socialauth/src/main/java/org/brickred/socialauth/provider/GenericOAuth1Provider.java:247
Method
getUserProfile
()
socialauth/src/main/java/org/brickred/socialauth/provider/AmazonImpl.java:272
Method
getUserProfile
()
socialauth/src/main/java/org/brickred/socialauth/provider/GenericOAuth2Provider.java:162
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/NimbleImpl.java:352
Method
getUserProfile
()
socialauth/src/main/java/org/brickred/socialauth/provider/GitHubImpl.java:208
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/MendeleyImpl.java:302
Method
getUserProfile
Retrieves the user profile. Null in case of OpenId provider. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/OpenIdImpl.java:332
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/HotmailImpl.java:441
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/FacebookImpl.java:417
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/GoogleImpl.java:361
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/MySpaceImpl.java:386
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/FlickerImpl.java:432
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/YammerImpl.java:498
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/LinkedInImpl.java:467
Method
getUserProfile
Retrieves the user profile. @return Profile object containing the profile information.
socialauth/src/main/java/org/brickred/socialauth/provider/YahooImpl.java:469
Method
getValidatedId
Retrieves the validated id @return String the validated id
socialauth/src/main/java/org/brickred/socialauth/Profile.java:180
Method
getViewUrl
Gets the relative URL of the view to which user will be redirected after authentication @return relative URL of the view
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:133
Method
getViewUrl
Gets the relative URL of the view to which user will be redirected after authentication @return relative URL of the view
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:132
Method
getWebappSuccessAction
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:48
Method
getYear
Retrieves the birth year @return the birth year
socialauth/src/main/java/org/brickred/socialauth/util/DateComponents.java:88
← previous
next →
701–800 of 1,086, ranked by callers