MCPcopy Create free account

hub / github.com/3pillarlabs/socialauth / functions

Functions1,086 in github.com/3pillarlabs/socialauth

↓ 142 callersMethodtoString
()
socialauth/src/main/java/org/brickred/socialauth/util/Token.java:123
↓ 135 callersMethodequals
(final Object obj)
socialauth/src/main/java/org/brickred/socialauth/Permission.java:48
↓ 96 callersMethodgetElementData
Static helper function to get the element data of the specified node. @param node the node where the text data resides; may be <code>null<
socialauth/src/main/java/org/brickred/socialauth/util/XMLParseUtil.java:63
↓ 66 callersMethodgetRegisteredPlugins
Retrieves the registered plugins of a provider configured in properties file. String contains the fully qualified plugin class name @return String ar
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:246
↓ 62 callersMethodexecuteFeed
Makes HTTP GET request to a given URL.It attaches access token in URL if required. @param url URL to make HTTP request. @return Response o
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:95
↓ 55 callersMethodgetStatus
Gets the response HTTP status. @return the HTTP status
socialauth/src/main/java/org/brickred/socialauth/util/Response.java:75
↓ 50 callersMethodgetAttribute
Gets an attribute based from the given key.
socialauth/src/main/java/org/brickred/socialauth/util/Token.java:108
↓ 47 callersMethodgetId
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/SASFUser.java:6
↓ 43 callersMethodgetKey
Retrieves the Token Key @return the Token Key
socialauth/src/main/java/org/brickred/socialauth/util/Token.java:65
↓ 42 callersMethodgetCustomPermissions
Retrieves custom permissions configured in properties file @return String of custom permissions
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:169
↓ 39 callersMethodgetAuthenticationUrl
Retrieves the authentication url @return the authentication url string
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:188
↓ 39 callersMethodsetPermission
Sets the permission @param permission Permission object which can be Permission.AUHTHENTICATE_ONLY, Permission.ALL, Permission.
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:124
↓ 38 callersMethodgetAccessTokenUrl
Retrieves the access token url @return the access token url string
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:207
↓ 35 callersMethodgetResponseBodyAsString
Gets the response content as String using given encoding @param encoding the encoding type @return Response body @throws Exception
socialauth/src/main/java/org/brickred/socialauth/util/Response.java:91
↓ 33 callersMethodgetProperty
(String propertyName)
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/props/SASFProperties.java:46
↓ 33 callersMethodsetMessage
Updates the feed message @param message the feed message
socialauth/src/main/java/org/brickred/socialauth/Feed.java:99
↓ 32 callersMethodisSaveRawResponse
Returns status to save the raw response for profile and contacts. Default value is False. @return True/False to check whether raw response should sav
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:286
↓ 30 callersMethodsetAttribute
Sets an attribute based from the given key and value.
socialauth/src/main/java/org/brickred/socialauth/util/Token.java:115
↓ 27 callersMethodsetScope
Sets the scope string @param scope scope string
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:132
↓ 22 callersMethodgetInputStream
Gets the response content via InputStream. @return response input stream @throws IOException
socialauth/src/main/java/org/brickred/socialauth/util/Response.java:66
↓ 22 callersMethodsetAccessGrant
Stores access grant for the provider @param accessGrant It contains the access token and other information @throws Exception
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:141
↓ 21 callersMethodgetLoginRedirectURL
It provides the URL which will be used for authentication with the provider @param successUrl the call back url on which user will be redi
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:48
↓ 21 callersMethodlogout
Logout
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:154
↓ 21 callersMethodsetAccessTokenUrl
Updates the access token url @param accessTokenUrl the access token url string
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:217
↓ 21 callersMethodverifyResponse
Verifies the user and get access token @param requestParams request parameters, received from the provider @return AccessGrant which conta
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:72
↓ 20 callersMethodsetAuthenticationUrl
Updates the authentication url @param authenticationUrl the authentication url string
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:198
↓ 19 callersMethodsetProfileImageURL
Updates the profile image URL @param profileImageURL profile image URL of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:342
↓ 19 callersMethodsetRawResponse
Updates raw response xml/json return by the provider for this object call. Set {@link SocialAuthConfig#setRawResponse(boolean)} to true to save this r
socialauth/src/main/java/org/brickred/socialauth/Profile.java:405
↓ 19 callersMethodsetValidatedId
Updates the validated id @param validatedId the validated id of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:190
↓ 18 callersMethodloadXmlResource
Loads the xml file into an xml document and returns the root element. @param fileName the fully qualified name of the XML file to load; as
socialauth/src/main/java/org/brickred/socialauth/util/XMLParseUtil.java:121
↓ 18 callersMethodsetFirstName
Updates the first name @param firstName the first name of user
socialauth/src/main/java/org/brickred/socialauth/Contact.java:103
↓ 18 callersMethodsetProviderId
Updates the provider id @param providerId the provider id
socialauth/src/main/java/org/brickred/socialauth/Profile.java:361
↓ 17 callersMethodgetName
Retrieves the album name @return album name
socialauth/src/main/java/org/brickred/socialauth/Album.java:71
↓ 16 callersMethodapi
Makes OAuth signed HTTP request to a given URL for making any provider specific calls. For more information, read the comments of this function in dif
socialauth/src/main/java/org/brickred/socialauth/AuthProvider.java:148
↓ 16 callersMethoddoHttpRequest
Makes HTTP request using java.net.HTTPURLConnection @param urlStr the URL String @param requestMethod Method type @param body
socialauth/src/main/java/org/brickred/socialauth/util/HttpUtil.java:95
↓ 16 callersMethodgetMessage
Returns feed message @return the feed message
socialauth/src/main/java/org/brickred/socialauth/Feed.java:89
↓ 16 callersMethodsetFirstName
Updates the first name @param firstName the first name of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:133
↓ 15 callersMethodclose
Flushes and closes (I think, in the superclass) the stream. @since 1.3
socialauth/src/main/java/org/brickred/socialauth/util/Base64.java:1575
↓ 15 callersMethodsetEmail
Updates the email @param email the email of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:171
↓ 13 callersMethodgetCustomProperties
Returns custom properties for the provider @return map which contains custom properties
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:306
↓ 13 callersMethodgetRequestTokenUrl
Retrieves the request token url @return the request token url string
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:226
↓ 13 callersMethodsetFullName
Updates the full name @param fullName the full name of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:266
↓ 13 callersMethodsetId
Updates the contact person id @param id contact person id
socialauth/src/main/java/org/brickred/socialauth/Contact.java:217
↓ 13 callersMethodsetLastName
Updates the last name @param lastName the last name of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:152
↓ 13 callersMethodsetLocation
Updates the location @param location the location of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:323
↓ 13 callersMethodsetRawResponse
Updates raw response xml/json returned by the provider for this object call. Set {@link SocialAuthConfig#setRawResponse(boolean)} to true to save the
socialauth/src/main/java/org/brickred/socialauth/Contact.java:279
↓ 13 callersMethodwrite
(final DataOutputStream out, final String outStr)
socialauth/src/main/java/org/brickred/socialauth/util/HttpUtil.java:437
↓ 12 callersMethodencodeURIComponent
(final String value)
socialauth/src/main/java/org/brickred/socialauth/util/HttpUtil.java:300
↓ 12 callersMethodgetProviderId
Retrieves the provider id @return provider id.
socialauth/src/main/java/org/brickred/socialauth/AuthProvider.java:165
↓ 12 callersMethodgetSession
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:197
↓ 11 callersMethodsetId
Updates Feed Id @param id the feed id
socialauth/src/main/java/org/brickred/socialauth/Feed.java:61
↓ 11 callersMethodsetLastName
Updates the last name @param lastName the last name of user
socialauth/src/main/java/org/brickred/socialauth/Contact.java:122
↓ 11 callersMethodsetProfileUrl
Updates the contact person Public profile URL @param profileUrl contact person Public profile URL
socialauth/src/main/java/org/brickred/socialauth/Contact.java:198
↓ 11 callersMethodtoString
Retrieves the feed as a string @return String
socialauth/src/main/java/org/brickred/socialauth/Feed.java:145
↓ 10 callersMethodgetAccessGrant
Retrieves the AccessGrant object. @return AccessGrant object.
socialauth/src/main/java/org/brickred/socialauth/oauthstrategy/OAuthStrategyBase.java:187
↓ 10 callersMethodsetDisplayName
Updates the display name @param displayName the display name of user
socialauth/src/main/java/org/brickred/socialauth/Contact.java:160
↓ 10 callersMethodsetFrom
Updates the name who has posted feed @param from the name who has posted feed
socialauth/src/main/java/org/brickred/socialauth/Feed.java:80
↓ 10 callersMethodsetProfileImageURL
Updates the profile image URL @param profileImageURL profile image URL of user
socialauth/src/main/java/org/brickred/socialauth/Contact.java:255
↓ 9 callersMethodgetPluginsScope
Returns the scopes of custom plugins of a provider those are configured in properties file @param oauthConfig OAuthConfig object of that p
socialauth/src/main/java/org/brickred/socialauth/AbstractProvider.java:117
↓ 9 callersMethodget_consumerKey
Retrieves the consumer key @return the consumer key
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:95
↓ 9 callersMethodparse
(final InputStream in, final AccessGrant token)
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConsumer.java:427
↓ 9 callersMethodsetDisplayName
Updates the display name @param displayName the display name of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:209
↓ 9 callersMethodsetId
Sets the authentication provider. It is mandatory to do this before calling login @param id Can either have values facebook, foursquare, g
socialauth-seam/src/main/java/org/brickred/socialauth/seam/SocialAuth.java:112
↓ 9 callersMethodsetLanguage
Updates the language @param language the language of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:247
↓ 9 callersMethodsetRequestTokenUrl
Updates the request token url @param requestTokenUrl the request token url string
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:236
↓ 8 callersMethodbuildParams
Generates a query string from given Map while sorting the parameters in the canonical order as required by oAuth before signing @param params
socialauth/src/main/java/org/brickred/socialauth/util/HttpUtil.java:276
↓ 8 callersMethodgetStringFromElement
(Element doc)
socialauth/src/main/java/org/brickred/socialauth/util/XMLParseUtil.java:167
↓ 8 callersMethodload
Loads the application configuration from the given input stream Format of the input stream should be as follows: <br/> www.google.com.consumer_key = o
socialauth/src/main/java/org/brickred/socialauth/SocialAuthConfig.java:214
↓ 8 callersMethodsetDay
Updates the birth day @param day the birth day
socialauth/src/main/java/org/brickred/socialauth/util/BirthDate.java:57
↓ 8 callersMethodsetId
Sets the authentication provider. It is mandatory to do this before calling login @param id Can either have values facebook, foursquare, g
socialauth-cdi/src/main/java/org/brickred/socialauth/cdi/SocialAuth.java:111
↓ 8 callersMethodsetMonth
Updates the birth month @param month the birth month
socialauth/src/main/java/org/brickred/socialauth/util/BirthDate.java:76
↓ 8 callersMethodsetYear
Updates the birth year @param year the birth year
socialauth/src/main/java/org/brickred/socialauth/util/DateComponents.java:98
↓ 7 callersMethodconnect
Verifies the user when the external provider redirects back to our application. @param requestParams the request parameters @return object
socialauth/src/main/java/org/brickred/socialauth/SocialAuthManager.java:177
↓ 7 callersMethodgetCurrentAuthProvider
Retrieves the current auth provider instance which is last connected. @return AuthProvider object
socialauth/src/main/java/org/brickred/socialauth/SocialAuthManager.java:378
↓ 7 callersMethodgetUserProfile
Retrieves the user profile. @return Profile object containing the profile information. @throws Exception
socialauth/src/main/java/org/brickred/socialauth/AuthProvider.java:114
↓ 7 callersMethodget_signatureMethod
Retrieves the signature method @return the signature method
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:113
↓ 7 callersMethodsetDob
Updates the date of birth @param dob the date of birth of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:285
↓ 7 callersMethodupdateStatus
Updates the status on the chosen provider if available. This may not be implemented for all providers. @param msg Message to be shown as u
socialauth/src/main/java/org/brickred/socialauth/AuthProvider.java:97
↓ 6 callersMethodclose
Closes the connection @throws IOException
socialauth/src/main/java/org/brickred/socialauth/util/Response.java:52
↓ 6 callersMethodget_consumerSecret
Retrieves the consumer secret @return the consumer secret
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:104
↓ 6 callersMethodsetCreatedAt
Updates the feed posted date @param createdAt the feed posted date
socialauth/src/main/java/org/brickred/socialauth/Feed.java:118
↓ 6 callersMethodsetGender
Updates the gender @param gender the gender of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:304
↓ 6 callersMethodsetProviderId
Updates the provider id. @param providerId the provider id.
socialauth/src/main/java/org/brickred/socialauth/util/AccessGrant.java:153
↓ 5 callersMethodencode3to4
Encodes up to the first three bytes of array <var>threeBytes</var> and returns a four-byte array in Base64 notation. The actual number of significant
socialauth/src/main/java/org/brickred/socialauth/util/Base64.java:415
↓ 5 callersMethodgetAuthManager
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/impl/DefaultSASFHelper.java:101
↓ 5 callersMethodgetRequestParametersMap
( final HttpServletRequest request)
socialauth/src/main/java/org/brickred/socialauth/util/SocialAuthUtil.java:36
↓ 5 callersMethodgetSocialAuthManager
()
socialauth-filter/src/main/java/de/deltatree/social/web/filter/api/security/SASFSocialAuthManager.java:7
↓ 5 callersMethodget_transportName
Retrieves the transport name @return the transport name
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConfig.java:122
↓ 5 callersMethodread
Reads enough of the input stream to convert to/from Base64 and returns the next byte. @return next byte @since 1.3
socialauth/src/main/java/org/brickred/socialauth/util/Base64.java:1250
↓ 5 callersMethodsetCountry
Updates the country @param country the country of user
socialauth/src/main/java/org/brickred/socialauth/Profile.java:228
↓ 5 callersMethodsetCoverPhoto
Updates the album cover photo URL string @param coverPhoto album cover photo URL string
socialauth/src/main/java/org/brickred/socialauth/Album.java:119
↓ 5 callersMethodsetKey
Updates the Token Key @param key the Token Key
socialauth/src/main/java/org/brickred/socialauth/util/Token.java:75
↓ 5 callersMethodsetYear
Updates the birth year @param year the birth year
socialauth/src/main/java/org/brickred/socialauth/util/BirthDate.java:95
↓ 4 callersMethodcallback
(final HttpServletRequest request)
socialauth-spring/src/main/java/org/brickred/socialauth/spring/controller/SocialAuthWebController.java:141
↓ 4 callersMethoddecodeURIComponent
It decodes the given string @param encodedURI @return decoded string
socialauth/src/main/java/org/brickred/socialauth/util/HttpUtil.java:348
↓ 4 callersMethodgenerateSignature
It returns a signature for signing OAuth request. The Signature Base String is a consistent reproducible concatenation of the request elements into a
socialauth/src/main/java/org/brickred/socialauth/util/OAuthConsumer.java:87
↓ 4 callersMethodgetAccessGrant
Retrieves the AccessGrant object. @return AccessGrant object.
socialauth/src/main/java/org/brickred/socialauth/AuthProvider.java:158
↓ 4 callersMethodgetAuthenticationUrl
This is the most important action. It provides the URL which will be used for authentication with the provider @param id the provider id @
socialauth/src/main/java/org/brickred/socialauth/SocialAuthManager.java:112
↓ 4 callersMethodgetDecodabet
Returns one of the _SOMETHING_DECODABET byte arrays depending on the options specified. It's possible, though silly, to specify ORDERED and URL_SAFE i
socialauth/src/main/java/org/brickred/socialauth/util/Base64.java:370
↓ 4 callersMethodgetFirstName
Retrieves the first name @return String the first name
socialauth/src/main/java/org/brickred/socialauth/Profile.java:123
next →1–100 of 1,086, ranked by callers