Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


oracle.stellent.ridc.convenience.adf.mbeans
Interface IdcConnectionMXBean

All Known Implementing Classes:
IdcConnectionMXBeanImpl

public interface IdcConnectionMXBean

IdcConnectionMXBean is a JMX message bean interface that defines configuration methods available to users.


Method Summary
 java.lang.String getClientSecurityPolicy()
          Get the connection JaxWS ClientSecurityPolicy.
 java.lang.String getConnectionName()
          Get the name of this IdcConnection.
 java.lang.String getCsfKey()
          Get the connection WSM csf-key
 java.lang.String getDesigntimeURL()
          Get the designtime URL.
 java.lang.String getKeystoreAlias()
          Gets the RIDC client private key alias in the keystore.
 java.lang.String getKeystoreFile()
          Gets the RIDC client side keystore file location.
 java.lang.String getProperty(java.lang.String key)
          Get an arbitrary connection property.
 java.lang.String getRuntimeURL()
          Get the runtime URL.
 int getTimeout()
          Get the connection timeout period.
 java.lang.String getTrustManagerFile()
          Gets the RIDC client side trust manager file location.
 void setClientSecurityPolicy(java.lang.String policy)
          Set the JaxWS ClientSecurityPolicy.
 void setCsfKey(java.lang.String csfKey)
          Set the connection WSM csf-key
 void setKeystoreAlias(java.lang.String keystoreAlias)
          Sets the RIDC client keystore alias in the keystore.
 void setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)
          Sets the RIDC client keystore alias password required to retrieve the alias key from the keystore.
 void setKeystoreFile(java.lang.String keystoreFile)
          Sets the RIDC client side keystore file location.
 void setKeystorePassword(java.lang.String keystorePassword)
          Sets the RIDC client side keystore password.
 void setProperty(java.lang.String key, java.lang.String value)
          Set an arbitrary connection property.
 void setTimeout(int timeout)
          Set the connection timeout period.
 void setTrustManagerFile(java.lang.String trustManagerFile)
          Sets the RIDC client side trust manager file location.
 void setTrustManagerPassword(java.lang.String trustManagerPassword)
          Sets the RIDC client trust manager password.
 void updateRuntimeURL(java.lang.String runtimeURL)
          Update the runtime IDC Connection URL.

 

Method Detail

getConnectionName

java.lang.String getConnectionName()
Get the name of this IdcConnection.
Returns:
IDC Connection name.

getTimeout

int getTimeout()
Get the connection timeout period.
Returns:
connection timeout period as an integer.

setTimeout

void setTimeout(int timeout)
Set the connection timeout period.
Parameters:
timeout - connection timeout period.

getDesigntimeURL

java.lang.String getDesigntimeURL()
Get the designtime URL.
Returns:
designtime URL as a string.

getRuntimeURL

java.lang.String getRuntimeURL()
Get the runtime URL.
Returns:
runtime URL as a string.

getKeystoreFile

java.lang.String getKeystoreFile()
Gets the RIDC client side keystore file location.
Returns:
the RIDC client side keystore file location

setKeystoreFile

void setKeystoreFile(java.lang.String keystoreFile)
Sets the RIDC client side keystore file location.
Parameters:
keystoreFile - the RIDC client side keystore file location

setKeystorePassword

void setKeystorePassword(java.lang.String keystorePassword)
Sets the RIDC client side keystore password.
Parameters:
keystorePassword - the password to access the RIDC client side keystore

getKeystoreAlias

java.lang.String getKeystoreAlias()
Gets the RIDC client private key alias in the keystore.
Returns:
the RIDC client private key alias in the keystore

setKeystoreAlias

void setKeystoreAlias(java.lang.String keystoreAlias)
Sets the RIDC client keystore alias in the keystore.
Parameters:
keystoreAlias - the RIDC client private key alias in the keystore

setKeystoreAliasPassword

void setKeystoreAliasPassword(java.lang.String keystoreAliasPassword)
Sets the RIDC client keystore alias password required to retrieve the alias key from the keystore.
Parameters:
keystoreAliasPassword - the RIDC client keystore alias key password

getTrustManagerFile

java.lang.String getTrustManagerFile()
Gets the RIDC client side trust manager file location.
Returns:
the RIDC client side trust manager file location

setTrustManagerFile

void setTrustManagerFile(java.lang.String trustManagerFile)
Sets the RIDC client side trust manager file location.
Parameters:
trustManagerFile - the RIDC client side trust manager file location

setTrustManagerPassword

void setTrustManagerPassword(java.lang.String trustManagerPassword)
Sets the RIDC client trust manager password.
Parameters:
trustManagerPassword - the RIDC client trust manager password

getClientSecurityPolicy

java.lang.String getClientSecurityPolicy()
Get the connection JaxWS ClientSecurityPolicy.
Returns:
JaxWS ClientSecurityPolicy

setClientSecurityPolicy

void setClientSecurityPolicy(java.lang.String policy)
Set the JaxWS ClientSecurityPolicy.
Parameters:
policy - JaxWS ClientSecurityPolicy.

getCsfKey

java.lang.String getCsfKey()
Get the connection WSM csf-key
Returns:
csf-key value

setCsfKey

void setCsfKey(java.lang.String csfKey)
Set the connection WSM csf-key
Parameters:
csfKey -

updateRuntimeURL

void updateRuntimeURL(java.lang.String runtimeURL)
Update the runtime IDC Connection URL.
Parameters:
runtimeURL - the IDC connection URL (i.e. "idc://csserver:4444").

setProperty

void setProperty(java.lang.String key,
                 java.lang.String value)
Set an arbitrary connection property.
Parameters:
key - property key.
value - property value.

getProperty

java.lang.String getProperty(java.lang.String key)
Get an arbitrary connection property.
Parameters:
key - property key.
Returns:
property value

Skip navigation links

Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference
11g Release 1 (11.1.1)

E17274-02


Copyright © 2008, 2011, Oracle and/or its affiliates. All rights reserved.