anyway that makes sense for your code. if you need username and password, then extend that class. or, if not, then just implement http://shiro.apache.org/static/current/apidocs/org/apache/shiro/authc/AuthenticationToken.html
On 3 August 2014 00:06, KonradZuse <[email protected]> wrote: > Thank you, so my approach with wanting to extend FormAuthenticationFilter > and > creating a UsernameIDPasswordToken would work, or keep UsernamePassword and > create an IDToken? Or either would suffice? > > I'm still reading the filter documentation and still trying to get a feel > for what exactly filters are in general, but slowly I am learning... I > just > want to make sure that is all I need? > > From what I'm seeing in the tutorial it seems so... Thanks :D. > > > > -- > View this message in context: > http://shiro-user.582556.n2.nabble.com/Looking-to-create-a-3-field-authentication-i-e-username-id-password-tp7580118p7580120.html > Sent from the Shiro User mailing list archive at Nabble.com. >
