Javadoc corrections to SessionRegistryImpl
This commit is contained in:
parent
c4d2f59eec
commit
10d787ede2
|
@ -31,12 +31,13 @@ import org.springframework.context.ApplicationListener;
|
||||||
import org.springframework.util.Assert;
|
import org.springframework.util.Assert;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Base implementation of {@link org.springframework.security.core.session.SessionRegistry}
|
* Default implementation of {@link org.springframework.security.core.session.SessionRegistry SessionRegistry}
|
||||||
* which also listens for {@link org.springframework.security.web.session.HttpSessionDestroyedEvent}s
|
* which listens for {@link org.springframework.security.core.session.SessionDestroyedEvent SessionDestroyedEvent}s
|
||||||
* published in the Spring application context.
|
* published in the Spring application context.
|
||||||
* <p>
|
* <p>
|
||||||
* NB: It is important that you register the {@link org.springframework.security.web.session.HttpSessionEventPublisher}
|
* For this class to function correctly in a web application, it is important that you register an
|
||||||
* in <code>web.xml</code> so that this class is notified of sessions that expire.
|
* {@link org.springframework.security.web.session.HttpSessionEventPublisher HttpSessionEventPublisher}
|
||||||
|
* in the <tt>web.xml</tt> file so that this class is notified of sessions that expire.
|
||||||
*
|
*
|
||||||
* @author Ben Alex
|
* @author Ben Alex
|
||||||
* @author Luke Taylor
|
* @author Luke Taylor
|
||||||
|
|
Loading…
Reference in New Issue