com.atlassian.jira.web.action.setup
Class SetupLicenseSessionStorage
java.lang.Object
com.atlassian.jira.web.action.setup.SetupLicenseSessionStorage
- All Implemented Interfaces:
- Serializable
public class SetupLicenseSessionStorage
- extends Object
- implements Serializable
A simple class to store in the current session the firstname, lastname and email of the user who is setting up JIRA.
- Since:
- v5.2.7
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SESSION_KEY
public static final String SESSION_KEY
SetupLicenseSessionStorage
public SetupLicenseSessionStorage(String firstName,
String lastName,
String email)
getLastName
public String getLastName()
getEmail
public String getEmail()
getFirstName
public String getFirstName()
Copyright © 2002-2013 Atlassian. All Rights Reserved.