Hello,
I have a web application that is using Shiro for user access handling.
For that I'm using one SecurityManager and a LDAP based Realm.
This application is running in an osgi container and now I need to
provide a feature that will need to call some remote services provided
by other machines. I need that the requester component to have the
proper permissions in order to access the remote service.
Well, the authentication process for machines is not the same as for a
human user. I mean, I will not ask a password for each component that is
running in that machine...
Reading docs I think that I will need a specific Authenticator for it
and probably a new Realm too, but do I need another SecurityManager?
could someone point me a path to accomplish this with Shiro ?
many thanks,
Cristiano