com.atlassian.jira.security
Interface JiraAuthenticationContext

All Known Implementing Classes:
JiraAuthenticationContextImpl

public interface JiraAuthenticationContext


Method Summary
 I18nBean getI18nBean()
           
 I18nBean getI18nBean(String additionalBundle)
           
 Locale getLocale()
           
 OutlookDate getOutlookDate()
           
 String getText(String key)
          Deprecated.  
 User getUser()
           
 void setUser(User user)
          This comes to use in places like Jelly where we need to switch the identity of a user during execution.
 

Method Detail

getUser

public User getUser()

getLocale

public Locale getLocale()

getOutlookDate

public OutlookDate getOutlookDate()

getText

public String getText(String key)
Deprecated.  


getI18nBean

public I18nBean getI18nBean()

setUser

public void setUser(User user)
This comes to use in places like Jelly where we need to switch the identity of a user during execution.

Parameters:
user -

getI18nBean

public I18nBean getI18nBean(String additionalBundle)


Copyright © 2002-2006 Atlassian. All Rights Reserved.