GitHub user kimmking opened a pull request:

    https://github.com/apache/shiro/pull/5

    add ServiceRealm class

    ServiceRealm provides a way to integration with your UserManager classes
    in your project. So, you can use your services to access database or
    other ways by unified
    Data Access Layer. Such as ibatis/mybatis or hibernate or mock-service
    etc.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/kimmking/shiro trunk

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/shiro/pull/5.patch

----
commit 9d2c5185f2a69aecea3dbd098b531d7920db8ea1
Author: kimmking <[email protected]>
Date:   2013-12-05T09:56:27Z

    add ServiceRealm class
    
    ServiceRealm provides a way to integration with your UserManager classes
    in your project. So, you can use your services to access database or
    other ways by unified
    Data Access Layer. Such as ibatis/mybatis or hibernate or mock-service
    etc.

----

Reply via email to