public class OpenSocialDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
callbackUrl
This is the URL that shindig should tell other servers to use to call us
back on.
|
static Pattern |
DEFAULT_BIND_ADDRESS_PATTERN
Deprecated.
|
static String |
LOCALHOST |
static String |
LOCALHOST_BIND_ADDRESS
Deprecated.
|
static Pattern |
LOOPBACK_IP_PATTERN |
static String |
NUXEO_BIND_ADDRESS_PROPERTY
Deprecated.
|
protected PortalConfig[] |
portal
You can have any number of portal configurations, but most people should
simply ignore this.
|
protected boolean |
propagateJSESSIONIDToTrustedHosts
This is a compatibility flag to allow JSESSIONID propagation between
Shindig and Nuxeo.
|
protected OAuthServiceDescriptor[] |
services
You can have any number of oauthservice configurations, but most people
should simply ignore this.
|
protected String |
signingKey
This field is the key that is used by shindig to communicate with itself.
|
static String |
TRUSTED_HOSTS_SEPARATOR |
protected List<String> |
trustedHosts
This a list of nuxeo trusted hosts.
|
| Constructor and Description |
|---|
OpenSocialDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackUrl() |
OAuthServiceDescriptor[] |
getOAuthServices() |
PortalConfig[] |
getPortalConfig()
For now, this is always null because it isn't used.
|
String |
getSigningKey() |
protected String |
getTrustedHostForNuxeoBindAddress()
Deprecated.
the loopback URL isn ow used to defined the default trusted
host
|
protected String |
getTrustedHostFromLoopbackURL() |
String[] |
getTrustedHosts() |
boolean |
isTrustedHost(String host) |
boolean |
propagateJSESSIONIDToTrustedHosts() |
void |
setSigningKey(String keyAsBase64) |
void |
setTrustedHosts(String trustedHosts) |
public static final String TRUSTED_HOSTS_SEPARATOR
public static final Pattern LOOPBACK_IP_PATTERN
public static final String LOCALHOST
@Deprecated public static final String NUXEO_BIND_ADDRESS_PROPERTY
@Deprecated public static final String LOCALHOST_BIND_ADDRESS
@Deprecated public static final Pattern DEFAULT_BIND_ADDRESS_PATTERN
protected String signingKey
This value can and, in most cases should, be left empty. When it is left empty, the system will use a random set of bytes for this key.
protected String callbackUrl
If you are running nuxeo in the default configuration, you should not need to configure this.
protected boolean propagateJSESSIONIDToTrustedHosts
protected PortalConfig[] portal
protected List<String> trustedHosts
protected OAuthServiceDescriptor[] services
public String getSigningKey()
public PortalConfig[] getPortalConfig()
public String getCallbackUrl()
public void setSigningKey(String keyAsBase64)
public void setTrustedHosts(String trustedHosts)
protected String getTrustedHostFromLoopbackURL()
@Deprecated protected String getTrustedHostForNuxeoBindAddress()
public String[] getTrustedHosts()
public boolean isTrustedHost(String host)
public OAuthServiceDescriptor[] getOAuthServices()
public boolean propagateJSESSIONIDToTrustedHosts()
Copyright © 2019 Nuxeo SA. All rights reserved.