tags:

views:

9

answers:

0

I have a GlassFish web application. I am authenticating users using a remote service. The service only authenticates a user, my application needs to handle the authorization part. I am thinking of just making a table with the users' names and roles. Is this a fine plan?