-----Message d'origine-----
De�: JiaoZhiping [mailto:[EMAIL PROTECTED]] 
Envoy�: lundi 10 juin 2002 14:55
��: [EMAIL PROTECTED]
Objet�: how to replace jetspeed's security?

     Now we want to replay the jetspeed security with our j2ee asp
security.. ...
     we store data by  LDAP server.
     And we plan the whole system use the uniform anthentication and
authorization.
     it's a very urgent plan. i have read source code of jetspeed and
turbine.
      i think i can change turbine loginuser action , replace the code
below,get  user and password provide by our security provider.


        String username = data.getParameters().getString( "username", ""
);
        String password = data.getParameters().getString( "password", ""
);

i have read some document about jetspeed security
The Jetspeed Security Service extends the interface of the Turbine
 Security Service, adding on the Jetspeed specific interface:
AccessControl
 for controlling access to portal resources (portlets, panes).

so i think if i want  to replace the security service provided by
jetspeed ,
first i replace turbine loginuser action ,get username and password from
our
security service
and replace the turbine's  acl by our own acl.

then change the  jetspeed 's accesscontrol to portal resource ......use
our
authentication and authority...

can you tell me if it's possible ?
please give me some advice....thanks a lot in advance..




    SORRY... English is not my  native language.




--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to