Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractBrokerBean.IAbstractSslParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBrokerBean.ISslParametersType
Enclosing interface:
IAbstractBrokerBean

public static interface IAbstractBrokerBean.IAbstractSslParametersType
extends IMgmtSubBeanBase

Inner class representing SslParametersType This class extends IMgmtListBase


Method Summary
 IBrokerBean.ILdapConnectionType createBackupLdapServerConnectionProperties()
          Create an instance of an ILdapConnectionType attribute.
 IBrokerBean.ICaListType createCaList()
          Create an instance of an ICaListType attribute.
 IBrokerBean.IJsseParametersType createJsseParameters()
          Create an instance of an IJsseParametersType attribute.
 IBrokerBean.ILdapConnectionType createPrimaryLdapServerConnectionProperties()
          Create an instance of an ILdapConnectionType attribute.
 IBrokerBean.ILdapConnectionType getBackupLdapServerConnectionProperties()
          Get the attribute for BACKUP_LDAP_SERVER_CONNECTION_PROPERTIES.
 IMgmtAttributeMetaData getBackupLdapServerConnectionPropertiesMetaData()
          Get the attribute metadata for BACKUP_LDAP_SERVER_CONNECTION_PROPERTIES.
 IBrokerBean.ICaListType getCaList()
          Get the attribute for CA_LIST.
 IMgmtAttributeMetaData getCaListMetaData()
          Get the attribute metadata for CA_LIST.
 boolean getDoCrlChecking()
          Get the attribute for DO_CRL_CHECKING as a boolean value.
 IMgmtAttributeMetaData getDoCrlCheckingMetaData()
          Get the attribute metadata for DO_CRL_CHECKING.
 IBrokerBean.IJsseParametersType getJsseParameters()
          Get the attribute for JSSE_PARAMETERS.
 IMgmtAttributeMetaData getJsseParametersMetaData()
          Get the attribute metadata for JSSE_PARAMETERS.
 IBrokerBean.ILdapConnectionType getPrimaryLdapServerConnectionProperties()
          Get the attribute for PRIMARY_LDAP_SERVER_CONNECTION_PROPERTIES.
 IMgmtAttributeMetaData getPrimaryLdapServerConnectionPropertiesMetaData()
          Get the attribute metadata for PRIMARY_LDAP_SERVER_CONNECTION_PROPERTIES.
 java.lang.String getSslCaCertificatesDir()
          Get the attribute for SSL_CA_CERTIFICATES_DIR as a String value.
 java.lang.String getSslCaCertificatesDir(java.lang.String defValue)
          Get the attribute for SSL_CA_CERTIFICATES_DIR as a String value.
 IMgmtAttributeMetaData getSslCaCertificatesDirMetaData()
          Get the attribute metadata for SSL_CA_CERTIFICATES_DIR.
 java.lang.String getSslCertificateChain()
          Get the attribute for SSL_CERTIFICATE_CHAIN as a String value.
 java.lang.String getSslCertificateChain(java.lang.String defValue)
          Get the attribute for SSL_CERTIFICATE_CHAIN as a String value.
 java.lang.String getSslCertificateChainForm()
          Get the attribute for SSL_CERTIFICATE_CHAIN_FORM as a String value.
 java.lang.String getSslCertificateChainForm(java.lang.String defValue)
          Get the attribute for SSL_CERTIFICATE_CHAIN_FORM as a String value.
 IMgmtAttributeMetaData getSslCertificateChainFormMetaData()
          Get the attribute metadata for SSL_CERTIFICATE_CHAIN_FORM.
 IMgmtAttributeMetaData getSslCertificateChainMetaData()
          Get the attribute metadata for SSL_CERTIFICATE_CHAIN.
 java.lang.String getSslCipherSuites()
          Get the attribute for SSL_CIPHER_SUITES as a String value.
 java.lang.String getSslCipherSuites(java.lang.String defValue)
          Get the attribute for SSL_CIPHER_SUITES as a String value.
 IMgmtAttributeMetaData getSslCipherSuitesMetaData()
          Get the attribute metadata for SSL_CIPHER_SUITES.
 boolean getSslClientAuthentication()
          Get the attribute for SSL_CLIENT_AUTHENTICATION as a boolean value.
 boolean getSslClientAuthentication(boolean defValue)
          Get the attribute for SSL_CLIENT_AUTHENTICATION as a boolean value.
 IMgmtAttributeMetaData getSslClientAuthenticationMetaData()
          Get the attribute metadata for SSL_CLIENT_AUTHENTICATION.
 java.lang.String getSslPrivateKey()
          Get the attribute for SSL_PRIVATE_KEY as a String value.
 java.lang.String getSslPrivateKey(java.lang.String defValue)
          Get the attribute for SSL_PRIVATE_KEY as a String value.
 IMgmtAttributeMetaData getSslPrivateKeyMetaData()
          Get the attribute metadata for SSL_PRIVATE_KEY.
 java.lang.String getSslPrivateKeyPassword()
          Get the attribute for SSL_PRIVATE_KEY_PASSWORD as a String value.
 java.lang.String getSslPrivateKeyPassword(java.lang.String defValue)
          Get the attribute for SSL_PRIVATE_KEY_PASSWORD as a String value.
 IMgmtAttributeMetaData getSslPrivateKeyPasswordMetaData()
          Get the attribute metadata for SSL_PRIVATE_KEY_PASSWORD.
 java.lang.String getSslProviderClass()
          Get the attribute for SSL_PROVIDER_CLASS as a String value.
 IMgmtAttributeMetaData getSslProviderClassMetaData()
          Get the attribute metadata for SSL_PROVIDER_CLASS.
 void setBackupLdapServerConnectionProperties(IBrokerBean.ILdapConnectionType value)
          Set the attribute for BACKUP_LDAP_SERVER_CONNECTION_PROPERTIES to the specified ILdapConnectionType value.
 void setCaList(IBrokerBean.ICaListType value)
          Set the attribute for CA_LIST to the specified ICaListType value.
 void setDoCrlChecking(boolean value)
          Set the attribute for DO_CRL_CHECKING to the specified boolean value.
 void setJsseParameters(IBrokerBean.IJsseParametersType value)
          Set the attribute for JSSE_PARAMETERS to the specified IJsseParametersType value.
 void setPrimaryLdapServerConnectionProperties(IBrokerBean.ILdapConnectionType value)
          Set the attribute for PRIMARY_LDAP_SERVER_CONNECTION_PROPERTIES to the specified ILdapConnectionType value.
 void setSslCaCertificatesDir(java.lang.String value)
          Set the attribute for SSL_CA_CERTIFICATES_DIR to the specified String value.
 void setSslCertificateChain(java.lang.String value)
          Set the attribute for SSL_CERTIFICATE_CHAIN to the specified String value.
 void setSslCertificateChainForm(java.lang.String value)
          Set the attribute for SSL_CERTIFICATE_CHAIN_FORM to the specified String value.
 void setSslCipherSuites(java.lang.String value)
          Set the attribute for SSL_CIPHER_SUITES to the specified String value.
 void setSslClientAuthentication(boolean value)
          Set the attribute for SSL_CLIENT_AUTHENTICATION to the specified boolean value.
 void setSslPrivateKey(java.lang.String value)
          Set the attribute for SSL_PRIVATE_KEY to the specified String value.
 void setSslPrivateKeyPassword(java.lang.String value)
          Set the attribute for SSL_PRIVATE_KEY_PASSWORD to the specified String value.
 void setSslProviderClass(java.lang.String value)
          Set the attribute for SSL_PROVIDER_CLASS to the specified String value.
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtSubBeanBase
getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getReferenceAttribute, getStringAttribute, setBigDecimalAttribute, setBooleanAttribute, setByteArrayAttribute, setIntegerAttribute, setLongAttribute, setReferenceAttribute, setStringAttribute
 
Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBase
getAttributeList, getAttributeMap, getAttributeMetaData, getConfigBean, getConfigBeanName, getConfigBeanNameTail, getConfigPath, getConfigPath, getMgmtBeanFactory, getParent, removeAttribute, setAttribute
 

