@Deprecated @Internal public class

IsRolesEnabled

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

This class is deprecated.
this always returns true, so there's no need to use it, since 7.0.1

@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

A condition that determines whether application roles are enabled. Will return shouldDisplay of true if roles are enabled.

 *******************************
 This is in the DMZ; search for usages before removing it. ProjectConfigPlugin is one known user.
 *******************************
 

Summary

Public Constructors
IsRolesEnabled()
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 IsRolesEnabled ()

Public Methods

public void init (Map<StringString> params)

public boolean shouldDisplay (Map<StringObject> context)