Constant Field Values


Contents
org.apache.*

org.apache.shindig.social.core.oauth.FakeOAuthRequest
public static final java.lang.String CONSUMER_KEY "gadget:12345"
public static final java.lang.String CONSUMER_SECRET "secret"
public static final java.lang.String REQUESTOR "requestor12345"

org.apache.shindig.social.core.oauth.OAuth2AuthCodeFlowTest
protected static final java.lang.String CONF_AUTH_CODE "advancedClient_authcode_1"
protected static final java.lang.String CONF_CLIENT_ID "advancedAuthorizationCodeClient"
protected static final java.lang.String CONF_CLIENT_SECRET "advancedAuthorizationCodeClient_secret"
protected static final java.lang.String PUBLIC_AUTH_CODE "testClient_authcode_1"
protected static final java.lang.String PUBLIC_CLIENT_ID "testClient"
protected static final java.lang.String PUBLIC_REDIRECT_URI "http://localhost:8080/oauthclients/AuthorizationCodeClient"
protected static final java.lang.String REDIRECT_URI "http://localhost:8080/oauthclients/AuthorizationCodeClient/friends"
protected static final java.lang.String SIMPLE_ACCESS_TOKEN "TEST_TOKEN"

org.apache.shindig.social.core.oauth.OAuth2ClientCredentialFlowTest
protected static final java.lang.String CLIENT_CRED_CLIENT "testClientCredentialsClient"
protected static final java.lang.String CLIENT_CRED_SECRET "clientCredentialsClient_secret"

org.apache.shindig.social.core.oauth.OAuth2ImplicitFlowTest
public static final java.lang.String IMPLICIT_CLIENT_ID "advancedImplicitClient"
protected static final java.lang.String REDIRECT_URI "http://localhost:8080/oauthclients/ImplicitClientHelper.html"

org.apache.shindig.social.dataservice.integration.AbstractLargeRestfulTests
protected static final java.lang.String XMLSCHEMA " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" \n xsi:schemaLocation=\"http://ns.opensocial.org/2008/opensocial classpath:opensocial.xsd\" "
protected static final java.lang.String XSDRESOURCE "opensocial.xsd"

org.apache.shindig.social.opensocial.util.XSDValidator
public static final java.lang.String XMLDEC "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.