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
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/GitHubImpl.java:247
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/MendeleyImpl.java:310
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/OpenIdImpl.java:337
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/HotmailImpl.java:449
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/FacebookImpl.java:425
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/GoogleImpl.java:378
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/MySpaceImpl.java:394
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/FlickerImpl.java:440
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/YammerImpl.java:507
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/LinkedInImpl.java:475
Method
getAccessGrant
()
socialauth/src/main/java/org/brickred/socialauth/provider/YahooImpl.java:477
Method
getAccessGrant
Retrieves the AccessGrant object. @return AccessGrant object.
socialauth/src/main/java/org/brickred/socialauth/util/ProviderSupport.java:108
Method
getAlbums
Returns the list of Album @return list of albums @throws Exception
socialauth/src/main/java/org/brickred/socialauth/plugin/AlbumsPlugin.java:45
Method
getAlbums
()
socialauth/src/main/java/org/brickred/socialauth/plugin/twitter/AlbumsPluginImpl.java:63
Method
getAlbums
()
socialauth/src/main/java/org/brickred/socialauth/plugin/googleplus/AlbumsPluginImpl.java:65
Method
getAlbums
()
socialauth/src/main/java/org/brickred/socialauth/plugin/facebook/AlbumsPluginImpl.java:65
Method
getAlbums
()
socialauth/src/main/java/org/brickred/socialauth/plugin/flickr/AlbumsPluginImpl.java:69
Method
getApplicationProperties
Returns the application configuration properties @return the application configuration properties
socialauth/src/main/java/org/brickred/socialauth/SocialAuthConfig.java:188
Method
getAttribute
Gets an attribute based from the given key.
socialauth/src/main/java/org/brickred/socialauth/util/AccessGrant.java:112
Method
getAttributes
Gets the attributes of this token.
socialauth/src/main/java/org/brickred/socialauth/util/AccessGrant.java:105
Method
getCareerDetails
()
socialauth/src/main/java/org/brickred/socialauth/plugin/CareerPlugin.java:37
Method
getCareerDetails
()
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/CareerPluginImpl.java:64
Method
getCareerDetails
()
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/oauth2/CareerPluginImpl.java:63
Method
getCompanyId
Retrieves the company id @return String the company id
socialauth/src/main/java/org/brickred/socialauth/Position.java:153
Method
getCompanyName
Retrieves the company name @return String the company name
socialauth/src/main/java/org/brickred/socialauth/Position.java:172
Method
getCompanyType
Retrieves the company type @return String the company type
socialauth/src/main/java/org/brickred/socialauth/Position.java:191
Method
getConnectedProvidersIds
Returns the array list of connected providers ids. @return the array list of connected providers ids
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:261
Method
getContactInfo
Retrieves the contact information. It contains address and phone numbers. Key may contain values like mainAddress, home, work where home and work valu
socialauth/src/main/java/org/brickred/socialauth/Profile.java:372
Method
getContactList
Gets the list of contacts available from the provider. This may be used to import contacts of any user in your web application from your chosen provid
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:243
Method
getContactList
Gets the list of contacts available from the provider. This may be used to import contacts of any user in your web application from your chosen provid
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:242
Method
getContactList
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:181
Method
getContactList
Gets the list of contacts of the user. this may not be available for all providers. @return List of contact objects representing Contacts.
socialauth/src/main/java/org/brickred/socialauth/provider/RunkeeperImpl.java:266
Method
getContactList
()
socialauth/src/main/java/org/brickred/socialauth/provider/GooglePlusImpl.java:271
Method
getContactList
Gets the list of contacts of the user. this may not be available for all providers. @return List of contact objects representing Contacts. Only name
socialauth/src/main/java/org/brickred/socialauth/provider/SalesForceImpl.java:202
Method
getContactList
()
socialauth/src/main/java/org/brickred/socialauth/provider/InstagramImpl.java:150
Method
getContactList
Gets the list of contacts of the user and their email. @return List of profile objects representing Contacts. Only name and email will be ava
socialauth/src/main/java/org/brickred/socialauth/provider/LinkedInOAuth2Impl.java:202
Method
getContactList
Gets the list of contacts of the user. @return List of contact objects representing Contacts. Only name and profile URL will be available
socialauth/src/main/java/org/brickred/socialauth/provider/FourSquareImpl.java:241
Method
getContactList
Gets the list of followers of the user and their screen name. @return List of contact objects representing Contacts. Only name, screen name a
socialauth/src/main/java/org/brickred/socialauth/provider/TwitterImpl.java:301
Method
getContactList
()
socialauth/src/main/java/org/brickred/socialauth/provider/StackExchangeImpl.java:238
Method
getContactList
This method is not implemented for GenericOAuth1 provider. Use <code>api()</code> method instead to get user contacts.
socialauth/src/main/java/org/brickred/socialauth/provider/GenericOAuth1Provider.java:236
Method
getContactList
()
socialauth/src/main/java/org/brickred/socialauth/provider/AmazonImpl.java:220
Method
getContactList
()
socialauth/src/main/java/org/brickred/socialauth/provider/GenericOAuth2Provider.java:155
Method
getContactList
Gets the list of contacts of the user. this may not be available for all providers. @return List of contact objects representing Contacts. Only name
socialauth/src/main/java/org/brickred/socialauth/provider/NimbleImpl.java:191
Method
getContactList
()
socialauth/src/main/java/org/brickred/socialauth/provider/GitHubImpl.java:201
Method
getContactList
Gets the list of followers of the user and their screen name. @return List of contact objects representing Contacts. Only name, screen name a
socialauth/src/main/java/org/brickred/socialauth/provider/MendeleyImpl.java:235
Method
getContactList
Contact list is not available for generic Open ID providers. @return null
socialauth/src/main/java/org/brickred/socialauth/provider/OpenIdImpl.java:281
Method
getContactList
Gets the list of contacts of the user and their email. @return List of profile objects representing Contacts. Only name and email will be ava
socialauth/src/main/java/org/brickred/socialauth/provider/HotmailImpl.java:203
Method
getContactList
Gets the list of contacts of the user. this may not be available for all providers. @return List of contact objects representing Contacts. Only name
socialauth/src/main/java/org/brickred/socialauth/provider/FacebookImpl.java:305
Method
getContactList
Gets the list of contacts of the user and their email. @return List of contact objects representing Contacts. Only name and email will be ava
socialauth/src/main/java/org/brickred/socialauth/provider/GoogleImpl.java:205
Method
getContactList
Gets the list of contacts of the user and their profile URL. @return List of contact objects representing Contacts. Only name and profile URL
socialauth/src/main/java/org/brickred/socialauth/provider/MySpaceImpl.java:192
Method
getContactList
Gets the list of followers of the user and their screen name. @return List of contact objects representing Contacts. Only name, screen name a
socialauth/src/main/java/org/brickred/socialauth/provider/FlickerImpl.java:280
Method
getContactList
Gets the list of contacts of the user. this may not be available for all providers. @return List of contact objects representing Contacts. Only name
socialauth/src/main/java/org/brickred/socialauth/provider/YammerImpl.java:248
Method
getContactList
Gets the list of contacts of the user and their email. @return List of profile objects representing Contacts. Only name and email will be ava
socialauth/src/main/java/org/brickred/socialauth/provider/LinkedInImpl.java:216
Method
getContactList
Gets the list of contacts of the user and their email. @return List of contact objects representing Contacts. Only name and email will be ava
socialauth/src/main/java/org/brickred/socialauth/provider/YahooImpl.java:281
Method
getCountry
Retrieves the country @return String the country
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:150
Method
getCountry
Retrieves the country @return String the country
socialauth/src/main/java/org/brickred/socialauth/Profile.java:218
Method
getCoverPhoto
Retrieves the URL of album cover photo @return album cover photo URL string
socialauth/src/main/java/org/brickred/socialauth/Album.java:109
Method
getCreatedAt
Returns the posted date @return the posted date
socialauth/src/main/java/org/brickred/socialauth/Feed.java:108
Method
getDay
Retrieves the birth day. @return the birth day
socialauth/src/main/java/org/brickred/socialauth/util/DateComponents.java:50
Method
getDay
Retrieves the birth day. @return the birth day
socialauth/src/main/java/org/brickred/socialauth/util/BirthDate.java:47
Method
getDegree
Returns the degree name @return degree name
socialauth/src/main/java/org/brickred/socialauth/Education.java:90
Method
getDob
Retrieves the date of birth @return the date of birth different providers may use different formats
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:207
Method
getDob
Retrieves the date of birth @return the date of birth different providers may use different formats
socialauth/src/main/java/org/brickred/socialauth/Profile.java:275
Method
getEducations
Retrieves the educations @return {@link Education} array, the list of educations
socialauth/src/main/java/org/brickred/socialauth/Career.java:88
Method
getEmail
Returns the email address. @return email address of the user
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:112
Method
getEmail
Returns the email address. @return email address of the user
socialauth/src/main/java/org/brickred/socialauth/Contact.java:131
Method
getEmailHash
Retrieves the email hash @return String contact person email hash
socialauth/src/main/java/org/brickred/socialauth/Contact.java:226
Method
getEndDate
Retrieves the end date of this position. It may be null if this position is the current position @return {@link DateComponents} the end date of this
socialauth/src/main/java/org/brickred/socialauth/Position.java:114
Method
getEndDate
Returns the end date of education @return the end date of education
socialauth/src/main/java/org/brickred/socialauth/Education.java:128
Method
getError
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:62
Method
getError
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:20
Method
getErrorCause
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:24
Method
getErrorCauseAsString
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:72
Method
getErrorCauseAsString
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFHelper.java:26
Method
getErrorPage
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/props/SASFProperties.java:113
Method
getFeeds
()
socialauth/src/main/java/org/brickred/socialauth/plugin/instagram/FeedPluginImpl.java:63
Method
getFeeds
Returns the list of feed. It returns maximum 250 feeds. @return List of feed @throws Exception
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/FeedPluginImpl.java:148
Method
getFeeds
Returns the list of feed. It returns maximum 250 feeds. @return List of feed @throws Exception
socialauth/src/main/java/org/brickred/socialauth/plugin/linkedin/oauth2/FeedPluginImpl.java:148
Method
getFeeds
Returns the list of feed. It returns maximum 20 feeds. @return List of feed @throws Exception
socialauth/src/main/java/org/brickred/socialauth/plugin/twitter/FeedPluginImpl.java:70
Method
getFeeds
()
socialauth/src/main/java/org/brickred/socialauth/plugin/googleplus/FeedPluginImpl.java:77
Method
getFeeds
()
socialauth/src/main/java/org/brickred/socialauth/plugin/facebook/FeedPluginImpl.java:66
Method
getFieldOfStudy
Returns Field of Study @return field of study
socialauth/src/main/java/org/brickred/socialauth/Education.java:71
Method
getFilterURL
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/props/SASFProperties.java:42
Method
getFrom
Returns the name who has posted this feed @return the name who has posted this feed
socialauth/src/main/java/org/brickred/socialauth/Feed.java:70
Method
getFunctionalName
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFUser.java:8
Method
getGender
Retrieves the gender @return String the gender - could be "Male", "M" or "male"
socialauthdemo/src/main/java/com/threepillar/labs/socialauthsample/bean/User.java:226
Method
getGender
Retrieves the gender @return String the gender - could be "Male", "M" or "male"
socialauth/src/main/java/org/brickred/socialauth/Profile.java:294
Method
getHeader
(final String name)
socialauth/src/main/java/org/brickred/socialauth/util/Response.java:56
Method
getHeadline
Retrieves the headline @return String the headline
socialauth/src/main/java/org/brickred/socialauth/Career.java:69
Method
getHex
(final byte buf[])
socialauth/src/main/java/org/brickred/socialauth/util/HttpUtil.java:329
Method
getId
()
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:100
Method
getId
()
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:98
Method
getId
()
socialauth-struts-demo/src/main/java/org/brickred/actions/SocialAuthenticationAction.java:132
Method
getId
Retrieves the contact person id @return String contact person id
socialauth/src/main/java/org/brickred/socialauth/Contact.java:207
Method
getId
Retrieves photo id @return photo id
socialauth/src/main/java/org/brickred/socialauth/Photo.java:126
Method
getId
Retrieves the id @return String the id
socialauth/src/main/java/org/brickred/socialauth/Career.java:50
Method
getId
Retrieves the album id @return album id
socialauth/src/main/java/org/brickred/socialauth/Album.java:52
Method
getId
Returns Feed id @return feed id
socialauth/src/main/java/org/brickred/socialauth/Feed.java:51
Method
getId
Retrieves the provider id @return the provider id
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:131
Method
getId
()
socialauth-struts-filter-demo/src/main/java/org/brickred/actions/SocialAuthenticationAction.java:103
← previous
next →
501–600 of 1,086, ranked by callers