com.webmethods.caf.faces.data.dir
Interface IGroupProvider

All Superinterfaces:
IPrincipalProvider
All Known Implementing Classes:
GroupModel

public interface IGroupProvider
extends IPrincipalProvider

Interface which represents Group directory object.


Method Summary
 List getMembers()
          Get a list of principals members of this group object.
 
Methods inherited from interface com.webmethods.caf.faces.data.dir.IPrincipalProvider
getAttributes, getDisplayName, getEmail, getIconURL, getLink, getPrincipalDN, getPrincipalID, getPrincipalURIAsString, setPrincipalAlias, setPrincipalDN, setPrincipalID
 

Method Detail

getMembers

List getMembers()
Get a list of principals members of this group object.

Returns:
List of IPrincipalProvider.