You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Sergio <se...@yahoo.com> on 2003/04/03 00:21:36 UTC

Get User Password

Hey All,
How do I get a user's password through Jetspeed?

Thanks.

Serg

__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online, calculators, forms, and more
http://tax.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Get User Password

Posted by Jacob Kjome <ho...@visi.com>.
public ConcreteElement getContent(RunData runData) {
     String user = runData.getUser().getUserName();
     String pass = runData.getUser().getPassword();
     ...
     ...
     ...
}

Jake

At 02:21 PM 4/2/2003 -0800, you wrote:
>Hey All,
>How do I get a user's password through Jetspeed?
>
>Thanks.
>
>Serg
>
>__________________________________________________
>Do you Yahoo!?
>Yahoo! Tax Center - File online, calculators, forms, and more
>http://tax.yahoo.com
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org