Skip to content

Commit

Permalink
RESOLVED - issue SEAMSOCIAL-26: Preparing the support of non OAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinesd committed Nov 1, 2011
1 parent 21e42a1 commit 9553486
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions api/src/main/java/org/jboss/seam/social/RestService.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/**
*
*/
package org.jboss.seam.social;

/**
* @author antoine
*
*/
public interface RestService {

}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.util.Map;

import org.jboss.seam.social.HttpResponse;
import org.jboss.seam.social.RestService;
import org.jboss.seam.social.RestVerb;
import org.jboss.seam.social.UserProfile;

Expand All @@ -29,7 +30,7 @@
*
* @author Antoine Sabot-Durand
*/
public interface OAuthService extends Serializable {
public interface OAuthService extends RestService, Serializable {

/**
* @return the access token for the OAuth service
Expand Down

0 comments on commit 9553486

Please sign in to comment.