Re: org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-20 Thread Mark Thomas
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 equi

Re: org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-19 Thread Thusitha Thilina Dayaratne
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 th

Re: org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-19 Thread Thusitha Thilina Dayaratne
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 thi

org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-19 Thread Thusitha Thilina Dayaratne
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