Just a quick question to verify that my understanding of this project
is correct, if you all don’t mind :)

As I understand it, Shiro is designed in the following way, lets say
we had 3 client connections – a PHP client, Perl client, and java
client.  The PHP is connecting via LDAP protocol, perl is connecting
with Active Directory, and java is connecting with plain defaults,
regular jdbc connection with encryption, etc.  The PHP/LDAP client
would need to have an interface built for it and so would the PERL/AD
client.  They could connect to the ‘security server’ to its ‘security
manager’ via some method, be it SOAP / RPC etc. or if connecting
locally, some other method.  Once they connect their subjects could
authenticate/authorize through custom pluggable ‘realms’ subclassed
and designed specifically for their protocol.  As for the Java client,
be it connecting over a network or locally, the default security
manager / realm would handle the authentication and authorization for
its subject.

Does that sound right?  I am sorry if I overcomplicated my example –
please say so if I was a little too ambiguous.

Thank you for your time explaining this.  This is definitely something
we will seriously consider using.  I am already thinking I will use it
for a personal project if I ever have the time to do one ;0)

Matt

Reply via email to