@Component public class CheckAllowedMethodAdvice extends Object
| Constructor and Description |
|---|
CheckAllowedMethodAdvice() |
| Modifier and Type | Method and Description |
|---|---|
Object |
checkNotAllowedMethods(org.aspectj.lang.ProceedingJoinPoint pjp)
Checks whether the requested operation is permitted.
|
public Object checkNotAllowedMethods(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
pjp - the join point.Throwable - if any errors were encountered.Copyright © 2019. All rights reserved.