|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface IAbstractBrokerBean.IAbstractLdapConnectionType
Inner class representing LdapConnectionType This class extends IMgmtListBase
| Method Summary | |
|---|---|
IBrokerBean.IJsseParametersType |
createLdapSslParameters()
Create an instance of an IJsseParametersType attribute. |
java.lang.String |
getLdapAuthMechanism()
Get the attribute for LDAP_AUTH_MECHANISM as a String value. |
IMgmtAttributeMetaData |
getLdapAuthMechanismMetaData()
Get the attribute metadata for LDAP_AUTH_MECHANISM. |
java.lang.String |
getLdapServerPassword()
Get the attribute for LDAP_SERVER_PASSWORD as a String value. |
java.lang.String |
getLdapServerPassword(java.lang.String defValue)
Get the attribute for LDAP_SERVER_PASSWORD as a String value. |
IMgmtAttributeMetaData |
getLdapServerPasswordMetaData()
Get the attribute metadata for LDAP_SERVER_PASSWORD. |
java.lang.String |
getLdapServerUrl()
Get the attribute for LDAP_SERVER_URL as a String value. |
java.lang.String |
getLdapServerUrl(java.lang.String defValue)
Get the attribute for LDAP_SERVER_URL as a String value. |
IMgmtAttributeMetaData |
getLdapServerUrlMetaData()
Get the attribute metadata for LDAP_SERVER_URL. |
java.lang.String |
getLdapServerUser()
Get the attribute for LDAP_SERVER_USER as a String value. |
java.lang.String |
getLdapServerUser(java.lang.String defValue)
Get the attribute for LDAP_SERVER_USER as a String value. |
IMgmtAttributeMetaData |
getLdapServerUserMetaData()
Get the attribute metadata for LDAP_SERVER_USER. |
IBrokerBean.IJsseParametersType |
getLdapSslParameters()
Get the attribute for LDAP_SSL_PARAMETERS. |
IMgmtAttributeMetaData |
getLdapSslParametersMetaData()
Get the attribute metadata for LDAP_SSL_PARAMETERS. |
void |
setLdapAuthMechanism(java.lang.String value)
Set the attribute for LDAP_AUTH_MECHANISM to the specified String value. |
void |
setLdapServerPassword(java.lang.String value)
Set the attribute for LDAP_SERVER_PASSWORD to the specified String value. |
void |
setLdapServerUrl(java.lang.String value)
Set the attribute for LDAP_SERVER_URL to the specified String value. |
void |
setLdapServerUser(java.lang.String value)
Set the attribute for LDAP_SERVER_USER to the specified String value. |
void |
setLdapSslParameters(IBrokerBean.IJsseParametersType value)
Set the attribute for LDAP_SSL_PARAMETERS to the specified IJsseParametersType 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 |
|---|
IBrokerBean.IJsseParametersType createLdapSslParameters()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
java.lang.String getLdapAuthMechanism()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLdapAuthMechanismMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getLdapServerPassword()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getLdapServerPassword(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 getLdapServerPasswordMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getLdapServerUrl()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getLdapServerUrl(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 getLdapServerUrlMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getLdapServerUser()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
java.lang.String getLdapServerUser(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 getLdapServerUserMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IBrokerBean.IJsseParametersType getLdapSslParameters()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getLdapSslParametersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
void setLdapAuthMechanism(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLdapServerPassword(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLdapServerUrl(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLdapServerUser(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setLdapSslParameters(IBrokerBean.IJsseParametersType value)
throws MgmtException
value - The IJsseParametersType 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 | |||||||