• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

controlling access between different users

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have a web application and authentication is done using LDAP server.
i have a 2 userid's(say:full_page and half_page)...

when i login with userid:full_page I get a jsp page(say..hello.jsp)(say hello.jsp has 10 links in it)

when i login with userid:half_page I get the same jsp page(i.e hello.jsp) but i have all the links disabled and the backround colour of the page is different)

How is this done?? having the same url .... but diff users are given diff type of access??
Also if there are numbers from 1 to 1000 in a database..say each number is associated with employee information..and in my app i have a field which has to type a number and search for a number..

When i search for a number by logging in with full_page,I got the result for nos from 1 to 1000..But when I tried to do the same by logging with half_page,..I can access only certain group of numbers.if i try to search for any other...i am getting a message "u cant see associated information"

IS THIS RELATED TO ANY STORED PROCEDURES IN PL/SQL??
HOW EXACTLY IS IT DONE?
 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there some reason you posted the same question twice, with slightly different titles?

You, the poster, can and should delete one.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic