Nuxeo Enterprise Platform 5.4

org.nuxeo.opensocial.shindig.crypto
Class OpenSocialDescriptor

java.lang.Object
  extended by org.nuxeo.opensocial.shindig.crypto.OpenSocialDescriptor

public class OpenSocialDescriptor
extends Object

This class is the java-level description of the parameters that are configured into the opensocial implementation. This contribution is usually packaged as default-opensocial-config.xml and resides in the config directory. The implementation of opensocial is based on shindig 1.1 and is integrated inside nuxeo itself (there is no extra "shindig process").

Author:
iansmith

Constructor Summary
OpenSocialDescriptor()
           
 
Method Summary
 String getCallbackUrl()
           
 String getExternalPrivateKey()
           
 String getExternalPrivateKeyName()
           
 OAuthServiceDescriptor[] getOAuthServices()
           
 PortalConfig[] getPortalConfig()
          For now, this is always null because it isn't used.
 String getSigningKey()
           
 String[] getTrustedHosts()
           
 void setSigningKey(String keyAsBase64)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenSocialDescriptor

public OpenSocialDescriptor()
Method Detail

getSigningKey

public String getSigningKey()

getExternalPrivateKeyName

public String getExternalPrivateKeyName()

getPortalConfig

public PortalConfig[] getPortalConfig()
For now, this is always null because it isn't used.


getCallbackUrl

public String getCallbackUrl()

setSigningKey

public void setSigningKey(String keyAsBase64)

getExternalPrivateKey

public String getExternalPrivateKey()

getTrustedHosts

public String[] getTrustedHosts()

getOAuthServices

public OAuthServiceDescriptor[] getOAuthServices()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.