Uses of Class
org.brickred.socialauth.Profile

Packages that use Profile
org.brickred.socialauth   
org.brickred.socialauth.provider   
org.brickred.socialauth.util   
 

Uses of Profile in org.brickred.socialauth
 

Methods in org.brickred.socialauth that return Profile
 Profile AuthProvider.getUserProfile()
          Retrieves the user profile.
 Profile AuthProvider.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 

Uses of Profile in org.brickred.socialauth.provider
 

Methods in org.brickred.socialauth.provider that return Profile
 Profile YammerImpl.getUserProfile()
          Retrieves the user profile.
 Profile YahooImpl.getUserProfile()
          Retrieves the user profile.
 Profile TwitterImpl.getUserProfile()
          Retrieves the user profile.
 Profile SalesForceImpl.getUserProfile()
          Retrieves the user profile.
 Profile RunkeeperImpl.getUserProfile()
          Retrieves the user profile.
 Profile OpenIdImpl.getUserProfile()
          Retrieves the user profile.
 Profile NimbleImpl.getUserProfile()
          Retrieves the user profile.
 Profile MySpaceImpl.getUserProfile()
          Retrieves the user profile.
 Profile MendeleyImpl.getUserProfile()
          Retrieves the user profile.
 Profile LinkedInOAuth2Impl.getUserProfile()
          Retrieves the user profile.
 Profile LinkedInImpl.getUserProfile()
          Retrieves the user profile.
 Profile InstagramImpl.getUserProfile()
           
 Profile HotmailImpl.getUserProfile()
          Retrieves the user profile.
 Profile GooglePlusImpl.getUserProfile()
          Retrieves the user profile.
 Profile GoogleImpl.getUserProfile()
          Retrieves the user profile.
 Profile GitHubImpl.getUserProfile()
           
 Profile GenericOAuth2Provider.getUserProfile()
           
 Profile GenericOAuth1Provider.getUserProfile()
          This method is not implemented for GenericOAuth1 provider.
 Profile FourSquareImpl.getUserProfile()
          Retrieves the user profile.
 Profile FlickerImpl.getUserProfile()
          Retrieves the user profile.
 Profile FacebookImpl.getUserProfile()
          Retrieves the user profile.
 Profile YammerImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile YahooImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile TwitterImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile SalesForceImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile RunkeeperImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile OpenIdImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile NimbleImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile MySpaceImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile MendeleyImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile LinkedInOAuth2Impl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile LinkedInImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile InstagramImpl.verifyResponse(Map<String,String> requestParams)
           
 Profile HotmailImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile GooglePlusImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile GoogleImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile GitHubImpl.verifyResponse(Map<String,String> requestParams)
           
 Profile GenericOAuth2Provider.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile GenericOAuth1Provider.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile FourSquareImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile FlickerImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 Profile FacebookImpl.verifyResponse(Map<String,String> requestParams)
          Verifies the user when the external provider redirects back to our application.
 

Uses of Profile in org.brickred.socialauth.util
 

Methods in org.brickred.socialauth.util that return Profile
static Profile OpenIdConsumer.getUserInfo(Map<String,String> requestParams)
          Parses the user info from request
 



Copyright © 2014. All rights reserved.