Method Detail

createBackupLdapServerConnectionProperties

IBrokerBean.ILdapConnectionType createBackupLdapServerConnectionProperties()
                                                                           throws MgmtException
Create an instance of an ILdapConnectionType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setBackupLdapServerConnectionProperties method.

Returns:
The new ILdapConnectionType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createCaList

IBrokerBean.ICaListType createCaList()
                                     throws MgmtException
Create an instance of an ICaListType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setCaList method.

Returns:
The new ICaListType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createJsseParameters

IBrokerBean.IJsseParametersType createJsseParameters()
                                                     throws MgmtException
Create an instance of an IJsseParametersType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setJsseParameters method.

Returns:
The new IJsseParametersType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

createPrimaryLdapServerConnectionProperties

IBrokerBean.ILdapConnectionType createPrimaryLdapServerConnectionProperties()
                                                                            throws MgmtException
Create an instance of an ILdapConnectionType attribute. This new instance is not currently part of the configuration. Once it has been configured it should be set into the configuration using the setPrimaryLdapServerConnectionProperties method.

Returns:
The new ILdapConnectionType bean
Throws:
MgmtException - Thrown if there is some problem creating this object

getBackupLdapServerConnectionProperties

IBrokerBean.ILdapConnectionType getBackupLdapServerConnectionProperties()
                                                                        throws MgmtException
