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(javax.servlet.http.HttpServletRequest request)
          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 YahooImpl.getUserProfile()
          Retrieves the user profile.
 Profile TwitterImpl.getUserProfile()
          Retrieves the user profile.
 Profile OpenIdImpl.getUserProfile()
          Retrieves the user profile.
 Profile MySpaceImpl.getUserProfile()
          Retrieves the user profile.
 Profile LinkedInImpl.getUserProfile()
          Retrieves the user profile.
 Profile HotmailImpl.getUserProfile()
          Retrieves the user profile.
 Profile GoogleImpl.getUserProfile()
          Retrieves the user profile.
 Profile FourSquareImpl.getUserProfile()
          Retrieves the user profile.
 Profile FacebookImpl.getUserProfile()
          Retrieves the user profile.
 Profile AolImpl.getUserProfile()
          Retrieves the user profile.
 Profile YahooImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile TwitterImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile OpenIdImpl.verifyResponse(javax.servlet.http.HttpServletRequest httpReq)
          Verifies the user when the external provider redirects back to our application.
 Profile MySpaceImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile LinkedInImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile HotmailImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile GoogleImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile FourSquareImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          Verifies the user when the external provider redirects back to our application.
 Profile FacebookImpl.verifyResponse(javax.servlet.http.HttpServletRequest httpReq)
          Verifies the user when the external provider redirects back to our application.
 Profile AolImpl.verifyResponse(javax.servlet.http.HttpServletRequest request)
          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(javax.servlet.http.HttpServletRequest req)
          Parses the user info from request
 



Copyright © 2011. All Rights Reserved.