Unfortunately, technically it is not possible today using the API (that we support). It
could be possible using a CommandFactory that would create SignOutCommand instances. The
CommandFactory is what translates URL into commands which are executed by the portal. The
CommandFactory could be mapped to "/signout" or
"/signout?location=xxx" pretty much easily. Also an URLFactory that would
translate commands to URL (the reverse mechanism of CommandFactory) should be done too.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060684#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...