org.apache.shindig.gadgets.oauth
Class OAuthCallbackState
java.lang.Object
org.apache.shindig.gadgets.oauth.OAuthCallbackState
public class OAuthCallbackState
- extends Object
Handles state passed on the OAuth callback URL.
TODO: there's probably an abstract superclass that can be reused by OAuthClientState and this
class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuthCallbackState
public OAuthCallbackState(BlobCrypter crypter)
OAuthCallbackState
public OAuthCallbackState(BlobCrypter crypter,
String stateBlob)
getEncryptedState
public String getEncryptedState()
throws BlobCrypterException
- Throws:
BlobCrypterException
getRealCallbackUrl
public String getRealCallbackUrl()
setRealCallbackUrl
public void setRealCallbackUrl(String realCallbackUrl)
Copyright © 2007-2012. All Rights Reserved.