|
Sonic Management API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IAbstractAuthenticationDomainBean
Configuration Bean representing a 'AuthenticationDomain'
| Nested Class Summary | |
|---|---|
static interface |
IAbstractAuthenticationDomainBean.IAbstractConnectionParamMap
Inner class representing ConnectionParamMap This inner class contains inner data items that are keyed off a name. |
static interface |
IAbstractAuthenticationDomainBean.IAbstractGroupMapType
Inner class representing GroupMapType This inner class contains inner data items that are keyed off a name. |
| Field Summary |
|---|
| Fields inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
C_VERSION_PROPERTY, CLASS_PROPERTY, P_VERSION_PROPERTY, TEMPLATE_PROPERTY, TYPE_PROPERTY |
| Fields inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
END_CDATA, START_CDATA, TOOL_ANNOTATION |
| Method Summary | |
|---|---|
IAuthenticationDomainBean.IConnectionParamMap |
createAuthSpiConnectionParameters()
Create an instance of an IConnectionParamMap attribute. |
IAuthenticationDomainBean.IGroupMapType |
createGroupMap()
Create an instance of an IGroupMapType attribute. |
IAuthenticationDomainBean.IConnectionParamMap |
createMgmtSpiConnectionParameters()
Create an instance of an IConnectionParamMap attribute. |
IMgmtBeanBase |
getAuthSpi()
Get the attribute for AUTH_SPI as a IMgmtBeanBase value. |
IMgmtBeanBase |
getAuthSpi(IMgmtBeanBase defValue)
Get the attribute for AUTH_SPI as a IMgmtBeanBase value. |
IAuthenticationDomainBean.IConnectionParamMap |
getAuthSpiConnectionParameters()
Get the attribute for AUTH_SPI_CONNECTION_PARAMETERS. |
IMgmtAttributeMetaData |
getAuthSpiConnectionParametersMetaData()
Get the attribute metadata for AUTH_SPI_CONNECTION_PARAMETERS. |
IMgmtAttributeMetaData |
getAuthSpiMetaData()
Get the attribute metadata for AUTH_SPI. |
java.lang.String |
getDomainName()
Get the attribute for DOMAIN_NAME as a String value. |
IMgmtAttributeMetaData |
getDomainNameMetaData()
Get the attribute metadata for DOMAIN_NAME. |
boolean |
getExternal()
Get the attribute for EXTERNAL as a boolean value. |
boolean |
getExternal(boolean defValue)
Get the attribute for EXTERNAL as a boolean value. |
IMgmtAttributeMetaData |
getExternalMetaData()
Get the attribute metadata for EXTERNAL. |
IAuthenticationDomainBean.IGroupMapType |
getGroupMap()
Get the attribute for GROUP_MAP. |
IMgmtAttributeMetaData |
getGroupMapMetaData()
Get the attribute metadata for GROUP_MAP. |
IMgmtBeanBase |
getMgmtSpi()
Get the attribute for MGMT_SPI as a IMgmtBeanBase value. |
IMgmtBeanBase |
getMgmtSpi(IMgmtBeanBase defValue)
Get the attribute for MGMT_SPI as a IMgmtBeanBase value. |
IAuthenticationDomainBean.IConnectionParamMap |
getMgmtSpiConnectionParameters()
Get the attribute for MGMT_SPI_CONNECTION_PARAMETERS. |
IMgmtAttributeMetaData |
getMgmtSpiConnectionParametersMetaData()
Get the attribute metadata for MGMT_SPI_CONNECTION_PARAMETERS. |
IMgmtAttributeMetaData |
getMgmtSpiMetaData()
Get the attribute metadata for MGMT_SPI. |
void |
setAuthSpi(IMgmtBeanBase value)
Set the attribute for AUTH_SPI to the specified IMgmtBeanBase value. |
void |
setAuthSpiConnectionParameters(IAuthenticationDomainBean.IConnectionParamMap value)
Set the attribute for AUTH_SPI_CONNECTION_PARAMETERS to the specified IConnectionParamMap value. |
void |
setDomainName(java.lang.String value)
Set the attribute for DOMAIN_NAME to the specified String value. |
void |
setExternal(boolean value)
Set the attribute for EXTERNAL to the specified boolean value. |
void |
setGroupMap(IAuthenticationDomainBean.IGroupMapType value)
Set the attribute for GROUP_MAP to the specified IGroupMapType value. |
void |
setMgmtSpi(IMgmtBeanBase value)
Set the attribute for MGMT_SPI to the specified IMgmtBeanBase value. |
void |
setMgmtSpiConnectionParameters(IAuthenticationDomainBean.IConnectionParamMap value)
Set the attribute for MGMT_SPI_CONNECTION_PARAMETERS to the specified IConnectionParamMap value. |
| Methods inherited from interface com.sonicsw.ma.mgmtapi.config.IMgmtBeanBase |
|---|
clone, createUniqueName, getBigDecimalAttribute, getBooleanAttribute, getByteArrayAttribute, getIntegerAttribute, getLongAttribute, getProperty, getReferenceAttribute, getStringAttribute, isNewBean, 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 |
| Methods inherited from interface com.sonicsw.mx.config.IAnnotationExtension |
|---|
getAnnotation, setAnnotation |
| Method Detail |
|---|
IAuthenticationDomainBean.IConnectionParamMap createAuthSpiConnectionParameters()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
IAuthenticationDomainBean.IGroupMapType createGroupMap()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
IAuthenticationDomainBean.IConnectionParamMap createMgmtSpiConnectionParameters()
throws MgmtException
MgmtException - Thrown if there is some problem creating this object
IMgmtBeanBase getAuthSpi()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtBeanBase getAuthSpi(IMgmtBeanBase 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
IAuthenticationDomainBean.IConnectionParamMap getAuthSpiConnectionParameters()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getAuthSpiConnectionParametersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
IMgmtAttributeMetaData getAuthSpiMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
java.lang.String getDomainName()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getDomainNameMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
boolean getExternal()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
boolean getExternal(boolean 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 getExternalMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
IAuthenticationDomainBean.IGroupMapType getGroupMap()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getGroupMapMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
IMgmtBeanBase getMgmtSpi()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtBeanBase getMgmtSpi(IMgmtBeanBase 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
IAuthenticationDomainBean.IConnectionParamMap getMgmtSpiConnectionParameters()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute
IMgmtAttributeMetaData getMgmtSpiConnectionParametersMetaData()
throws MgmtException
MgmtException - Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadata
IMgmtAttributeMetaData getMgmtSpiMetaData()
throws MgmtException
MgmtException - Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadata
void setAuthSpi(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setAuthSpiConnectionParameters(IAuthenticationDomainBean.IConnectionParamMap value)
throws MgmtException
value - The IConnectionParamMap value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setDomainName(java.lang.String value)
throws MgmtException
value - The String value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setExternal(boolean value)
throws MgmtException
value - The boolean value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setGroupMap(IAuthenticationDomainBean.IGroupMapType value)
throws MgmtException
value - The IGroupMapType value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMgmtSpi(IMgmtBeanBase value)
throws MgmtException
value - The IMgmtBeanBase value for this attribute
MgmtException - Thrown if there is some problem setting this attribute
void setMgmtSpiConnectionParameters(IAuthenticationDomainBean.IConnectionParamMap value)
throws MgmtException
value - The IConnectionParamMap 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 | |||||||