com.atlassian.jira.mock.security
Class MockAuthenticationContext
java.lang.Object
com.atlassian.jira.security.JiraAuthenticationContextImpl
com.atlassian.jira.mock.security.MockAuthenticationContext
- All Implemented Interfaces:
- JiraAuthenticationContext
public class MockAuthenticationContext
- extends JiraAuthenticationContextImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockAuthenticationContext
public MockAuthenticationContext(com.atlassian.crowd.embedded.api.User user)
MockAuthenticationContext
public MockAuthenticationContext(com.atlassian.crowd.embedded.api.User user,
OutlookDateManager mgr)
MockAuthenticationContext
public MockAuthenticationContext(com.atlassian.crowd.embedded.api.User user,
OutlookDateManager mgr,
I18nHelper i18nHelper)
getI18nHelper
public I18nHelper getI18nHelper()
- Description copied from interface:
JiraAuthenticationContext
- Useful for localisation of messages.
- Specified by:
getI18nHelper
in interface JiraAuthenticationContext
- Overrides:
getI18nHelper
in class JiraAuthenticationContextImpl
- Returns:
- An instance of
I18nHelper
getI18nBean
public I18nHelper getI18nBean()
- Description copied from interface:
JiraAuthenticationContext
- Useful for localisation of messages.
- Specified by:
getI18nBean
in interface JiraAuthenticationContext
- Overrides:
getI18nBean
in class JiraAuthenticationContextImpl
- Returns:
- An instance of
I18nHelper
Copyright © 2002-2012 Atlassian. All Rights Reserved.