Sonic Management API

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

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IBackupBrokerBean.ISslParametersType
Enclosing interface:
IAbstractBackupBrokerBean

public static interface IAbstractBackupBrokerBean.IAbstractSslParametersType
extends IMgmtSubBeanBase

Inner class representing SslParametersType This class extends IMgmtListBase


Method Summary
 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 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.
 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 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.
 
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

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

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

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

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

Sonic Management API

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