Re: J2 Security Customization

2005-04-21 Thread Santiago Urrizola
create or modify the correct classses or implement the correct interfaces for this problem. Thanks a lot, all of you - Original Message - From: "David Sean Taylor" <[EMAIL PROTECTED]> To: "Jetspeed Users List" Sent: Thursday, April 21, 2005 6:14 PM Subject: Re:

Re: J2 Security Customization

2005-04-21 Thread David Sean Taylor
Scott T Weaver wrote: Our registration process is very controlled and goes through a work flow and verification process. The process is handled by an entirely different department. Ive got the same kind of situation on a Jetspeed-2 portal deployment. The login is actually done by a federated authe

RE: J2 Security Customization

2005-04-21 Thread Scott T Weaver
8 PM > To: Jetspeed Users List > Subject: Re: J2 Security Customization > > Scot, its really grate thanks ! > i clarifiy mi requeriments with this: >I must let new users to register in the portal. (create new users) >This class, have anithing in common with this p

RE: J2 Security Customization

2005-04-21 Thread Scott T Weaver
5 4:29 PM > To: Jetspeed Users List > Subject: Re: J2 Security Customization > > Thanks a lot !! > But so, want is the usefull of the UserManager, RoleManager, and all the > other interfaces ... > the class you send me work at the request level, its there anuy posibility > to change

Re: J2 Security Customization

2005-04-21 Thread Santiago Urrizola
t; To: "Jetspeed Users List" Sent: Thursday, April 21, 2005 5:37 PM Subject: RE: J2 Security Customization > Scott, > > ... man this is excellent. I've been struggling with swapping out J2's > security for days upon days. Being that the docs on security are somew

RE: J2 Security Customization

2005-04-21 Thread Scott T Weaver
tspeed Users List > Subject: RE: J2 Security Customization > > Scott, > > ... man this is excellent. I've been struggling with swapping out J2's > security for days upon days. Being that the docs on security are somewhat > sparse didn't help. I didn't want

RE: J2 Security Customization

2005-04-21 Thread Frank Villarreal
ication & authorization valve functional in J2? - Frank > -Original Message- > From: Scott T Weaver [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 03:13 PM > To: 'Jetspeed Users List' > Subject: RE: J2 Security Customization >

Re: J2 Security Customization

2005-04-21 Thread Santiago Urrizola
something like that ?? or its convenient, to change al the clases begin with the SecurityValve ??? - Original Message - From: "Scott T Weaver" <[EMAIL PROTECTED]> To: "'Jetspeed Users List'" Sent: Thursday, April 21, 2005 5:13 PM Subject: RE: J2 Secur

RE: J2 Security Customization

2005-04-21 Thread Scott T Weaver
> Sent: Thursday, April 21, 2005 4:00 PM > To: Jetspeed Users List > Subject: Re: J2 Security Customization > > Santiago, > > There are multiple solutions to this common requirement. The easiest is > probably to implement your own SecurityValve. Just make sur

Re: J2 Security Customization

2005-04-21 Thread Santiago Urrizola
sers List" Sent: Thursday, April 21, 2005 4:59 PM Subject: Re: J2 Security Customization > Santiago, > > There are multiple solutions to this common requirement. The easiest is > probably to implement your own SecurityValve. Just make sure you use the > existing o/a/j/security.i

Re: J2 Security Customization

2005-04-21 Thread Randy Watler
Santiago, There are multiple solutions to this common requirement. The easiest is probably to implement your own SecurityValve. Just make sure you use the existing o/a/j/security.impl.SecurityValveImpl.java as a template. Then there is JAAS... Scott can probably comment in more detail. Randy Sa

J2 Security Customization

2005-04-21 Thread Santiago Urrizola
Hi, i wan t to change a part of the security model of J2, to adapt they on mi organization model. Basically i need to change the part where J2, 1 - retrive users from de DataBase. (my own tables, not the default tables of the j2), and obiously where save new/modified users 2 - autenticate the pa