Class WebMethodMatcher
java.lang.Object
com.google.inject.matcher.AbstractMatcher<Method>
com.peterphi.std.guice.web.rest.auth.interceptor.WebMethodMatcher
- All Implemented Interfaces:
com.google.inject.matcher.Matcher<Method>
Matches:
- Methods declared in classes annotated with
AuthConstraint
- Method implementations directly annotated with
AuthConstraint
- Methods of classes implementing one of a passed list of interface classes
-
Constructor Summary
-
Method Summary
Methods inherited from class com.google.inject.matcher.AbstractMatcher
and, or
-
Constructor Details
-
WebMethodMatcher
- Parameters:
ifaces
- the interfaces to intercept methods for; this should be a list of interfaces fromRestResourceRegistry
-
-
Method Details
-
matches
-