Uses of Interface
com.atlassian.jira.web.filters.steps.FilterStep
Packages that use FilterStep
Package
Description
-
Uses of FilterStep in com.atlassian.jira.util.stats
Classes in com.atlassian.jira.util.stats that implement FilterStep -
Uses of FilterStep in com.atlassian.jira.util.thread
Classes in com.atlassian.jira.util.thread that implement FilterStep -
Uses of FilterStep in com.atlassian.jira.versioning
Classes in com.atlassian.jira.versioning that implement FilterStep -
Uses of FilterStep in com.atlassian.jira.web.filters
Classes in com.atlassian.jira.web.filters that implement FilterStepMethods in com.atlassian.jira.web.filters that return types with arguments of type FilterStepModifier and TypeMethodDescriptionprotected List<FilterStep>JiraFirstFilter.getFilterSteps()protected List<FilterStep>JiraLastFilter.getFilterSteps()protected List<FilterStep>JiraPostEncodingFilter.getFilterSteps() -
Uses of FilterStep in com.atlassian.jira.web.filters.steps
Classes in com.atlassian.jira.web.filters.steps that implement FilterStepModifier and TypeClassDescriptionclassA filter step that doesn't do anything at all.Methods in com.atlassian.jira.web.filters.steps that return types with arguments of type FilterStepModifier and TypeMethodDescriptionprotected abstract List<FilterStep>ChainedFilterStepRunner.getFilterSteps() -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.i18n
Classes in com.atlassian.jira.web.filters.steps.i18n that implement FilterStepModifier and TypeClassDescriptionclassclassThis ensures that the i18n mode thread local starts clear and finishes off -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.instrumentation
Classes in com.atlassian.jira.web.filters.steps.instrumentation that implement FilterStepModifier and TypeClassDescriptionclassInstruments at a top level a single JIRA HTTP request.Methods in com.atlassian.jira.web.filters.steps.instrumentation that return FilterStep -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.newrelic
Classes in com.atlassian.jira.web.filters.steps.newrelic that implement FilterStepModifier and TypeClassDescriptionclassSets the New Relic transaction name for this request, as per http://newrelic.com/docs/java/java-agent-component-based-web-transaction-naming -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.requestcleanup
Classes in com.atlassian.jira.web.filters.steps.requestcleanup that implement FilterStepModifier and TypeClassDescriptionclassclass -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.requestinfo
Classes in com.atlassian.jira.web.filters.steps.requestinfo that implement FilterStepModifier and TypeClassDescriptionclassSets up the request info information in JIRA as one of the very first stepsclassThis is called form the l;ast filter to ensure the request info is as current as possible -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.security
Classes in com.atlassian.jira.web.filters.steps.security that implement FilterStepModifier and TypeClassDescriptionclassSets the following security headers on each HTTP response: REFERRER-POLICY with "strict-origin-when-cross-origin" X_XSS_PROTECTION with "1; mode=block" X_CONTENT_TYPE_OPTIONS with "nosniff" X_FRAME_OPTIONS with "SAMEORIGIN" CONTENT_SECURITY_POLICY with "frame-ancestors \'self\'" While the last two (X_FRAME_OPTIONS, CONTENT_SECURITY_POLICY) are about preventing clickjacking attacks, but also blocks resources to be embedded in iframes (etc). -
Uses of FilterStep in com.atlassian.jira.web.filters.steps.senderror
Classes in com.atlassian.jira.web.filters.steps.senderror that implement FilterStepModifier and TypeClassDescriptionclassStep that wraps the servlet response with a CaptureSendErrorMessageResponseWrapper