Get the attribute for BACKUP_LDAP_SERVER_CONNECTION_PROPERTIES.

Returns:
The ILdapConnectionType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getBackupLdapServerConnectionPropertiesMetaData

IMgmtAttributeMetaData getBackupLdapServerConnectionPropertiesMetaData()
                                                                       throws MgmtException
Get the attribute metadata for BACKUP_LDAP_SERVER_CONNECTION_PROPERTIES.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getCaList

IBrokerBean.ICaListType getCaList()
                                  throws MgmtException
Get the attribute for CA_LIST.

Returns:
The ICaListType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getCaListMetaData

IMgmtAttributeMetaData getCaListMetaData()
                                         throws MgmtException
Get the attribute metadata for CA_LIST.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getDoCrlChecking

boolean getDoCrlChecking()
                         throws MgmtException
Get the attribute for DO_CRL_CHECKING as a boolean value.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getDoCrlCheckingMetaData

IMgmtAttributeMetaData getDoCrlCheckingMetaData()
                                                throws MgmtException
Get the attribute metadata for DO_CRL_CHECKING.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getJsseParameters

IBrokerBean.IJsseParametersType getJsseParameters()
                                                  throws MgmtException
Get the attribute for JSSE_PARAMETERS.

Returns:
The IJsseParametersType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getJsseParametersMetaData

IMgmtAttributeMetaData getJsseParametersMetaData()
                                                 throws MgmtException
Get the attribute metadata for JSSE_PARAMETERS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getPrimaryLdapServerConnectionProperties

IBrokerBean.ILdapConnectionType getPrimaryLdapServerConnectionProperties()
                                                                         throws MgmtException
Get the attribute for PRIMARY_LDAP_SERVER_CONNECTION_PROPERTIES.

Returns:
The ILdapConnectionType value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getPrimaryLdapServerConnectionPropertiesMetaData

IMgmtAttributeMetaData getPrimaryLdapServerConnectionPropertiesMetaData()
                                                                        throws MgmtException
Get the attribute metadata for PRIMARY_LDAP_SERVER_CONNECTION_PROPERTIES.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute metadata doesn't exist or if there is some problem obtaining this attribute metadata

