Class SetupAdminUserSessionStorage

java.lang.Object
com.atlassian.jira.web.action.setup.SetupAdminUserSessionStorage
All Implemented Interfaces:
Serializable

public class SetupAdminUserSessionStorage extends Object implements Serializable
A simple class to store in the current session the username of the user who is setting up JIRA.
Since:
v5.0
See Also:
  • Field Details

    • SESSION_KEY

      public static final String SESSION_KEY
  • Constructor Details

    • SetupAdminUserSessionStorage

      public SetupAdminUserSessionStorage(String username)
  • Method Details

    • getUsername

      public String getUsername()