Subject: Re: How to do 'isUserInRole(unauthenticated)'?
From: Torgeir Veimo <[EMAIL PROTECTED]>
===
jfc100 wrote:
> Is it possible to determine by calling isUserInRole('unauthenticated'),
> where 'unauthenticated' is an identifier of the anonymous (i.e. the
> not-logged-in) user?A unauthenticated user will make the getUserPrincipal() method return a null for principal. -- -Torgeir -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

