I am considering to implement a custom JDBCRealm. It should make available a method such as
boolean authenticate(String username) perhaps in a custom Principal class. The method should log in (authenticate) the user and return true, if user exists (with correct roles), false otherwise. Can anyone tell me if this would work? How should I go about to implement such a mechanism? Best regards jarla [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
