Interface IUserProvider
- All Superinterfaces:
IPrincipalProvider
- All Known Implementing Classes:
UserModel
Interface which represents User directory object.
-
Method Summary
Modifier and TypeMethodDescriptionGets a list of groups this user is a member of.Gets a list of roles this user is a member of.Methods inherited from interface com.webmethods.caf.faces.data.dir.IPrincipalProvider
getAttributes, getDisplayName, getEmail, getIconURL, getLink, getPrincipalDN, getPrincipalID, getPrincipalURIAsString, setPrincipalAlias, setPrincipalDN, setPrincipalID
-
Method Details
-
getGroupMembership
List<IPrincipalProvider> getGroupMembership()Gets a list of groups this user is a member of.- Returns:
- List of
IPrincipalProvider
.
-
getRoleMembership
List<IPrincipalProvider> getRoleMembership()Gets a list of roles this user is a member of.- Returns:
- List of
IPrincipalProvider
.
-