cancel
Showing results for 
Search instead for 
Did you mean: 

Authorization of JSF pages

Former Member
0 Kudos

Hi all,

I have several JSF pages deployed on AS Java 7.3 and I would like to know how I can secure these pages from random access by usernames/passwords. I'm currently focusing on two approaches:

1. Managing users on SAP AS Java UME

2. Using a custom DB table with JPA access

I haven't come across any documentation on either methods, I would appreciate if you could direct me to any available resources.

Regards,

Gökhan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is the App Server you are using, i.e. Glassfish 3+ or JBoss?

Ivan

Former Member
0 Kudos

Hi Ivan,

I'm using SAP AS Java 7.3. Thanks.