Sonic Management API

com.sonicsw.security.pass.mf
Interface IGroup


public interface IGroup

This class defines an external group. It consists of group name that can be used to uniquely identify the group. It can contain users that are members of this group, called group members.

See Also:


Method Summary
 IPasswordUser[] getGroupUsers()
          This method returns a list of users belonging to this group.
 java.lang.String getName()
          This method is used to retrieve the name of the group that can be used to uniquely identify this group.
 

Method Detail

getGroupUsers

IPasswordUser[] getGroupUsers()
This method returns a list of users belonging to this group.

Returns:
group members

getName

java.lang.String getName()
This method is used to retrieve the name of the group that can be used to uniquely identify this group.

Returns:
the name of the group.

Sonic Management API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.