Integrate Apache Shiro Security Library with Dropwizard based JAX-RS application

后端 未结 1 1123
自闭症患者
自闭症患者 2021-02-04 21:07

I am trying to change Dropwizard to support Shiro.

I have read documentation and am little puzzled. I would like to utilize Shiro in conjunction with form login authent

1条回答
  •  梦毁少年i
    2021-02-04 21:50

    Someone has already created a solution for what you are asking.

    Shiro with Jersey.

    https://github.com/javajack/shiro-jersey

    Shiro For Dropwizard https://github.com/javajack/shiro-jdbi-realm

    Dropwizard Shiro Budle Example https://github.com/javajack/dw-shiro-bundle

    0 讨论(0)
提交回复
热议问题