Sonic Management API

com.sonicsw.mq.mgmtapi.config.gen
Interface IAbstractWSProtocolUrlEndpointBean.IAbstractWsKeystoreType

All Superinterfaces:
IMgmtBase, IMgmtSubBeanBase
All Known Subinterfaces:
IWSProtocolUrlEndpointBean.IWsKeystoreType
Enclosing interface:
IAbstractWSProtocolUrlEndpointBean

public static interface IAbstractWSProtocolUrlEndpointBean.IAbstractWsKeystoreType
extends IMgmtSubBeanBase

Inner class representing WsKeystoreType This class extends IMgmtListBase


Method Summary
 java.lang.String getKeystoreFormat()
          Get the attribute for KEYSTORE_FORMAT as a String value.
 IMgmtAttributeMetaData getKeystoreFormatMetaData()
          Get the attribute metadata for KEYSTORE_FORMAT.
 java.lang.String getKeystoreLocation()
          Get the attribute for KEYSTORE_LOCATION as a String value.
 IMgmtAttributeMetaData getKeystoreLocationMetaData()
          Get the attribute metadata for KEYSTORE_LOCATION.
 java.lang.String getKeystorePassword()
          Get the attribute for KEYSTORE_PASSWORD as a String value.
 java.lang.String getKeystorePassword(java.lang.String defValue)
          Get the attribute for KEYSTORE_PASSWORD as a String value.
 IMgmtAttributeMetaData getKeystorePasswordMetaData()
          Get the attribute metadata for KEYSTORE_PASSWORD.
 void setKeystoreFormat(java.lang.String value)
          Set the attribute for KEYSTORE_FORMAT to the specified String value.
 void setKeystoreLocation(java.lang.String value)
          Set the attribute for KEYSTORE_LOCATION to the specified String value.
 void setKeystorePassword(java.lang.String value)
          Set the attribute for KEYSTORE_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

getKeystoreFormat

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

getKeystoreFormatMetaData

IMgmtAttributeMetaData getKeystoreFormatMetaData()
                                                 throws MgmtException
Get the attribute metadata for KEYSTORE_FORMAT.

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

getKeystoreLocation

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

getKeystoreLocationMetaData

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

getKeystorePassword

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

getKeystorePassword

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

getKeystorePasswordMetaData

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

setKeystoreFormat

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

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

setKeystoreLocation

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

setKeystorePassword

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

Sonic Management API

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