Interface IGroupProvider
- All Superinterfaces:
IPrincipalProvider
- All Known Implementing Classes:
GroupModel
Interface which represents Group directory object.
-
Method Summary
Modifier and TypeMethodDescriptionGet 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 Details
-
getMembers
List<IPrincipalProvider> getMembers()Get a list of principals members of this group object.- Returns:
- List of
IPrincipalProvider
.
-