Class MembershipFilterUtil
java.lang.Object
com.atlassian.crowd.directory.rest.util.MembershipFilterUtil
Utility class for checking the type of a directory object
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisGroup(DirectoryObject directoryObject) static booleanisUser(DirectoryObject directoryObject)
-
Method Details
-
isGroup
- Parameters:
directoryObject- the directory object to check- Returns:
- true if the directory object is a group
-
isUser
- Parameters:
directoryObject- the directory object to check- Returns:
- true if the directory object is an user
-