Look at jetspeed's WEB-INF/assembly/security-spi-atn.xml.
You'll need to provide your own custom implementations for the org.apache.jetspeed.security.spi.CredentialHandler component (this is for password encoding/hashing) and for the org.apache.jetspeed.security.spi.UserSecurityHandler component (this is for the actual authentication). Consult the jetspeed API and source code of the default implementations as a guide. It's not that bad, trust me. On 9/19/06, Mikko Wuokko <[EMAIL PROTECTED]> wrote:
Hi. I would like to use my own user database for login credentials like username and hashed passwords. I tried to dig into the security/loginmodule stuff you have and also scanned the source codes, but couldn't really figure out what exactly is needed to do. Do I need to code a new LoginModule and/or something else or can it be done just with configuration files? Thank you, -mikko --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
