|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractWsKeystoreType
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 |
|---|
java.lang.String getKeystoreFormat()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getKeystoreFormatMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getKeystoreLocation()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getKeystoreLocationMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getKeystorePassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getKeystorePassword(java.lang.String defValue)
throws MgmtException
defValue - The default value to return if this attribute doesn't exist
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getKeystorePasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setKeystoreFormat(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setKeystoreLocation(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setKeystorePassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||