Преглед изворни кода

Polish RequestAttributeAuthenticationFilter

Issue gh-3978
Rob Winch пре 9 година
родитељ
комит
8b89e804e3

+ 3 - 1
web/src/main/java/org/springframework/security/web/authentication/preauth/RequestAttributeAuthenticationFilter.java

@@ -21,7 +21,9 @@ import org.springframework.util.Assert;
 
 /**
  * A simple pre-authenticated filter which obtains the username from request attributes,
- * for use with SSO systems such as Stanford WebAuth or Shibboleth.
+ * for use with SSO systems such as
+ * <a href="http://webauth.stanford.edu/manual/mod/mod_webauth.html#java">Stanford WebAuth</a> or
+ * <a href="https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPJavaInstall">Shibboleth</a>.
  * <p>
  * As with most pre-authenticated scenarios, it is essential that the external
  * authentication system is set up correctly as this filter does no authentication