提交 c074e3fd 编写于 作者: F fancy

极光设备绑定api调整

上级 c207f127
...@@ -2,11 +2,12 @@ package com.x.jpush.assemble.control.jaxrs; ...@@ -2,11 +2,12 @@ package com.x.jpush.assemble.control.jaxrs;
import javax.servlet.annotation.WebFilter; import javax.servlet.annotation.WebFilter;
import com.x.base.core.project.jaxrs.CipherManagerUserJaxrsFilter;
import com.x.base.core.project.jaxrs.ManagerUserJaxrsFilter; import com.x.base.core.project.jaxrs.ManagerUserJaxrsFilter;
/** /**
* web服务过滤器,将指定的URL定义为需要用户认证的服务,如果用户未登录,则无法访问该服务 * web服务过滤器,将指定的URL定义为需要用户认证的服务,如果用户未登录,则无法访问该服务
*/ */
@WebFilter(urlPatterns = "/jaxrs/device/*", asyncSupported = true) @WebFilter(urlPatterns = "/jaxrs/device/*", asyncSupported = true)
public class JaxrsServicePathFilter extends ManagerUserJaxrsFilter { public class JaxrsServicePathFilter extends CipherManagerUserJaxrsFilter {
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册