Package com.atlassian.jira.security
Class ActionInvocationCheckerBase
java.lang.Object
com.atlassian.jira.security.ActionInvocationCheckerBase
- Direct Known Subclasses:
DefaultRequestMethodChecker,DefaultXsrfInvocationChecker
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ActionInvocationCheckerBase
public ActionInvocationCheckerBase()
-
-
Method Details
-
getMethodName
-
getMethod
Finds the declared method on the provided class. If the method is not declared on the class, we search recursively up the inheritance hierarchy, stopping atObject.- Parameters:
clazz- the classmethodName- the method name to find- Returns:
- the method on the class; null if it could not be found.
-