类 EmbeddedIpSegmentRepository

java.lang.Object
net.jlxxw.wechat.security.repository.EmbeddedIpSegmentRepository
所有已实现的接口:
net.jlxxw.wechat.repository.ip.IpSegmentRepository

public class EmbeddedIpSegmentRepository extends Object implements net.jlxxw.wechat.repository.ip.IpSegmentRepository
内嵌 ip 段存储器
作者:
chunyang.leng
  • 构造器详细资料

    • EmbeddedIpSegmentRepository

      public EmbeddedIpSegmentRepository()
  • 方法详细资料

    • add

      public void add(List<String> ipRangeList)
      新增一组微信的服务器ip段
      指定者:
      add 在接口中 net.jlxxw.wechat.repository.ip.IpSegmentRepository
      参数:
      ipRangeList - 微信服务器ip段
    • findAll

      public Set<String> findAll()
      查询全部可信任 ip 段
      指定者:
      findAll 在接口中 net.jlxxw.wechat.repository.ip.IpSegmentRepository
      返回: