org.macrocloud.kernel.security.handler.ISecureHandler Maven / Gradle / Ivy
package org.macrocloud.kernel.security.handler;
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
public interface ISecureHandler {
HandlerInterceptorAdapter tokenInterceptor();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy