Package tech.corefinance.common.service
Class InternalApiVerifyImpl
java.lang.Object
tech.corefinance.common.service.InternalApiVerifyImpl
- All Implemented Interfaces:
InternalApiVerify
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninternalPermissionCheck(Class<?> controllerClass, Method method, jakarta.servlet.http.HttpServletRequest request)
-
Constructor Details
-
InternalApiVerifyImpl
public InternalApiVerifyImpl()
-
-
Method Details
-
internalPermissionCheck
public boolean internalPermissionCheck(Class<?> controllerClass, Method method, jakarta.servlet.http.HttpServletRequest request) - Specified by:
internalPermissionCheckin interfaceInternalApiVerify
-