com.atlassian.jira.web.action.setup
Class SetupAdminUserSessionStorage

java.lang.Object
  extended by 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:
Serialized Form

Field Summary
static String SESSION_KEY
           
 
Constructor Summary
SetupAdminUserSessionStorage(String username)
           
 
Method Summary
 String getUsername()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION_KEY

public static final String SESSION_KEY
Constructor Detail

SetupAdminUserSessionStorage

public SetupAdminUserSessionStorage(String username)
Method Detail

getUsername

public String getUsername()


Copyright © 2002-2013 Atlassian. All Rights Reserved.