|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IdcConnectionMXBean
IdcConnectionMXBean is a JMX message bean interface that defines configuration methods available to users. WARNING: This class is for use by SSXA and SSXA applications only, for RIDC applications use
instead| Method Summary | |
|---|---|
String |
getClientSecurityPolicy()Get the connection JaxWS ClientSecurityPolicy. |
String |
getConnectionName()Get the name of this IdcConnection. |
String |
getConnectionUrl() |
String |
getCsfKey()Get the connection WSM csf-key |
String |
getDesigntimeURL()Get the designtime URL. |
String |
getKeystoreAlias()Gets the RIDC client private key alias in the keystore. |
String |
getKeystoreFile()Gets the RIDC client side keystore file location. |
String |
getProperty(String key)Get an arbitrary connection property. |
String |
getRuntimeURL()Get the runtime URL. |
int |
getTimeout()Get the connection timeout period. |
String |
getTrustManagerFile()Gets the RIDC client side trust manager file location. |
void |
setClientSecurityPolicy(String policy)Set the JaxWS ClientSecurityPolicy. |
void |
setCsfKey(String csfKey)Set the connection WSM csf-key |
void |
setKeystoreAlias(String keystoreAlias)Sets the RIDC client keystore alias in the keystore. |
void |
setKeystoreAliasPassword(String keystoreAliasPassword)Sets the RIDC client keystore alias password required to retrieve the alias key from the keystore. |
void |
setKeystoreFile(String keystoreFile)Sets the RIDC client side keystore file location. |
void |
setKeystorePassword(String keystorePassword)Sets the RIDC client side keystore password. |
void |
setProperty(String key, String value)Set an arbitrary connection property. |
void |
setTimeout(int timeout)Set the connection timeout period. |
void |
setTrustManagerFile(String trustManagerFile)Sets the RIDC client side trust manager file location. |
void |
setTrustManagerPassword(String trustManagerPassword)Sets the RIDC client trust manager password. |
void |
updateRuntimeURL(String runtimeURL)Update the runtime IDC Connection URL. |
| Method Detail |
|---|
String getConnectionName()
int getTimeout()
void setTimeout(int timeout)
timeout - connection timeout period.String getDesigntimeURL()
String getRuntimeURL()
String getConnectionUrl()
String getKeystoreFile()
void setKeystoreFile(String keystoreFile)
keystoreFile - the RIDC client side keystore file locationvoid setKeystorePassword(String keystorePassword)
keystorePassword - the password to access the RIDC client side keystoreString getKeystoreAlias()
void setKeystoreAlias(String keystoreAlias)
keystoreAlias - the RIDC client private key alias in the keystorevoid setKeystoreAliasPassword(String keystoreAliasPassword)
keystoreAliasPassword - the RIDC client keystore alias key passwordString getTrustManagerFile()
void setTrustManagerFile(String trustManagerFile)
trustManagerFile - the RIDC client side trust manager file locationvoid setTrustManagerPassword(String trustManagerPassword)
trustManagerPassword - the RIDC client trust manager passwordString getClientSecurityPolicy()
void setClientSecurityPolicy(String policy)
policy - JaxWS ClientSecurityPolicy.String getCsfKey()
void setCsfKey(String csfKey)
csfKey -void updateRuntimeURL(String runtimeURL)
runtimeURL - the IDC connection URL (i.e. "idc://csserver:4444").
void setProperty(String key,
String value)
key - property key.value - property value.String getProperty(String key)
key - property key.
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||