jboss-portal

Creating user info bean in JBoss

Hi there, I'm a little bit stuck in a problem right now: I've got a JBoss Portal which runs on a JBoss AS 4.2.3. There are running some webapps on the machine which provide some portlets to users. Now I need a centralized solution: Every time an user logs in I want to create a session bean where some user information is hold. I'm using...

Customizing authentication scheme for JBoss Enterprise Portal

I'm trying to check if it's possible to customize the authentication scheme for users of JBoss Enterprise Portal. The specific customization is that in addition to username/password, we want to require either a PIN (limited use, etc.) or second factor auth (using a token or whatever) whenever the user attempts to access a particular set ...

Portlets: Retrieve URL or Query parameters

We are developing on an application that uses Portlets and deployed within JBoss portal. All of the portlets on a page are share the same contextual information, meaning every portlet is a different way of viewing the subject of that portal. The current implementation stores data in session so the portal knows which subject to load for a...