Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractAcceptorDirectBean.IAbstractJsseParametersType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IAcceptorDirectBean.IJsseParametersType
Enclosing interface:
IAbstractAcceptorDirectBean

public static interface IAbstractAcceptorDirectBean.IAbstractJsseParametersType
extends IMgmtSubBeanBase

Inner class representing JsseParametersType This class extends IMgmtListBase


Method Summary
 java.lang.String getJsseKeystoreAlias()
          Get the attribute for JSSE_KEYSTORE_ALIAS as a String value.
 java.lang.String getJsseKeystoreAlias(java.lang.String defValue)
          Get the attribute for JSSE_KEYSTORE_ALIAS as a String value.
 IMgmtAttributeMetaData getJsseKeystoreAliasMetaData()
          Get the attribute metadata for JSSE_KEYSTORE_ALIAS.
 java.lang.String getJsseKeystoreLocation()
          Get the attribute for JSSE_KEYSTORE_LOCATION as a String value.
 java.lang.String getJsseKeystoreLocation(java.lang.String defValue)
          Get the attribute for JSSE_KEYSTORE_LOCATION as a String value.
 IMgmtAttributeMetaData getJsseKeystoreLocationMetaData()
          Get the attribute metadata for JSSE_KEYSTORE_LOCATION.
 java.lang.String getJsseKeystorePassword()
          Get the attribute for JSSE_KEYSTORE_PASSWORD as a String value.
 java.lang.String getJsseKeystorePassword(java.lang.String defValue)
          Get the attribute for JSSE_KEYSTORE_PASSWORD as a String value.
 IMgmtAttributeMetaData getJsseKeystorePasswordMetaData()
          Get the attribute metadata for JSSE_KEYSTORE_PASSWORD.
 java.lang.String getJsseKeystoreType()
          Get the attribute for JSSE_KEYSTORE_TYPE as a String value.
 IMgmtAttributeMetaData getJsseKeystoreTypeMetaData()
          Get the attribute metadata for JSSE_KEYSTORE_TYPE.
 java.lang.String getJsseTrustmanager()
          Get the attribute for JSSE_TRUSTMANAGER as a String value.
 java.lang.String getJsseTrustmanager(java.lang.String defValue)
          Get the attribute for JSSE_TRUSTMANAGER as a String value.
 IMgmtAttributeMetaData getJsseTrustmanagerMetaData()
          Get the attribute metadata for JSSE_TRUSTMANAGER.
 java.lang.String getJsseTruststoreLocation()
          Get the attribute for JSSE_TRUSTSTORE_LOCATION as a String value.
 java.lang.String getJsseTruststoreLocation(java.lang.String defValue)
          Get the attribute for JSSE_TRUSTSTORE_LOCATION as a String value.
 IMgmtAttributeMetaData getJsseTruststoreLocationMetaData()
          Get the attribute metadata for JSSE_TRUSTSTORE_LOCATION.
 java.lang.String getJsseTruststorePassword()
          Get the attribute for JSSE_TRUSTSTORE_PASSWORD as a String value.
 java.lang.String getJsseTruststorePassword(java.lang.String defValue)
          Get the attribute for JSSE_TRUSTSTORE_PASSWORD as a String value.
 IMgmtAttributeMetaData getJsseTruststorePasswordMetaData()
          Get the attribute metadata for JSSE_TRUSTSTORE_PASSWORD.
 java.lang.String getJsseTruststoreType()
          Get the attribute for JSSE_TRUSTSTORE_TYPE as a String value.
 IMgmtAttributeMetaData getJsseTruststoreTypeMetaData()
          Get the attribute metadata for JSSE_TRUSTSTORE_TYPE.
 void setJsseKeystoreAlias(java.lang.String value)
          Set the attribute for JSSE_KEYSTORE_ALIAS to the specified String value.
 void setJsseKeystoreLocation(java.lang.String value)
          Set the attribute for JSSE_KEYSTORE_LOCATION to the specified String value.
 void setJsseKeystorePassword(java.lang.String value)
          Set the attribute for JSSE_KEYSTORE_PASSWORD to the specified String value.
 void setJsseKeystoreType(java.lang.String value)
          Set the attribute for JSSE_KEYSTORE_TYPE to the specified String value.
 void setJsseTrustmanager(java.lang.String value)
          Set the attribute for JSSE_TRUSTMANAGER to the specified String value.
 void setJsseTruststoreLocation(java.lang.String value)
          Set the attribute for JSSE_TRUSTSTORE_LOCATION to the specified String value.
 void setJsseTruststorePassword(java.lang.String value)
          Set the attribute for JSSE_TRUSTSTORE_PASSWORD to the specified String value.
 void setJsseTruststoreType(java.lang.String value)
          Set the attribute for JSSE_TRUSTSTORE_TYPE 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

getJsseKeystoreAlias

java.lang.String getJsseKeystoreAlias()
                                      throws MgmtException
Get the attribute for JSSE_KEYSTORE_ALIAS 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

