Class TrustedJenkinsAuthorizer
java.lang.Object
com.atlassian.bitbucket.jenkins.internal.jenkins.auth.TrustedJenkinsAuthorizer
- All Implemented Interfaces:
TrustedUnderlyingSystemAuthorizerFilter
public class TrustedJenkinsAuthorizer
extends Object
implements TrustedUnderlyingSystemAuthorizerFilter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TrustedJenkinsAuthorizer
public TrustedJenkinsAuthorizer()
-
-
Method Details
-
authorize
public void authorize(User u, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.FilterChain filterChain) throws IOException, javax.servlet.ServletException, NoSuchUserException Description copied from interface:TrustedUnderlyingSystemAuthorizerFilterAuthorize the user in the underlying system- Specified by:
authorizein interfaceTrustedUnderlyingSystemAuthorizerFilter- Parameters:
u- the user to be authorized and proceeed withrequest- the requestresponse- the responsefilterChain- the filter chain to continue after authorization- Throws:
IOException- for other exceptionsjavax.servlet.ServletException- for problems while operating on request or responseNoSuchUserException- if there is no user with the username
-