org.nakedobjects.webapp.auth
Class AuthenticationSessionLookupStrategyAbstract

java.lang.Object
  extended by org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategyAbstract
All Implemented Interfaces:
AuthenticationSessionLookupStrategy
Direct Known Subclasses:
AuthenticationSessionLookupStrategyDefault

public abstract class AuthenticationSessionLookupStrategyAbstract
extends java.lang.Object
implements AuthenticationSessionLookupStrategy


Constructor Summary
AuthenticationSessionLookupStrategyAbstract()
           
 
Method Summary
protected  javax.servlet.http.HttpSession getHttpSession(javax.servlet.ServletRequest servletRequest)
           
protected  javax.servlet.ServletContext getServletContext(javax.servlet.ServletRequest servletRequest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.nakedobjects.webapp.auth.AuthenticationSessionLookupStrategy
bind, lookup
 

Constructor Detail

AuthenticationSessionLookupStrategyAbstract

public AuthenticationSessionLookupStrategyAbstract()
Method Detail

getHttpSession

protected javax.servlet.http.HttpSession getHttpSession(javax.servlet.ServletRequest servletRequest)

getServletContext

protected javax.servlet.ServletContext getServletContext(javax.servlet.ServletRequest servletRequest)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.