getSslCaCertificatesDir

java.lang.String getSslCaCertificatesDir()
                                         throws MgmtException
Get the attribute for SSL_CA_CERTIFICATES_DIR as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCaCertificatesDir

java.lang.String getSslCaCertificatesDir(java.lang.String defValue)
                                         throws MgmtException
Get the attribute for SSL_CA_CERTIFICATES_DIR as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCaCertificatesDirMetaData

IMgmtAttributeMetaData getSslCaCertificatesDirMetaData()
                                                       throws MgmtException
Get the attribute metadata for SSL_CA_CERTIFICATES_DIR.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslCertificateChain

java.lang.String getSslCertificateChain()
                                        throws MgmtException
Get the attribute for SSL_CERTIFICATE_CHAIN as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCertificateChain

java.lang.String getSslCertificateChain(java.lang.String defValue)
                                        throws MgmtException
Get the attribute for SSL_CERTIFICATE_CHAIN as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCertificateChainForm

java.lang.String getSslCertificateChainForm()
                                            throws MgmtException
Get the attribute for SSL_CERTIFICATE_CHAIN_FORM as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCertificateChainForm

java.lang.String getSslCertificateChainForm(java.lang.String defValue)
                                            throws MgmtException
Get the attribute for SSL_CERTIFICATE_CHAIN_FORM as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCertificateChainFormMetaData

IMgmtAttributeMetaData getSslCertificateChainFormMetaData()
                                                          throws MgmtException
Get the attribute metadata for SSL_CERTIFICATE_CHAIN_FORM.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslCertificateChainMetaData

IMgmtAttributeMetaData getSslCertificateChainMetaData()
                                                      throws MgmtException
Get the attribute metadata for SSL_CERTIFICATE_CHAIN.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslCipherSuites

java.lang.String getSslCipherSuites()
                                    throws MgmtException
Get the attribute for SSL_CIPHER_SUITES as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCipherSuites

java.lang.String getSslCipherSuites(java.lang.String defValue)
                                    throws MgmtException
Get the attribute for SSL_CIPHER_SUITES as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslCipherSuitesMetaData

IMgmtAttributeMetaData getSslCipherSuitesMetaData()
                                                  throws MgmtException
Get the attribute metadata for SSL_CIPHER_SUITES.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslClientAuthentication

boolean getSslClientAuthentication()
                                   throws MgmtException
Get the attribute for SSL_CLIENT_AUTHENTICATION as a boolean value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslClientAuthentication

boolean getSslClientAuthentication(boolean defValue)
                                   throws MgmtException
Get the attribute for SSL_CLIENT_AUTHENTICATION as a boolean value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The boolean value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslClientAuthenticationMetaData

IMgmtAttributeMetaData getSslClientAuthenticationMetaData()
                                                          throws MgmtException
Get the attribute metadata for SSL_CLIENT_AUTHENTICATION.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslPrivateKey

java.lang.String getSslPrivateKey()
                                  throws MgmtException
Get the attribute for SSL_PRIVATE_KEY as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslPrivateKey

java.lang.String getSslPrivateKey(java.lang.String defValue)
                                  throws MgmtException
Get the attribute for SSL_PRIVATE_KEY as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslPrivateKeyMetaData

IMgmtAttributeMetaData getSslPrivateKeyMetaData()
                                                throws MgmtException
Get the attribute metadata for SSL_PRIVATE_KEY.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslPrivateKeyPassword

java.lang.String getSslPrivateKeyPassword()
                                          throws MgmtException
Get the attribute for SSL_PRIVATE_KEY_PASSWORD as a String value. This is an optional attribute and a MgmtException will be thrown if the attribute does not exist.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslPrivateKeyPassword

java.lang.String getSslPrivateKeyPassword(java.lang.String defValue)
                                          throws MgmtException
Get the attribute for SSL_PRIVATE_KEY_PASSWORD as a String value. If the attribute doesn't exist then return the specified default value.

