|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISCSAdapterConfig
Represents an active adapter, i.e. an adapter that is configured to a Stellent Content Server.
| Field Summary |
|---|
| Fields inherited from interface com.stellent.cis.client.api.common.administrative.adapter.ICISAdapterConfig |
|---|
PROPERTY_CLUSTER_PROPERTY, PROPERTY_GLOBAL_WEBPATH, TYPE_ACTIVE, TYPE_FIXED |
| Fields inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM |
| Method Summary | |
|---|---|
void |
clearAdvancedProperties()
Clear the advanced properties |
java.util.Properties |
getAdvancedProperties()
|
java.lang.String |
getAdvancedProperty(java.lang.String name)
|
java.lang.String |
getAlgorithm()
Optional SSL property, JVM defaults used if not specified. |
int |
getConnectionTimeout()
|
java.lang.String |
getContentServerVault()
|
java.lang.String |
getEnableSSL()
|
long |
getEventPollingInterval()
|
java.lang.String |
getEventPollingUserAuthType()
|
java.lang.String |
getEventPollingUserDomain()
|
java.lang.String |
getEventPollingUserHost()
|
java.lang.String |
getEventPollingUserName()
|
java.lang.String |
getEventPollingUserPassword()
|
java.lang.String |
getFileCacheLocation()
|
int |
getGlobalCacheCapacity()
|
java.lang.String |
getHost()
|
java.lang.String |
getKeystoreAlias()
|
java.lang.String |
getKeystoreAliasPassword()
|
java.lang.String |
getKeystoreFile()
Optional SSL property, JVM defaults used if not specified. |
java.lang.String |
getKeystorePassword()
Optional SSL property, JVM defaults used if not specified. |
java.lang.String |
getMappedServerVault()
|
java.lang.String |
getMappedServerWeblayout()
|
java.lang.String |
getPersistentConnection()
|
int |
getPort()
|
java.lang.String |
getResourceName()
|
int |
getResourcePoolInitialSize()
|
int |
getResourcePoolMaximumSize()
|
java.lang.String |
getSocketType()
|
java.lang.String |
getTrustManagerFile()
Optional SSL property, JVM defaults used if not specified. |
java.lang.String |
getTrustManagerPassword()
Optional SSL property, JVM defaults used if not specified. |
int |
getUserCacheCapacity()
|
java.lang.String |
getVaultType()
|
java.lang.String |
getVersion()
|
java.lang.String |
getWebLayoutPrefix()
|
java.lang.String |
getWebVaultPassword()
|
java.lang.String |
getWebVaultPrefix()
|
java.lang.String |
getWebVaultUserName()
|
boolean |
isCacheEnabled()
|
boolean |
isEventPollingEnabled()
|
boolean |
isFileCacheEnabled()
|
boolean |
isOptimizedVault()
|
boolean |
isVaultConfigured()
|
void |
setAdvancedProperties(java.util.Properties properties)
|
void |
setAdvancedProperty(java.lang.String name,
java.lang.String value)
Set an advanced property |
void |
setAlgorithm(java.lang.String algorithm)
|
void |
setCacheEnabled(boolean enabled)
|
void |
setConnectionTimeout(int connectionTimeout)
|
void |
setContentServerVault(java.lang.String vaultLocation)
|
void |
setEnableSSL(java.lang.String enableSSL)
|
void |
setEventPollingEnabled(boolean enabled)
|
void |
setEventPollingInterval(long sleepTime)
|
void |
setEventPollingUserAuthType(java.lang.String authType)
Set the authentication type |
void |
setEventPollingUserDomain(java.lang.String domain)
Set the event polling user domain (for NTLM) |
void |
setEventPollingUserHost(java.lang.String userHost)
Set event polling user host |
void |
setEventPollingUserName(java.lang.String userName)
Set the event polling user name |
void |
setEventPollingUserPassword(java.lang.String password)
Set the event polling user password |
void |
setFileCacheEnabled(boolean enabled)
|
void |
setFileCacheLocation(java.lang.String fileCache)
|
void |
setGlobalCacheCapacity(int capacity)
|
void |
setHost(java.lang.String host)
|
void |
setKeystoreAlias(java.lang.String keystoreAlias)
|
void |
setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)
|
void |
setKeystoreFile(java.lang.String keystoreFile)
|
void |
setKeystorePassword(java.lang.String keystorePassword)
|
void |
setMappedServerVault(java.lang.String mappedServerVault)
|
void |
setMappedServerWeblayout(java.lang.String mappedServerWeblayout)
|
void |
setPersistentConnection(java.lang.String persistentConnection)
|
void |
setPort(int port)
|
void |
setResourceName(java.lang.String resourceName)
|
void |
setResourcePoolInitialSize(int initialSize)
Set the initial size of the resource pool |
void |
setResourcePoolMaximumSize(int maxSize)
Set the maximum size of the resource pool |
void |
setSocketType(java.lang.String socketType)
Set the type of socket communication |
void |
setTrustManagerFile(java.lang.String trustManagerFile)
|
void |
setTrustManagerPassword(java.lang.String trustManagerPassword)
|
void |
setUserCacheCapacity(int capacity)
|
void |
setVaultType(java.lang.String vaultType)
|
void |
setVersion(java.lang.String version)
|
void |
setWebLayoutPrefix(java.lang.String weblayoutPrefix)
|
void |
setWebVaultPassword(java.lang.String password)
|
void |
setWebVaultPrefix(java.lang.String webPrefix)
|
void |
setWebVaultUserName(java.lang.String userName)
|
| Methods inherited from interface com.stellent.cis.client.api.common.administrative.adapter.ICISAdapterConfig |
|---|
addBeanDefinition, addTransientProperty, clearTransientProperties, deleteTransientProperty, getAdapterAttribute, getAdapterProperty, getBeanDefinitionNames, getBeanServicesXml, getDisplayConnectionUrl, getName, getSourceObject, getTransientProperty, getType, isActive, isDefault, isFixed, removeBeanDefinition, setAdapterAttribute, setAdapterProperty, setBeanServicesXml, setDefault, setName |
| Methods inherited from interface com.stellent.cis.client.api.common.ICISObject |
|---|
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty |
| Method Detail |
|---|
java.lang.String getResourceName()
void setResourceName(java.lang.String resourceName)
resourceName - the resource namejava.lang.String getHost()
void setHost(java.lang.String host)
host - the content server hostint getPort()
void setPort(int port)
port - the content server portjava.lang.String getSocketType()
void setSocketType(java.lang.String socketType)
socketType - The type of socket communication (i.e. "web" or "socket")boolean isOptimizedVault()
getVaultType() is "web" or "mapped")void setVaultType(java.lang.String vaultType)
vaultType - the vault type, either "web", "mapped", or "default"java.lang.String getVaultType()
boolean isVaultConfigured()
java.lang.String getContentServerVault()
void setContentServerVault(java.lang.String vaultLocation)
vaultLocation - the content server vault locationjava.lang.String getMappedServerVault()
void setMappedServerVault(java.lang.String mappedServerVault)
mappedServerVault - the mapped server vaultjava.lang.String getMappedServerWeblayout()
void setMappedServerWeblayout(java.lang.String mappedServerWeblayout)
mappedServerWeblayout - the mapped location for weblayout files as seen by the application servervoid setWebVaultUserName(java.lang.String userName)
userName - the username to use when retrieving files via the "web" optimized vault transferjava.lang.String getWebVaultUserName()
void setWebVaultPassword(java.lang.String password)
password - the password to use when retrieving files via the "web" optimized vault transferjava.lang.String getWebVaultPassword()
void setWebVaultPrefix(java.lang.String webPrefix)
webPrefix - the prefix to append with the file path (usually http://host:port)java.lang.String getWebVaultPrefix()
java.lang.String getWebLayoutPrefix()
void setWebLayoutPrefix(java.lang.String weblayoutPrefix)
weblayoutPrefix - the web (i.e. http://hostname/path) prefix for weblayout filesjava.util.Properties getAdvancedProperties()
void setAdvancedProperties(java.util.Properties properties)
properties - the advanced properties
void setAdvancedProperty(java.lang.String name,
java.lang.String value)
name - the property namevalue - the property valuejava.lang.String getAdvancedProperty(java.lang.String name)
name - the property name
void clearAdvancedProperties()
java.lang.String getVersion()
void setVersion(java.lang.String version)
version - the version of the content server this adapter representsjava.lang.String getKeystoreFile()
void setKeystoreFile(java.lang.String keystoreFile)
keystoreFile - The path location of the keystore to use. (only valid in SSL based connections)java.lang.String getKeystorePassword()
void setKeystorePassword(java.lang.String keystorePassword)
keystorePassword - The password to access the keystore. (only valid in SSL based connections)java.lang.String getTrustManagerFile()
void setTrustManagerFile(java.lang.String trustManagerFile)
trustManagerFile - The path location of the trustmanager to use. (only valid in SSL based connections)java.lang.String getTrustManagerPassword()
void setTrustManagerPassword(java.lang.String trustManagerPassword)
trustManagerPassword - The password to access the trustmanager. (only valid in SSL based connections)java.lang.String getAlgorithm()
void setAlgorithm(java.lang.String algorithm)
algorithm - The algorithm to use to encrypt data. (only valid in SSL based connections)java.lang.String getEnableSSL()
void setEnableSSL(java.lang.String enableSSL)
enableSSL - Indicates whether or not SSL should be enabled.java.lang.String getKeystoreAlias()
void setKeystoreAlias(java.lang.String keystoreAlias)
keystoreAlias - Alias to use when accessing keystorejava.lang.String getKeystoreAliasPassword()
void setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)
keystoreAliasPassword - The password to use when using specified keystore alias.void setPersistentConnection(java.lang.String persistentConnection)
persistentConnection - Whether or not to use a persistent socket or close each time.java.lang.String getPersistentConnection()
void setConnectionTimeout(int connectionTimeout)
connectionTimeout - When using persistent connections, this value is the maximum amount of time
the connection will wait for response.int getConnectionTimeout()
boolean isCacheEnabled()
void setCacheEnabled(boolean enabled)
enabled - the flag to enable the cacheint getUserCacheCapacity()
void setUserCacheCapacity(int capacity)
capacity - the size of the user cacheint getGlobalCacheCapacity()
void setGlobalCacheCapacity(int capacity)
capacity - the size of the global cachelong getEventPollingInterval()
void setEventPollingInterval(long sleepTime)
sleepTime - the amount of time to sleep between polling the content serverboolean isEventPollingEnabled()
void setEventPollingEnabled(boolean enabled)
enabled - enable or disable the event polling subsystemjava.lang.String getEventPollingUserName()
void setEventPollingUserName(java.lang.String userName)
userName - the user name to usejava.lang.String getEventPollingUserPassword()
void setEventPollingUserPassword(java.lang.String password)
password - the password to use for authenticated adatpers during event pollingjava.lang.String getEventPollingUserAuthType()
void setEventPollingUserAuthType(java.lang.String authType)
authType - the auth typejava.lang.String getEventPollingUserHost()
void setEventPollingUserHost(java.lang.String userHost)
userHost - the user host (for NTLM)java.lang.String getEventPollingUserDomain()
void setEventPollingUserDomain(java.lang.String domain)
domain - The user domainint getResourcePoolInitialSize()
void setResourcePoolInitialSize(int initialSize)
initialSize - The initial sizeint getResourcePoolMaximumSize()
void setResourcePoolMaximumSize(int maxSize)
maxSize - The maximum sizeboolean isFileCacheEnabled()
void setFileCacheEnabled(boolean enabled)
enabled - turn on/off the file caching mechanismjava.lang.String getFileCacheLocation()
void setFileCacheLocation(java.lang.String fileCache)
fileCache - the file cache location
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||