|
Sonic Management API | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAbstractAuthenticationGroupBean
Configuration Bean representing a 'AuthenticationGroup'
Nested Class Summary | |
---|---|
static interface |
IAbstractAuthenticationGroupBean.IAbstractGroupMembersType
Inner class representing GroupMembersType This inner class contains inner data items that are keyed off a name. |
static interface |
IAbstractAuthenticationGroupBean.IAbstractGroupMemberType
Inner class representing GroupMemberType This class extends IMgmtListBase |
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 | |
---|---|
IAuthenticationGroupBean.IGroupMembersType |
createGroupMembers()
Create an instance of an IGroupMembersType attribute. |
IAuthenticationGroupBean.IGroupMembersType |
getGroupMembers()
Get the attribute for GROUP_MEMBERS. |
IMgmtAttributeMetaData |
getGroupMembersMetaData()
Get the attribute metadata for GROUP_MEMBERS. |
java.lang.String |
getGroupName()
Get the attribute for GROUP_NAME as a String value. |
IMgmtAttributeMetaData |
getGroupNameMetaData()
Get the attribute metadata for GROUP_NAME. |
void |
setGroupMembers(IAuthenticationGroupBean.IGroupMembersType value)
Set the attribute for GROUP_MEMBERS to the specified IGroupMembersType value. |
void |
setGroupName(java.lang.String value)
Set the attribute for GROUP_NAME to the specified String 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 |
---|
IAuthenticationGroupBean.IGroupMembersType createGroupMembers() throws MgmtException
MgmtException
- Thrown if there is some problem creating this objectIAuthenticationGroupBean.IGroupMembersType getGroupMembers() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getGroupMembersMetaData() throws MgmtException
MgmtException
- Thrown when this attribute metadata doesn't exist or
if there is some problem obtaining this attribute metadatajava.lang.String getGroupName() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attributeIMgmtAttributeMetaData getGroupNameMetaData() throws MgmtException
MgmtException
- Thrown when this attribute doesn't exist or
if there is some problem obtaining this attribute's metadatavoid setGroupMembers(IAuthenticationGroupBean.IGroupMembersType value) throws MgmtException
value
- The IGroupMembersType value for this attribute
MgmtException
- Thrown if there is some problem setting this attributevoid setGroupName(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 All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |