public class

UndefinedApplicationRoleName

extends Object
java.lang.Object
   ↳ com.atlassian.jira.application.UndefinedApplicationRoleName

Class Overview

This is a utility that derives an application role's name from the key. It should be used as a last resort after attempting to retrieve the name from the defined applications. This utility can be used when the application role is undefined. For the 3 known renaissance applications it will return the known names, and for the rest, it will return a derivative from the application key.

Summary

Public Methods
String getName()
static UndefinedApplicationRoleName of(ApplicationKey appId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getName ()

public static UndefinedApplicationRoleName of (ApplicationKey appId)