类 ApiSignFilter

  • 所有已实现的接口:
    org.nutz.mvc.ActionFilter

    public class ApiSignFilter
    extends Object
    implements org.nutz.mvc.ActionFilter
    Sign签名验证拦截器,如果不使用JWT可以直接用这个拦截器 Created by wizzer on 2016/8/11.
    • 构造器详细资料

      • ApiSignFilter

        public ApiSignFilter()
    • 方法详细资料

      • match

        public org.nutz.mvc.View match​(org.nutz.mvc.ActionContext context)
        指定者:
        match 在接口中 org.nutz.mvc.ActionFilter