If your just talking about the actual authentication logic, then creating your own Realm is the way to go.
On Thu, Mar 10, 2011 at 12:33 PM, Henry Saputra <[email protected]> wrote: > Hi Shiro Community, > > I am planning to use Shiro to do user authentication for web services > accesses and would like to get some advice on how incorporate my > application custom login method into the Shiro authentication flow? > > I was thinking about either extending the DelegatingSubject to > override login() method, or just do the login in my custom > Realm.doGetAuthenticationInfo() method? > > Appreciate any input or help. > > -- > Thanks, > Henry >
