Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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. WARNING: This class is for use by SSXA and SSXA applications only, for RIDC applications use

See Also:
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

getConnectionName

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

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

getRuntimeURL

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

getConnectionUrl

String getConnectionUrl()

getKeystoreFile

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

setKeystoreFile

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

setKeystorePassword

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

getKeystoreAlias

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(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(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

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

setTrustManagerFile

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

setTrustManagerPassword

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

getClientSecurityPolicy

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

setClientSecurityPolicy

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

getCsfKey

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

setCsfKey

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

updateRuntimeURL

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

setProperty

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

getProperty

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

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC)
11g Release 1 (11.1)

E17274-04


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