I highly recommend going through the examples before making that decision. It looks like you starting with a basic application that has a username/password form (or other means of entry), most of these examples work this way.
The submission of the username/password are all handled for you by the filter, all you need to do is configure a realm. You typically would never interact directly with it. https://shiro.apache.org/web.html#Web-FormbasedLogin On Tue, Mar 13, 2018 at 9:55 PM, nitincn <[email protected]> wrote: > If i not needed custom 'ShiroAuthentication' class, how to initialize > authentication by passing login name and password from rest controller? > Should i call jdbcrealm method directly from controller? > > I didn't find examples which suits my requirement. > > > > > -- > Sent from: http://shiro-developer.582600.n2.nabble.com/ >