Parameters:
defValue - The default value to return if this attribute doesn't exist
Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslPrivateKeyPasswordMetaData

IMgmtAttributeMetaData getSslPrivateKeyPasswordMetaData()
                                                        throws MgmtException
Get the attribute metadata for SSL_PRIVATE_KEY_PASSWORD.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

getSslProviderClass

java.lang.String getSslProviderClass()
                                     throws MgmtException
Get the attribute for SSL_PROVIDER_CLASS as a String value.

Returns:
The String value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute

getSslProviderClassMetaData

IMgmtAttributeMetaData getSslProviderClassMetaData()
                                                   throws MgmtException
Get the attribute metadata for SSL_PROVIDER_CLASS.

Returns:
The IMgmtAttributeMetaData value for this attribute
Throws:
MgmtException - Thrown when this attribute doesn't exist or if there is some problem obtaining this attribute's metadata

setBackupLdapServerConnectionProperties

void setBackupLdapServerConnectionProperties(IBrokerBean.ILdapConnectionType value)
                                             throws MgmtException
Set the attribute for BACKUP_LDAP_SERVER_CONNECTION_PROPERTIES to the specified ILdapConnectionType value.

Parameters:
value - The ILdapConnectionType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setCaList

void setCaList(IBrokerBean.ICaListType value)
               throws MgmtException
Set the attribute for CA_LIST to the specified ICaListType value.

Parameters:
value - The ICaListType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setDoCrlChecking

void setDoCrlChecking(boolean value)
                      throws MgmtException
Set the attribute for DO_CRL_CHECKING to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setJsseParameters

void setJsseParameters(IBrokerBean.IJsseParametersType value)
                       throws MgmtException
Set the attribute for JSSE_PARAMETERS to the specified IJsseParametersType value.

Parameters:
value - The IJsseParametersType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setPrimaryLdapServerConnectionProperties

void setPrimaryLdapServerConnectionProperties(IBrokerBean.ILdapConnectionType value)
                                              throws MgmtException
Set the attribute for PRIMARY_LDAP_SERVER_CONNECTION_PROPERTIES to the specified ILdapConnectionType value.

Parameters:
value - The ILdapConnectionType value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslCaCertificatesDir

void setSslCaCertificatesDir(java.lang.String value)
                             throws MgmtException
Set the attribute for SSL_CA_CERTIFICATES_DIR to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslCertificateChain

void setSslCertificateChain(java.lang.String value)
                            throws MgmtException
Set the attribute for SSL_CERTIFICATE_CHAIN to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslCertificateChainForm

void setSslCertificateChainForm(java.lang.String value)
                                throws MgmtException
Set the attribute for SSL_CERTIFICATE_CHAIN_FORM to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslCipherSuites

void setSslCipherSuites(java.lang.String value)
                        throws MgmtException
Set the attribute for SSL_CIPHER_SUITES to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslClientAuthentication

void setSslClientAuthentication(boolean value)
                                throws MgmtException
Set the attribute for SSL_CLIENT_AUTHENTICATION to the specified boolean value.

Parameters:
value - The boolean value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslPrivateKey

void setSslPrivateKey(java.lang.String value)
                      throws MgmtException
Set the attribute for SSL_PRIVATE_KEY to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslPrivateKeyPassword

void setSslPrivateKeyPassword(java.lang.String value)
                              throws MgmtException
Set the attribute for SSL_PRIVATE_KEY_PASSWORD to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

setSslProviderClass

void setSslProviderClass(java.lang.String value)
                         throws MgmtException
Set the attribute for SSL_PROVIDER_CLASS to the specified String value.

Parameters:
value - The String value for this attribute
Throws:
MgmtException - Thrown if there is some problem setting this attribute

Sonic Management API

Copyright © 2001-2011 Progress Software Corporation. All Rights Reserved.
HTML formatted on 12-Aug-2011.