|
Home > Archive > WebSphere Portal Server > March 2007 > Customizing portal v6 login/logout mechanism
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Customizing portal v6 login/logout mechanism
|
|
|
| Hi all,
I used the following link to create custom logout for portal v5.
http://www-1.ibm.com/support/docvie..._US&cs=utf-8&la
Although its for v4 but its also work with v5, but right now I want this to work with portal v6 but its not working, if anybody know how to configure login/logout mechanism in v6 please share with me.
Thanks
| |
|
| It's pretty much like described here:
http://www-1.ibm.com/support/docvie...tf-8&lang=en+en
Except, in WP6, you need to update properties file in WAS admin console
under Resources->Resource Envir Providers->WP_***(prop file name)
or you can update properties in the file system and run WPSconfig.bat update-properties, see info center for more info
| |
|
| Hi
In the WPS login procedure you can extend the LoginUserAuth class -- I notice for Portal 6 some of the methods I am overriding are deprecated, example:
doPreLogin(RunData runData, String userID, String password);
onAuthenticationError(RunData runData, ErrorBean errorBean);
doPostLogin(RunData runData, String userID, String password);
I can't find an API for this class amd was wondering why are these methods deprecated and what is the alternative. Any suggestions?
Thanks,
Ross
|
|
|
|
|