org.jboss.seam.social.oauth
Class OAuthGenericManager

java.lang.Object
  extended by org.jboss.seam.social.oauth.OAuthGenericManager

@GenericConfiguration(value=org.jboss.seam.social.oauth.OAuthApplication.class)
public class OAuthGenericManager
extends Object

Author:
Antoine

Constructor Summary
OAuthGenericManager()
           
 
Method Summary
 org.jboss.seam.social.oauth.OAuthProvider produceProvider()
           
protected  org.jboss.seam.social.oauth.OAuthSession produceSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuthGenericManager

public OAuthGenericManager()
Method Detail

produceProvider

@Produces
@ApplyScope
public org.jboss.seam.social.oauth.OAuthProvider produceProvider()

produceSession

@Produces
@SessionScoped
protected org.jboss.seam.social.oauth.OAuthSession produceSession()


Copyright © 2011 Seam Framework. All Rights Reserved.