Package com.atlassian.jira.user.util
Class Users
java.lang.Object
com.atlassian.jira.user.util.Users
Static utility methods pertaining to
User instances.- Since:
- v4.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisAnonymous(ApplicationUser user) Whether the specified user is anonymous.
-
Constructor Details
-
Users
public Users()
-
-
Method Details
-
isAnonymous
Whether the specified user is anonymous.- Parameters:
user- The user to check.- Returns:
- true if the specified user is anonymous; otherwise, false.
-