|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of JiraAuthenticationContext in com.atlassian.jira.component |
|---|
| Methods in com.atlassian.jira.component that return JiraAuthenticationContext | |
|---|---|
static JiraAuthenticationContext |
ComponentAccessor.getJiraAuthenticationContext()
|
| Uses of JiraAuthenticationContext in com.atlassian.jira.plugin |
|---|
| Methods in com.atlassian.jira.plugin that return JiraAuthenticationContext | |
|---|---|
protected JiraAuthenticationContext |
JiraResourcedModuleDescriptor.getAuthenticationContext()
|
| Constructors in com.atlassian.jira.plugin with parameters of type JiraAuthenticationContext | |
|---|---|
JiraResourcedModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Uses of JiraAuthenticationContext in com.atlassian.jira.plugin.customfield |
|---|
| Constructors in com.atlassian.jira.plugin.customfield with parameters of type JiraAuthenticationContext | |
|---|---|
CustomFieldSearcherModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
CustomFieldTypeModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Uses of JiraAuthenticationContext in com.atlassian.jira.plugin.jql.function |
|---|
| Constructors in com.atlassian.jira.plugin.jql.function with parameters of type JiraAuthenticationContext | |
|---|---|
JqlFunctionModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Uses of JiraAuthenticationContext in com.atlassian.jira.plugin.userformat |
|---|
| Constructors in com.atlassian.jira.plugin.userformat with parameters of type JiraAuthenticationContext | |
|---|---|
UserFormatModuleDescriptor(JiraAuthenticationContext authenticationContext,
com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Uses of JiraAuthenticationContext in com.atlassian.jira.sharing.type |
|---|
| Methods in com.atlassian.jira.sharing.type with parameters of type JiraAuthenticationContext | |
|---|---|
String |
ShareTypeRenderer.getShareTypeEditor(JiraAuthenticationContext userCtx)
Return the HTML of the component that is used to configure the ShareType when necessary. |
String |
ShareTypeRenderer.getShareTypeLabel(JiraAuthenticationContext userCtx)
Return a string that can be used to differentiate the associated ShareType. |
String |
ShareTypeRenderer.getSimpleDescription(SharePermission permission,
JiraAuthenticationContext userCtx)
Return a simple text only description of the share. |
Map<String,String> |
ShareTypeRenderer.getTranslatedTemplates(JiraAuthenticationContext userCtx,
SharedEntity.TypeDescriptor<? extends SharedEntity> type,
ShareTypeRenderer.RenderMode mode)
Return map of key -> template that can be used to show a configured shares in Javascript. |
boolean |
ShareTypeRenderer.isAddButtonNeeded(JiraAuthenticationContext userCtx)
Return whether or not the component needs a button. |
String |
ShareTypeRenderer.renderPermission(SharePermission permission,
JiraAuthenticationContext userCtx)
Return HTML that shows the configured share. |
| Uses of JiraAuthenticationContext in com.atlassian.jira.util.velocity |
|---|
| Methods in com.atlassian.jira.util.velocity with parameters of type JiraAuthenticationContext | |
|---|---|
Map<String,Object> |
VelocityRequestContextFactory.getDefaultVelocityParams(Map<String,Object> startingParams,
JiraAuthenticationContext authenticationContext)
Constructs a map with a number of common parameters used by velocity templates. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||