public class

Users

extends Object
java.lang.Object
   ↳ com.atlassian.jira.user.util.Users

Class Overview

Static utility methods pertaining to com.atlassian.crowd.embedded.api.User instances.

Summary

Public Constructors
Users()
Public Methods
static boolean isAnonymous(ApplicationUser user)
Whether the specified user is anonymous.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Users ()

Public Methods

public static boolean isAnonymous (ApplicationUser user)

Whether the specified user is anonymous.

Parameters
user The user to check.
Returns
  • true if the specified user is anonymous; otherwise, false.