public abstract class DenyAnonymousAccess<U extends org.springframework.security.core.Authentication> extends Object implements AspectSecurityRule<U>
| Constructor and Description |
|---|
DenyAnonymousAccess() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
check(org.aspectj.lang.ProceedingJoinPoint pjp,
U user) |
String |
describe() |
public boolean check(org.aspectj.lang.ProceedingJoinPoint pjp,
U user)
check in interface AspectSecurityRule<U extends org.springframework.security.core.Authentication>public String describe()
describe in interface AspectSecurityRule<U extends org.springframework.security.core.Authentication>Copyright © 2016–2018 TechGap Italia. All rights reserved.