On 20/04/2015 06:41, Thusitha Thilina Dayaratne wrote:
> Hi
> 
>>> In tomcat 7 there is a method to set session event as follows in the
> org.apache.catalina.authenticator.SingleSignOn
>>> void sessionEvent(SessionEvent event)
> 
>>> But this method has been removed in tomcat 8.
>>> Is there a equivalent in Tomcat 8? Or is there a specific reason to
> remove that?
>> I think I found the answer
>> I can get the sessionListner and configure through that
> 
>> getSessionListener(ssID).sessionEvent(event)
> 
> But how can I get the ssoID ?

That is not a setter, it is a handler that responds to session events.
Note that in Tomcat 8 the Listener and the Valve are in separate classes.

What is it that you are trying to do?

Mark


> 
> 
> 2015-04-20 11:05 GMT+05:30 Thusitha Thilina Dayaratne <
> thusithathil...@gmail.com>:
> 
>> Hi
>>
>>>> In tomcat 7 there is a method to set session event as follows in the
>> org.apache.catalina.authenticator.SingleSignOn
>>>> void sessionEvent(SessionEvent event)
>>
>>>> But this method has been removed in tomcat 8.
>>>> Is there a equivalent in Tomcat 8? Or is there a specific reason to
>> remove that?
>> I think I found the answer
>> I can get the sessionListner and configure through that
>>
>> getSessionListener(ssID).sessionEvent(event)
>>
>>
>> Thanks
>>
>> Best Regards
>>
>>
>> 2015-04-20 11:01 GMT+05:30 Thusitha Thilina Dayaratne <
>> thusithathil...@gmail.com>:
>>
>>> Hi,
>>>
>>> In tomcat 7 there is a method to set session event as follows in the
>>> org.apache.catalina.authenticator.SingleSignOn
>>> void sessionEvent(SessionEvent event)
>>>
>>> But this method has been removed in tomcat 8.
>>> Is there a equivalent in Tomcat 8? Or is there a specific reason to
>>> remove that?
>>>
>>> Thanks
>>> Best Regards
>>>
>>> --
>>>
>>>
>>
>>
>>
>> --
>>
>>
> 
> 
> 
> --
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to