|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GroupDetail
Interface for accessing group details.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getGroupName()
Returns the name of the group that is described by this object. |
java.util.List |
getProperty(java.lang.String property)
Returns the named group property. |
java.util.List |
getPropertyNames()
Returns the names of all group properties that are described by this object. |
java.util.List |
getSubgroupDetails()
Returns the description of subgroups directly contained in the group. |
java.util.List |
getUserDetails()
Returns the description of users directly contained in the group. |
boolean |
isInDirectory()
States whether the group is described in the people directory. |
Field Detail |
---|
static final java.lang.String COPYRIGHT
Method Detail |
---|
java.lang.String getGroupName()
boolean isInDirectory()
java.util.List getProperty(java.lang.String property)
property
- The name of the group property that is to be returned.
java.util.List getPropertyNames()
java.util.List getUserDetails()
UserDetail
objects. Returns an empty list when
user details are not contained in this object.java.util.List getSubgroupDetails()
GroupDetail
objects. Returns an empty list when
subgroup details are not contained in this object.
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |