Class OpenShiftPermissionFilter
java.lang.Object
org.openshift.jenkins.plugins.openshiftlogin.OpenShiftPermissionFilter
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
OpenShiftPermissionFilter
public OpenShiftPermissionFilter()
-
-
Method Details
-
init
public void init(javax.servlet.FilterConfig filterConfig) throws javax.servlet.ServletException - Specified by:
initin interfacejavax.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:
doFilterin interfacejavax.servlet.Filter- Throws:
IOExceptionjavax.servlet.ServletException
-
destroy
public void destroy()- Specified by:
destroyin interfacejavax.servlet.Filter
-