|
@@ -132,7 +132,7 @@ Success! Your web filters appear to be properly configured!
|
|
<para>The JAAS sample is very simple example of how to use a JAAS LoginModule with Spring Security. The provided LoginModule will
|
|
<para>The JAAS sample is very simple example of how to use a JAAS LoginModule with Spring Security. The provided LoginModule will
|
|
successfully authenticate a user if the username equals the password otherwise a LoginException is thrown. The AuthorityGranter
|
|
successfully authenticate a user if the username equals the password otherwise a LoginException is thrown. The AuthorityGranter
|
|
used in this example always grants the role ROLE_USER. The sample application also demonstrates how to run as the JAAS Subject
|
|
used in this example always grants the role ROLE_USER. The sample application also demonstrates how to run as the JAAS Subject
|
|
- returned by the LoginModule by setting <link xlink:href="#nsa-jaas-api-provision">jaas-api-provision</link> equal to "true".</para>
|
|
|
|
|
|
+ returned by the LoginModule by setting <link xlink:href="#nsa-http-jaas-api-provision">jaas-api-provision</link> equal to "true".</para>
|
|
</section>
|
|
</section>
|
|
<section xml:id="preauth-sample">
|
|
<section xml:id="preauth-sample">
|
|
<title>Pre-Authentication Sample</title>
|
|
<title>Pre-Authentication Sample</title>
|