public class SecureClassMatcher extends com.google.inject.matcher.AbstractMatcher implements org.aopalliance.intercept.MethodInterceptor
An AOP interceptor used for Controller classes that use the @Secure
annotation.
Before using, ensure that you set the User object on the request context.
Created by Kevin Sheppard November 09, 2024Modifiers | Name | Description |
---|---|---|
com.google.inject.matcher.Matcher<java.lang.reflect.Method> |
resultMethodMatcher |
Type Params | Return Type | Name and description |
---|---|---|
|
public java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation methodInvocation) |
|
public boolean |
matches(java.lang.Class<? extends Controller> aClass) |
Methods inherited from class | Name |
---|---|
class com.google.inject.matcher.AbstractMatcher |
com.google.inject.matcher.AbstractMatcher#or(com.google.inject.matcher.Matcher), com.google.inject.matcher.AbstractMatcher#and(com.google.inject.matcher.Matcher), com.google.inject.matcher.AbstractMatcher#wait(long, int), com.google.inject.matcher.AbstractMatcher#wait(), com.google.inject.matcher.AbstractMatcher#wait(long), com.google.inject.matcher.AbstractMatcher#equals(java.lang.Object), com.google.inject.matcher.AbstractMatcher#toString(), com.google.inject.matcher.AbstractMatcher#hashCode(), com.google.inject.matcher.AbstractMatcher#getClass(), com.google.inject.matcher.AbstractMatcher#notify(), com.google.inject.matcher.AbstractMatcher#notifyAll(), com.google.inject.matcher.AbstractMatcher#matches(java.lang.Object) |