All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.macrocloud.kernel.security.handler.ISecureHandler Maven / Gradle / Ivy

There is a newer version: 1.1.0-RELEASE
Show newest version
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