Subject: Re: How to do 'isUserInRole(unauthenticated)'?
From: Torgeir Veimo <[EMAIL PROTECTED]>
 ===
jfc100 wrote:
> Struts Newsgroup (@Basebeans.com) wrote:
> 
>> 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.
>>
> ok, but what if I want to select a tiles definition based on the 
> unauthenticated user like:
> 
> 
> <definition name="user.login.welcome" 
> page="user/login/anonymous/welcome.jsp" role="anonymous" />
> 
> Is there a way to associate the 'nobody' (as specified in the 
> 'unauthenticatedIdentity' att of the login module) or the null user with 
> a role or group?

I'm not shure about this, but we have our own realm implementation, and 
we attach the role Authenticated to each logged in user, so we can check 
for that role. I guess using struts logic taglib can provide the 
necessary logic to do something when the user doesn't have the role 
Authenticated.


-- 
-Torgeir


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to