Class Group
java.lang.Object
com.netscape.cmscore.usrgrp.Group
- All Implemented Interfaces:
IAttrSet,Serializable
A class represents a group.
- Version:
- $Revision$, $Date$
- Author:
- cfu
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMemberName(String name) Adds new member.voidDeletes an attribute value from this AttrSet.Gets an attribute value.Retrieves group description.Returns an enumeration of the names of the attributes existing within this AttrSet.Retrieves group identifier.Retrieves a list of member names.getName()Retrieves the group name.booleanChecks if the given name is member of this group.voidSets an attribute value within this AttrSet.
-
Field Details
-
ATTR_NAME
-
ATTR_ID
-
ATTR_DESCRIPTION
-
ATTR_MEMBERS
-
-
Constructor Details
-
Group
Constructs local group.
-
-
Method Details
-
getName
-
getGroupID
-
getDescription
-
addMemberName
-
getMemberNames
Retrieves a list of member names.- Returns:
- a list of member names for this group.
-
isMember
Checks if the given name is member of this group.- Parameters:
name- the given name- Returns:
- true if the given name is the member of this group; otherwise false.
-
set
Description copied from interface:IAttrSetSets an attribute value within this AttrSet.- Specified by:
setin interfaceIAttrSet- Parameters:
name- the name of the attributeobject- the attribute object.- Throws:
EBaseException- on attribute handling errors.
-
get
Description copied from interface:IAttrSetGets an attribute value.- Specified by:
getin interfaceIAttrSet- Parameters:
name- the name of the attribute to return.- Throws:
EBaseException- on attribute handling errors.
-
delete
Description copied from interface:IAttrSetDeletes an attribute value from this AttrSet.- Specified by:
deletein interfaceIAttrSet- Parameters:
name- the name of the attribute to delete.- Throws:
EBaseException- on attribute handling errors.
-
getElements
Description copied from interface:IAttrSetReturns an enumeration of the names of the attributes existing within this AttrSet.- Specified by:
getElementsin interfaceIAttrSet- Returns:
- an enumeration of the attribute names.
-