org.nakedobjects.webapp.auth
Interface AuthenticationSessionLookupStrategy
- All Known Implementing Classes:
- AuthenticationSessionLookupStrategyAbstract, AuthenticationSessionLookupStrategyDefault
public interface AuthenticationSessionLookupStrategy
Decouples the NakedObjectsSessionFilter from the mechanism of obtaining
the AuthenticationSession.
|
Method Summary |
void |
bind(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
AuthenticationSession authSession)
|
AuthenticationSession |
lookup(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
lookup
AuthenticationSession lookup(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
bind
void bind(javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
AuthenticationSession authSession)
Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.