getJsseKeystoreAlias

java.lang.String getJsseKeystoreAlias(java.lang.String defValue)
                                      throws MgmtException
Get the attribute for JSSE_KEYSTORE_ALIAS 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

getJsseKeystoreAliasMetaData

IMgmtAttributeMetaData getJsseKeystoreAliasMetaData()
                                                    throws MgmtException
Get the attribute metadata for JSSE_KEYSTORE_ALIAS.

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

getJsseKeystoreLocation

java.lang.String getJsseKeystoreLocation()
                                         throws MgmtException
Get the attribute for JSSE_KEYSTORE_LOCATION 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

getJsseKeystoreLocation

java.lang.String getJsseKeystoreLocation(java.lang.String defValue)
                                         throws MgmtException
Get the attribute for JSSE_KEYSTORE_LOCATION 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

getJsseKeystoreLocationMetaData

IMgmtAttributeMetaData getJsseKeystoreLocationMetaData()
                                                       throws MgmtException
Get the attribute metadata for JSSE_KEYSTORE_LOCATION.

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

getJsseKeystorePassword

java.lang.String getJsseKeystorePassword()
                                         throws MgmtException
Get the attribute for JSSE_KEYSTORE_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

getJsseKeystorePassword

java.lang.String getJsseKeystorePassword(java.lang.String defValue)
                                         throws MgmtException
Get the attribute for JSSE_KEYSTORE_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

getJsseKeystorePasswordMetaData

IMgmtAttributeMetaData getJsseKeystorePasswordMetaData()
                                                       throws MgmtException
Get the attribute metadata for JSSE_KEYSTORE_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

getJsseKeystoreType

java.lang.String getJsseKeystoreType()
                                     throws MgmtException
Get the attribute for JSSE_KEYSTORE_TYPE 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

getJsseKeystoreTypeMetaData

IMgmtAttributeMetaData getJsseKeystoreTypeMetaData()
                                                   throws MgmtException
Get the attribute metadata for JSSE_KEYSTORE_TYPE.

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

getJsseTrustmanager

java.lang.String getJsseTrustmanager()
                                     throws MgmtException
Get the attribute for JSSE_TRUSTMANAGER 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

getJsseTrustmanager

java.lang.String getJsseTrustmanager(java.lang.String defValue)
                                     throws MgmtException
Get the attribute for JSSE_TRUSTMANAGER 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

getJsseTrustmanagerMetaData

IMgmtAttributeMetaData getJsseTrustmanagerMetaData()
                                                   throws MgmtException
Get the attribute metadata for JSSE_TRUSTMANAGER.

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

getJsseTruststoreLocation

java.lang.String getJsseTruststoreLocation()
                                           throws MgmtException
Get the attribute for JSSE_TRUSTSTORE_LOCATION 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

getJsseTruststoreLocation

java.lang.String getJsseTruststoreLocation(java.lang.String defValue)
                                           throws MgmtException
Get the attribute for JSSE_TRUSTSTORE_LOCATION 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

getJsseTruststoreLocationMetaData

IMgmtAttributeMetaData getJsseTruststoreLocationMetaData()
                                                         throws MgmtException
Get the attribute metadata for JSSE_TRUSTSTORE_LOCATION.

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

getJsseTruststorePassword

java.lang.String getJsseTruststorePassword()
                                           throws MgmtException
Get the attribute for JSSE_TRUSTSTORE_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

getJsseTruststorePassword

java.lang.String getJsseTruststorePassword(java.lang.String defValue)
                                           throws MgmtException
Get the attribute for JSSE_TRUSTSTORE_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

getJsseTruststorePasswordMetaData

IMgmtAttributeMetaData getJsseTruststorePasswordMetaData()
                                                         throws MgmtException
Get the attribute metadata for JSSE_TRUSTSTORE_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

getJsseTruststoreType

java.lang.String getJsseTruststoreType()
                                       throws MgmtException
Get the attribute for JSSE_TRUSTSTORE_TYPE 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

getJsseTruststoreTypeMetaData

IMgmtAttributeMetaData getJsseTruststoreTypeMetaData()
                                                     throws MgmtException
Get the attribute metadata for JSSE_TRUSTSTORE_TYPE.

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

setJsseKeystoreAlias

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

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

setJsseKeystoreLocation

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

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

setJsseKeystorePassword

void setJsseKeystorePassword(java.lang.String value)
                             throws MgmtException
Set the attribute for JSSE_KEYSTORE_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

setJsseKeystoreType

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

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

setJsseTrustmanager

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

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

setJsseTruststoreLocation

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

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

setJsseTruststorePassword

void setJsseTruststorePassword(java.lang.String value)
                               throws MgmtException
Set the attribute for JSSE_TRUSTSTORE_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

setJsseTruststoreType

void setJsseTruststoreType(java.lang.String value)
                           throws MgmtException
Set the attribute for JSSE_TRUSTSTORE_TYPE 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.