com.atlassian.jira.projectconfig.rest.interceptor
Class SecurityInterceptor

java.lang.Object
  extended by com.atlassian.jira.projectconfig.rest.interceptor.SecurityInterceptor
All Implemented Interfaces:
com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor

@Provider
public class SecurityInterceptor
extends Object
implements com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor

Since:
v6.1

Constructor Summary
SecurityInterceptor(JiraAuthenticationContext jac, PermissionManager permissionManager)
           
 
Method Summary
 void intercept(com.atlassian.plugins.rest.common.interceptor.MethodInvocation methodInvocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityInterceptor

public SecurityInterceptor(JiraAuthenticationContext jac,
                           PermissionManager permissionManager)
Method Detail

intercept

public void intercept(com.atlassian.plugins.rest.common.interceptor.MethodInvocation methodInvocation)
               throws IllegalAccessException,
                      InvocationTargetException
Specified by:
intercept in interface com.atlassian.plugins.rest.common.interceptor.ResourceInterceptor
Throws:
IllegalAccessException
InvocationTargetException


Copyright © 2002-2013 Atlassian. All Rights Reserved.