Class ProjectIdConverterInterceptor

  • All Implemented Interfaces:
    org.springframework.web.servlet.AsyncHandlerInterceptor, org.springframework.web.servlet.HandlerInterceptor

    public class ProjectIdConverterInterceptor
    extends SkippableInterceptor
    Converts internal project id to external project id in "projectId" parameter for GET requests
    • Field Detail

      • INTERNAL_PROJECT_ID_USED_MESSAGE_KEY

        @NotNull
        public static final String INTERNAL_PROJECT_ID_USED_MESSAGE_KEY
        See Also:
        Constant Field Values
    • Constructor Detail

      • ProjectIdConverterInterceptor

        public ProjectIdConverterInterceptor​(@NotNull
                                             ProjectManagerEx projectManager)