diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2014-09-22 06:40:21 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2014-09-22 06:40:21 -0700 |
commit | dd4f34e216132e3a066566daf30a6f1fc1e1b872 (patch) | |
tree | 8c9e2ac3b30f207e7945dfe5f885101a6dcee995 /src/com/p4square/f1oauth/SecondPartyAuthenticator.java | |
parent | 6eba410e5eb53ee887e430f4f98ba03ffaa2a474 (diff) | |
parent | 3e703186928c5bd8f2c31f90b1c6e262c4080328 (diff) |
Merge branch 'f1-attributes'
Diffstat (limited to 'src/com/p4square/f1oauth/SecondPartyAuthenticator.java')
-rw-r--r-- | src/com/p4square/f1oauth/SecondPartyAuthenticator.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/p4square/f1oauth/SecondPartyAuthenticator.java b/src/com/p4square/f1oauth/SecondPartyAuthenticator.java index 1983d69..8deefec 100644 --- a/src/com/p4square/f1oauth/SecondPartyAuthenticator.java +++ b/src/com/p4square/f1oauth/SecondPartyAuthenticator.java @@ -21,9 +21,9 @@ import org.restlet.security.Authenticator; public class SecondPartyAuthenticator extends Authenticator { private static final Logger LOG = Logger.getLogger(SecondPartyAuthenticator.class); - private final F1OAuthHelper mHelper; + private final F1Access mHelper; - public SecondPartyAuthenticator(Context context, boolean optional, F1OAuthHelper helper) { + public SecondPartyAuthenticator(Context context, boolean optional, F1Access helper) { super(context, optional); mHelper = helper; |