com.atlassian.jira.security
Interface JiraAuthenticationContext
- All Known Implementing Classes:
- JiraAuthenticationContextImpl
- public interface JiraAuthenticationContext
getUser
public com.opensymphony.user.User getUser()
getLocale
public java.util.Locale getLocale()
getOutlookDate
public OutlookDate getOutlookDate()
getText
public java.lang.String getText(java.lang.String key)
- Deprecated.
getI18nBean
public I18nBean getI18nBean()
setUser
public void setUser(com.opensymphony.user.User user)
- This comes to use in places like Jelly where we need to switch the identity of a user during execution.
- Parameters:
user
-
Copyright © 2002-2005 Atlassian. All Rights Reserved.