public class

SetupAdminUserSessionStorage

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.jira.web.action.setup.SetupAdminUserSessionStorage

Class Overview

A simple class to store in the current session the username of the user who is setting up JIRA.

Summary

Fields
public static final String SESSION_KEY
Public Constructors
SetupAdminUserSessionStorage(String username)
Public Methods
String getUsername()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final String SESSION_KEY

Public Constructors

public SetupAdminUserSessionStorage (String username)

Public Methods

public String getUsername ()