| Package | Description |
|---|---|
| org.apache.shindig.auth | |
| org.apache.shindig.config | |
| org.apache.shindig.protocol |
| Modifier and Type | Method and Description |
|---|---|
void |
BlobCrypterSecurityTokenCodec.containersChanged(ContainerConfig config,
Collection<String> changed,
Collection<String> removed) |
void |
BasicSecurityTokenCodec.containersChanged(ContainerConfig config,
Collection<String> changed,
Collection<String> removed)
Notifies the object that some container configurations have been added or
modified.
|
| Constructor and Description |
|---|
BasicSecurityTokenCodec(ContainerConfig config)
Creates a basic signer that can observe container configuration changes
|
BlobCrypterSecurityTokenCodec(ContainerConfig config) |
DefaultSecurityTokenCodec(ContainerConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicContainerConfig
Basic container configuration class, without expression support.
|
class |
ExpressionContainerConfig
Represents a container configuration that uses expressions in values.
|
class |
JsonContainerConfig
Represents a container configuration using JSON notation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerConfig.ConfigObserver.containersChanged(ContainerConfig config,
Collection<String> changed,
Collection<String> removed)
Notifies the object that some container configurations have been added or
modified.
|
static ContainerConfig.Transaction |
JsonContainerConfigLoader.getTransactionFromFile(String containers,
String host,
String port,
String contextRoot,
ContainerConfig containerConfig)
Creates a transaction to append the contents of one or more files or
resources to an existing configuration.
|
| Constructor and Description |
|---|
ContainerConfigELResolver(ContainerConfig config,
String currentContainer) |
| Modifier and Type | Field and Description |
|---|---|
protected ContainerConfig |
ApiServlet.containerConfig |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiServlet.setContainerConfig(ContainerConfig containerConfig) |
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.