Most core concepts in Shiro are interface based, so you can extend to achieve whatever you need.
On 2 August 2014 22:16, KonradZuse <[email protected]> wrote: > Hello all, > > I am working on a project for my company and we were asked to do a 3 part > authentication, so I am curious how should I go about doing this? > > I am looking at FormAuthenticationFilter and see that the class > > http://shiro.apache.org/static/current/apidocs/org/apache/shiro/web/filter/authc/FormAuthenticationFilter.html > uses a UsernamePasswordToken and works off of that to login and such. > > Now I see I can create custom filters so I am assuming I can extend that > class and create my own and include a 3rd parameter? > > It also looks like I will need to create a special token for all 3 as well, > or maybe just create a separate token for the 3rd one and leave the > UsernamePassword one? I notice there is a RememberMe token as well. > > Thoughts on this? > > Thank you! > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Looking-to-create-a-3-field-authentication-i-e-username-id-password-tp7580118.html > Sent from the Shiro User mailing list archive at Nabble.com. >
