python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
When Shiro integrates JWT, what Shiro filter should be extend?
When I want to integrate JWT with Shiro, I need to write a filter extend Shiro's filter class
For example
AuthenticatingFilter
BasicHttpAuthenticationFilter
AccessControlFilter
I don't know which fi...

loki
Votes: 0
Answers: 2
Two java web application. How to allow users to use it across with their respective login
I currently have a web application say App C. which is using a LDAP login.
Additionally i have 2 more web application say App A and B using custom login against a DB.
All web apps A, B and C have comm...
Learner
Votes: 0
Answers: 1
How to provide Knox public key to clients to use KnoxSSO if it's multiple instanses of Knox in HA mode
What I've done
I have set up Knox instances with KnoxSSO and with the same master secrets, accessable through nginx balancer
I have set up Zeppelin with shiro definding in knoxJwtRealm.publicKeyPath ...
venom13k
Votes: 0
Answers: 1
How does Java add variables to annotations
The requirepermissions in each controller method is inconsistent with the required permissions path. Is it possible to use Aspect to obtain the name of the class object, complete the permissions path...
Chan master
Votes: 0
Answers: 1