@Internal public class

IsAnonymousUserCondition

extends Object
implements Condition
java.lang.Object
   ↳ com.atlassian.jira.plugin.webfragment.conditions.IsAnonymousUserCondition

@Internal

This class is an internal implementation detail and will change without notice.

Clients that depend on @Internal classes and interfaces can not expect to be compatible with any version other than the version they were compiled against (even minor version and milestone releases may break binary compatibility with respect to @Internal elements).

Class Overview

Checks if currently user is not logged in.

Summary

Public Constructors
IsAnonymousUserCondition(JiraAuthenticationContext authenticationContext)
Public Methods
void init(Map<StringString> params)
boolean shouldDisplay(Map<StringObject> context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public IsAnonymousUserCondition (JiraAuthenticationContext authenticationContext)

Public Methods

public void init (Map<StringString> params)

public boolean shouldDisplay (Map<StringObject> context)