|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
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 objectIAuthenticationDomainBean.IGroupMapType createGroupMap() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIAuthenticationDomainBean.IConnectionParamMap createMgmtSpiConnectionParameters() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIMgmtBeanBase getAuthSpi() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtBeanBase 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 attributeIAuthenticationDomainBean.IConnectionParamMap getAuthSpiConnectionParameters() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getAuthSpiConnectionParametersMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIMgmtAttributeMetaData getAuthSpiMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatajava.lang.String getDomainName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getDomainNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataboolean getExternal() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeboolean 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 attributeIMgmtAttributeMetaData getExternalMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadataIAuthenticationDomainBean.IGroupMapType getGroupMap() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getGroupMapMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIMgmtBeanBase getMgmtSpi() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtBeanBase 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 attributeIAuthenticationDomainBean.IConnectionParamMap getMgmtSpiConnectionParameters() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getMgmtSpiConnectionParametersMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadataIMgmtAttributeMetaData getMgmtSpiMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setAuthSpi(IMgmtBeanBase value) throws MgmtException
value
- The IMgmtBeanBase value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setAuthSpiConnectionParameters(IAuthenticationDomainBean.IConnectionParamMap value) throws MgmtException
value
- The IConnectionParamMap value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setDomainName(java.lang.String value) throws MgmtException
value
- The String value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setExternal(boolean value) throws MgmtException
value
- The boolean value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setGroupMap(IAuthenticationDomainBean.IGroupMapType value) throws MgmtException
value
- The IGroupMapType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setMgmtSpi(IMgmtBeanBase value) throws MgmtException
value
- The IMgmtBeanBase value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid 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 All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |