A B C G I L O S U

A

afterPhase(PhaseEvent) - Method in class org.brickred.socialauth.seam.SocialAuthPhaseListener
No implementation is required because we have already redirected to the view provided in the SocialAuth component

B

beforePhase(PhaseEvent) - Method in class org.brickred.socialauth.seam.SocialAuthPhaseListener
If the view starts with the view URL provided to the SocialAuth Seam component, this listener assumes that it has been redirected here by the external provider and verifies if the user is authenticated

C

connect() - Method in class org.brickred.socialauth.seam.SocialAuth
Verifies the user when the external provider redirects back to our application

G

getConnectedProvidersIds() - Method in class org.brickred.socialauth.seam.SocialAuth
Returns the array list of connected providers ids.
getContactList() - Method in class org.brickred.socialauth.seam.SocialAuth
Gets the list of contacts available from the provider.
getId() - Method in class org.brickred.socialauth.seam.SocialAuth
 
getPhaseId() - Method in class org.brickred.socialauth.seam.SocialAuthPhaseListener
 
getProfile() - Method in class org.brickred.socialauth.seam.SocialAuth
Returns the Profile information for the user.
getSocialAuthManager() - Method in class org.brickred.socialauth.seam.SocialAuth
Returns the instance of socialauth manager.
getStatus() - Method in class org.brickred.socialauth.seam.SocialAuth
Status of the user to be updated on a provider like Facebook or Twitter.
getUserProfile() - Method in class org.brickred.socialauth.seam.SocialAuth
Retrieves the user profile from the provider.
getViewUrl() - Method in class org.brickred.socialauth.seam.SocialAuth
Gets the relative URL of the view to which user will be redirected after authentication

I

init() - Method in class org.brickred.socialauth.seam.SocialAuth
 

L

login() - Method in class org.brickred.socialauth.seam.SocialAuth
This is the most important action.
logout() - Method in class org.brickred.socialauth.seam.SocialAuth
Reinitializes the bean

O

org.brickred.socialauth.seam - package org.brickred.socialauth.seam
 

S

setId(String) - Method in class org.brickred.socialauth.seam.SocialAuth
Sets the authentication provider.
setStatus(String) - Method in class org.brickred.socialauth.seam.SocialAuth
Status of the user to be updated on a provider like Facebook or Twitter.
setViewUrl(String) - Method in class org.brickred.socialauth.seam.SocialAuth
Sets the view URL to which the user will be redirected after authentication
SocialAuth - Class in org.brickred.socialauth.seam
This is a JBoss Seam component that allows us to delegate authentication to OpenID / oAuth providers like facebook, foursquare, google, hotmail, linkedin,myspace, openid, twitter, yahoo.
SocialAuth() - Constructor for class org.brickred.socialauth.seam.SocialAuth
 
SocialAuthPhaseListener - Class in org.brickred.socialauth.seam
Modified version of org.jboss.seam.security.openid.OpenIdPhaseListener.
SocialAuthPhaseListener() - Constructor for class org.brickred.socialauth.seam.SocialAuthPhaseListener
 

U

updateStatus() - Method in class org.brickred.socialauth.seam.SocialAuth
Updates the status on the given provider.

A B C G I L O S U

Copyright © 2011. All Rights Reserved.