Package systems.dennis.auth.client.utils
Class BasicAuthAoe
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.auth.client.utils.BasicAuthAoe
- Direct Known Subclasses:
AuthApp.aop
public abstract class BasicAuthAoe
extends systems.dennis.shared.utils.ApplicationContext
This class will add aop method to validate the token
-
Field Summary
Fields inherited from class systems.dennis.shared.utils.ApplicationContext
CREATED_FIELDS_MAP -
Constructor Summary
ConstructorsConstructorDescriptionBasicAuthAoe(TokenValidator tokenValidator, systems.dennis.shared.config.WebContext context) -
Method Summary
Modifier and TypeMethodDescriptionadditionalRoles(Object target) voidvoidbeforeAdvice(org.aspectj.lang.JoinPoint joinPoint) voidMethods inherited from class systems.dennis.shared.utils.ApplicationContext
canEqual, equals, getBean, getContext, getCurrentUser, getDefaultLogger, hashCode, toString
-
Constructor Details
-
Method Details
-
anyPublicMethod
public void anyPublicMethod() -
withRole2
public void withRole2() -
beforeAdvice
public void beforeAdvice(org.aspectj.lang.JoinPoint joinPoint) -
additionalRoles
-