1
0
mirror of synced 2026-08-04 01:07:02 +00:00

SEC-1603: Add support in namespace for use of AuthenticationSuccessHandler with remember-me.

This commit is contained in:
Luke Taylor
2011-01-06 15:16:13 +00:00
parent 7fd3aa2b45
commit 8d7830a1ee
5 changed files with 44 additions and 10 deletions
@@ -369,6 +369,13 @@
and used automatically by the namespace configuration. If there are multiple
instances, you can specify a bean <literal>id</literal> explicitly using this attribute. </para>
</section>
<section>
<title><literal>authentication-success-handler-ref</literal></title>
<para>Sets the <code>authenticationSuccessHandler</code> property on the
<classname>RememberMeAuthenticationFilter</classname> if custom navigation is required.
The value should be the name of a <interfacename>AuthenticationSuccessHandler</interfacename>
bean in the application context. </para>
</section>
</section>
<section xml:id="nsa-session-mgmt">
<title>The <literal>&lt;session-management&gt;</literal> Element</title>