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 java.lang.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
 java.lang.String getCallbackUrl()
           
 java.lang.String getExternalPrivateKey()
           
 java.lang.String getExternalPrivateKeyName()
           
 OAuthServiceDescriptor[] getOAuthServices()
           
 PortalConfig[] getPortalConfig()
          For now, this is always null because it isn't used.
 java.lang.String getSigningKey()
           
 java.lang.String[] getTrustedHosts()
           
 void setSigningKey(java.lang.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 java.lang.String getSigningKey()

getExternalPrivateKeyName

public java.lang.String getExternalPrivateKeyName()

getPortalConfig

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


getCallbackUrl

public java.lang.String getCallbackUrl()

setSigningKey

public void setSigningKey(java.lang.String keyAsBase64)

getExternalPrivateKey

public java.lang.String getExternalPrivateKey()

getTrustedHosts

public java.lang.String[] getTrustedHosts()

getOAuthServices

public OAuthServiceDescriptor[] getOAuthServices()

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.