|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractAcceptorTcpsBean.IAbstractJsseParametersType
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 |
|---|
java.lang.String getJsseKeystoreAlias()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getJsseKeystoreAlias(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 getJsseKeystoreAliasMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseKeystoreLocation()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getJsseKeystoreLocation(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 getJsseKeystoreLocationMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseKeystorePassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getJsseKeystorePassword(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 getJsseKeystorePasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseKeystoreType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getJsseKeystoreTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseTrustmanager()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getJsseTrustmanager(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 getJsseTrustmanagerMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseTruststoreLocation()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getJsseTruststoreLocation(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 getJsseTruststoreLocationMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseTruststorePassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getJsseTruststorePassword(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 getJsseTruststorePasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getJsseTruststoreType()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getJsseTruststoreTypeMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setJsseKeystoreAlias(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseKeystoreLocation(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseKeystorePassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseKeystoreType(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseTrustmanager(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseTruststoreLocation(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseTruststorePassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setJsseTruststoreType(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 | |||||||