Class OpenShiftPermissionFilter

  • All Implemented Interfaces:
    javax.servlet.Filter

    public class OpenShiftPermissionFilter
    extends Object
    implements javax.servlet.Filter
    This servlet spec filter implementation serves as the hook point to periodically poll OpenShift to see if the user specified by the OAuth session has had a change in the permissions maintained in OpenShift (where those permissions are mapped to the Jenkins permissions maintained in Jenkins' AuthorizationStrategy implementation.
    • Constructor Detail

      • OpenShiftPermissionFilter

        public OpenShiftPermissionFilter()
    • Method Detail

      • init

        public void init​(javax.servlet.FilterConfig filterConfig)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Filter
        Throws:
        javax.servlet.ServletException
      • doFilter

        public void doFilter​(javax.servlet.ServletRequest request,
                             javax.servlet.ServletResponse response,
                             javax.servlet.FilterChain chain)
                      throws IOException,
                             javax.servlet.ServletException
        Specified by:
        doFilter in interface javax.servlet.Filter
        Throws:
        IOException
        javax.servlet.ServletException
      • destroy

        public void destroy()
        Specified by:
        destroy in interface javax.servlet.Filter