org.moremotion.security.domain
Class SecurityDomainManager
java.lang.Object
org.moremotion.security.domain.SecurityDomainManager
- All Implemented Interfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionListener
public class SecurityDomainManager
- extends java.lang.Object
- implements javax.servlet.http.HttpSessionListener
- Version:
- $Id: SecurityDomainManager.java 51 2008-03-10 11:46:54Z erkan $
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityDomainManager
public SecurityDomainManager()
getDomain
public static SecurityDomain getDomain(java.lang.String domainName)
sessionLost
public static void sessionLost(java.lang.String sid)
sessionCreated
public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionCreated
in interface javax.servlet.http.HttpSessionListener
sessionDestroyed
public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
- Specified by:
sessionDestroyed
in interface javax.servlet.http.HttpSessionListener
Copyright © 2002-2008 MOR YAZILIM. All Rights Reserved.