If you are trying to get the user's login info, you should look at the
following methods of the request object:
getRemoteUser()
getUserPrincipal()
isUserInRole()
--jeff
----- Original Message -----
From: "Darin Wilcox" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 08, 2001 5:05 AM
Subject: JDBCRealms Question
> I know it is possible to authenticate users using JDBCRealms. However, is
it possible to use the information from the login page in the succeeding
pages? For instance, only certain information is available to those with
the status of user... and certain information is available to those with the
status of administrator?
>
> I thought of using the http headers, but it pulls from the requesting page
and not from the login page. Any ideas?
>
> Thanks,
> - D
>
> -------------------------------------------------------------
> Darin Wilcox
> Web Engineer
> College of Nursing
> University of Utah
> 585-7332
>