public class OpenSocialDescriptor extends Object
Modifier and Type | Field and Description |
---|---|
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.
|
static String |
TRUSTED_HOSTS_SEPARATOR |
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() |
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
public String getSigningKey()
public PortalConfig[] getPortalConfig()
public String getCallbackUrl()
public void setSigningKey(String keyAsBase64)
public void setTrustedHosts(String trustedHosts)
public String[] getTrustedHosts()
public boolean isTrustedHost(String host)
public OAuthServiceDescriptor[] getOAuthServices()
public boolean propagateJSESSIONIDToTrustedHosts()
Copyright © 2013 Nuxeo SA. All Rights Reserved.