Package org.gcube.portal.oidc.lr62
Class SessionAttributeListener
java.lang.Object
org.gcube.portal.oidc.lr62.SessionAttributeListener
- All Implemented Interfaces:
EventListener,javax.servlet.http.HttpSessionAttributeListener
public class SessionAttributeListener extends Object implements javax.servlet.http.HttpSessionAttributeListener
-
Field Summary
Fields Modifier and Type Field Description protected static com.liferay.portal.kernel.log.Loglog -
Constructor Summary
Constructors Constructor Description SessionAttributeListener() -
Method Summary
Modifier and Type Method Description voidattributeAdded(javax.servlet.http.HttpSessionBindingEvent event)voidattributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)voidattributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)
-
Field Details
-
log
protected static final com.liferay.portal.kernel.log.Log log
-
-
Constructor Details
-
SessionAttributeListener
public SessionAttributeListener()
-
-
Method Details
-
attributeAdded
public void attributeAdded(javax.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeAddedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeRemoved
public void attributeRemoved(javax.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeRemovedin interfacejavax.servlet.http.HttpSessionAttributeListener
-
attributeReplaced
public void attributeReplaced(javax.servlet.http.HttpSessionBindingEvent event)- Specified by:
attributeReplacedin interfacejavax.servlet.http.HttpSessionAttributeListener
-