Dear All,

is Shiro good to be used for a server application? From the tutorial
and documentation I found that a general concept is the "current user":
   Subject currentUser = SecurityUtils.getSubject();

But in my Java server application, I'd like to work with remote users
from a C++ app (via RPC). The remote users send credentials via SSL RPC,
and receive a session token. The server side authentication is not based
on currentUser, but on the username/password. Am I understanding correctly
that this is not the "typical" use case for Shiro? Is Shiro even a good
match for this use case? How to generate a Subject and session token?

Awesome software, by the way! :-)

Thanks and all the best,

    Mario

Reply via email to