Hi, just another basic question: I want to extend org.apache.turbine.om.security.TurbineUser to provide business logic functionality to my application to use them in Screen classes, Action classes, Peer classes.
I adjust TR.props: services.SecurityService.user.class=de.geoconnect.audiotex.AudiotexUser Q: Is that all I have to do, or is there something else to do? JavaDoc/ org.apache.turbine.om.security.TurbineUser says: "You are welcome to extend this class if you wish to have custom functionality in your user objects (like accessor methods for custom attributes). Note* that implementing a different scheme of user data storage involves writing an implementation of UserManager interface. " Q: What is refered here as "a different scheme of user data storage"? The TurbineUser Peer or what? Q: In what case do I have to write an implementation of UserManager interface? Thanks. Marc -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
