Class BasicAuthAoe
java.lang.Object
systems.dennis.shared.utils.ApplicationContext
systems.dennis.shared.auth_client.beans.BasicAuthAoe
public abstract class BasicAuthAoe
extends systems.dennis.shared.utils.ApplicationContext
This class will add aop method to validate the token
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalRoles(Object target) voidvoidbeforeAdvice(org.aspectj.lang.JoinPoint joinPoint) voidvalidate(jakarta.servlet.http.HttpServletRequest request, List<String> roles, RoleValidationType validationType) 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
-